Current release info
| Name | Downloads | Version | Platforms |
|---|---|---|---|
earthobserve - Remote Sensing package
earthobserve is a Remote Sensing package
earthobserve
Main Features
- ERA Interim Download
- CHIRPS Rainfall data Download
- ERA5 from Amason S3 data source
Future work
- Google earth engine
- ERA 5
Installing earthobserve
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
Install from Github
to install the last development to time you can install the library from github
pip install git+https://github.com/MAfarrag/earthobserve
pip
to install the last release you can easly use pip
pip install earthobserve==0.2.2
Quick start
>>> import earthobserve
======= History
0.1.5 (2022-12-07) : add ECMWF data catalog
- First release on PyPI.
0.1.6 (2022-12-26) :
- Use environment.yaml and requirements.txt instead of pyproject.toml and replace poetry env byconda env
- lock numpy to 1.23.5
0.1.7 (2022-12-26)
- fix pypi package names in the requirements.txt file
- fix python version in requirement.txt
0.2.0 (2023-01-15)
- bump up numpy and pyramids versions
- create an abstract class for datasource and catalog as a bluebrint for all data sources
- test all classes in CI
- use pathlib to deal with paths
0.2.1 (2023-01-25)
- add amazon S3 data source and catalog for the data available in era5 bucket (ERA5 only tested)
- replace utility functions with the serapeum_utils package.
0.2.2 (2023-01-29)
- add documentation
- bump up pyramids versions
Release files for earth2observe 0.2.2
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| earth2observe-0.2.2.tar.gz | 32.6 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| earth2observe-0.2.2-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 68.1 kB
Release files / earth2observe-0.2.2.tar.gz
| Download URL | earth2observe-0.2.2.tar.gz |
|---|---|
| Size | 32.6 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
f5d736d230e52171cc993ae4765983fa1d6b2dd3f92349669f2f455ed7fbb612
|
|
BLAKE2b-256 checksum How to use checksums |
90b2185c774c4bb5ea84fd37d798857f428c9cf0d1505e9e78d3d89685e2ff11
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/4.0.1 CPython/3.9.13
|
Release files / earth2observe-0.2.2-py3-none-any.whl
| Download URL | earth2observe-0.2.2-py3-none-any.whl |
|---|---|
| Size | 35.5 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
d20b66212758d14d7c62a09dac153766647ec87c67718f1ec6d2d12b0318e642
|
|
BLAKE2b-256 checksum How to use checksums |
c42d1ffd707df990afa8825a82e4906e86f975e6952d1dd2d0cc32c498c72f60
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/4.0.1 CPython/3.9.13
|