Name | Downloads | Version | Platforms |
---|---|---|---|
earthobserve is a Remote Sensing package
earthobserve
- ERA Interim Download
- CHIRPS Rainfall data Download
- ERA5 from Amason S3 data source
- Google earth engine
- ERA 5
Installing earthobserve
from the conda-forge
channel can be achieved by:
conda install -c conda-forge earthobserve
It is possible to list all of the versions of earthobserve
available on your platform with:
conda search earthobserve --channel conda-forge
to install the last development to time you can install the library from github
pip install git+https://github.com/MAfarrag/earthobserve
to install the last release you can easly use pip
pip install earthobserve==0.2.2
>>> import earthobserve