Metadata-Version: 2.1
Name: earth2observe
Version: 0.1.7
Summary: remote sensing package
Home-page: https://github.com/MAfarrag/earth2observe
Author: Mostafa Farrag
Author-email: moah.farag@gmail.come
License: GNU General Public License v3
Keywords: remote sensing,ecmwf
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: Console
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Topic :: Scientific/Engineering :: GIS
Classifier: Intended Audience :: Science/Research
Classifier: Intended Audience :: Developers
Description-Content-Type: text/markdown
License-File: LICENSE.md
License-File: AUTHORS.rst

[![Python Versions](https://img.shields.io/pypi/pyversions/earthobserve.png)](https://img.shields.io/pypi/pyversions/earthobserve)
[![License: GPL v3](https://img.shields.io/badge/License-GPLv3-blue.svg)](https://www.gnu.org/licenses/gpl-3.0)
[![pre-commit](https://img.shields.io/badge/pre--commit-enabled-brightgreen?logo=pre-commit&logoColor=white)](https://github.com/pre-commit/pre-commit)
[![Language grade: Python](https://img.shields.io/lgtm/grade/python/g/MAfarrag/Hapi.svg?logo=lgtm&logoWidth=18)](https://lgtm.com/projects/g/MAfarrag/Hapi/context:python)



![GitHub last commit](https://img.shields.io/github/last-commit/MAfarrag/earthobserve)
![GitHub forks](https://img.shields.io/github/forks/MAfarrag/earthobserve?style=social)
![GitHub Repo stars](https://img.shields.io/github/stars/MAfarrag/earthobserve?style=social)


Current release info
====================

| Name | Downloads                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          | Version | Platforms |
| --- |------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------| --- | --- |
| [![Conda Recipe](https://img.shields.io/badge/recipe-earth2observe-green.svg)](https://anaconda.org/conda-forge/earth2observe) | [![Conda Downloads](https://img.shields.io/conda/dn/conda-forge/earth2observe.svg)](https://anaconda.org/conda-forge/earth2observe) [![Downloads](https://pepy.tech/badge/earth2observe)](https://pepy.tech/project/earth2observe) [![Downloads](https://pepy.tech/badge/earth2observe/month)](https://pepy.tech/project/earth2observe)  [![Downloads](https://pepy.tech/badge/earth2observe/week)](https://pepy.tech/project/earth2observe)  ![PyPI - Downloads](https://img.shields.io/pypi/dd/earth2observe?color=blue&style=flat-square) ![GitHub all releases](https://img.shields.io/github/downloads/MAfarrag/earth2observe/total) ![GitHub release (latest by date)](https://img.shields.io/github/downloads/MAfarrag/earth2observe/0.1.0/total) | [![Conda Version](https://img.shields.io/conda/vn/conda-forge/earth2observe.svg)](https://anaconda.org/conda-forge/earth2observe) [![PyPI version](https://badge.fury.io/py/earth2observe.svg)](https://badge.fury.io/py/earth2observe) [![Anaconda-Server Badge](https://anaconda.org/conda-forge/earth2observe/badges/version.svg)](https://anaconda.org/conda-forge/earth2observe) | [![Conda Platforms](https://img.shields.io/conda/pn/conda-forge/earth2observe.svg)](https://anaconda.org/conda-forge/earth2observe) [![Join the chat at https://gitter.im/Hapi-Nile/Hapi](https://badges.gitter.im/Hapi-Nile/Hapi.svg)](https://gitter.im/Hapi-Nile/Hapi?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge) |

earthobserve - Remote Sensing package
=====================================================================
**earthobserve** is a Remote Sensing package

earthobserve

Main Features
-------------
  - ERA Interim Download
  - CHIRPS Rainfall data Download


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.1.7
```

Quick start
===========

```
  >>> import earthobserve
```

[other code samples](https://earthobserve.readthedocs.io/en/latest/?badge=latest)


=======
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
