Skip to content

Serapieum-of-alex/earth2observe

Repository files navigation

Documentation Status PyPI - Python Version License: GPL v3 pre-commit Language grade: Python

codecov Codacy Badge GitHub last commit GitHub forks GitHub Repo stars

Current release info

Name Downloads Version Platforms
Conda Recipe Conda Downloads Downloads Downloads Downloads PyPI - Downloads GitHub all releases Conda Version PyPI version Anaconda-Server Badge Conda Platforms Join the chat at https://gitter.im/Hapi-Nile/Hapi

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

other code samples