Metadata-Version: 2.4
Name: earthly
Version: 0.3.0
Summary: remote sensing package
Author-email: Mostafa Farrag <moah.farag@gmail.com>
License: GNU General Public License v3
Project-URL: homepage, https://github.com/serapeum-org/earthly
Project-URL: repository, https://github.com/serapeum-org/earthly
Project-URL: documentation, https://serapeum-org.github.io/earthly/
Project-URL: Changelog, https://github.com/serapeum-org/earthly/blob/main/docs/change-log.md
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.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Programming Language :: Python :: 3.14
Classifier: Topic :: Scientific/Engineering :: GIS
Classifier: Intended Audience :: Science/Research
Classifier: Intended Audience :: Developers
Requires-Python: <4,>=3.11
Description-Content-Type: text/markdown
License-File: LICENSE.md
Requires-Dist: pyramids-gis>=0.15.0
Requires-Dist: joblib>=1.2.0
Requires-Dist: loguru>=0.7.2
Requires-Dist: numpy>=2.1.3
Requires-Dist: pandas>=2.2.3
Requires-Dist: PyYAML>=6.0.2
Requires-Dist: pydantic>=2.0
Requires-Dist: requests>=2.28.1
Requires-Dist: tqdm>=4.66.0
Provides-Extra: s3
Requires-Dist: boto3>=1.26.50; extra == "s3"
Provides-Extra: ecmwf
Requires-Dist: cdsapi>=0.7.7; extra == "ecmwf"
Provides-Extra: gee
Requires-Dist: earthengine-api>=0.1.324; extra == "gee"
Provides-Extra: all
Requires-Dist: boto3>=1.26.50; extra == "all"
Requires-Dist: cdsapi>=0.7.7; extra == "all"
Requires-Dist: earthengine-api>=0.1.324; extra == "all"
Dynamic: license-file

[![Documentation Status](https://readthedocs.org/projects/earthly/badge/?version=latest)](https://earthly.readthedocs.io/en/latest/?badge=latest)
![PyPI - Python Version](https://img.shields.io/pypi/pyversions/earthly)
[![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)


[![codecov](https://codecov.io/gh/Serapieum-of-alex/earthly/branch/main/graph/badge.svg?token=2nBcI5ijvB)](https://codecov.io/gh/Serapieum-of-alex/earthly)
[![Codacy Badge](https://app.codacy.com/project/badge/Grade/4c95cf4c0dd044e4b451e08355fe6ee7)](https://www.codacy.com/gh/Serapieum-of-alex/earthly/dashboard?utm_source=github.com&amp;utm_medium=referral&amp;utm_content=Serapieum-of-alex/earthly&amp;utm_campaign=Badge_Grade)
![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-earthly-green.svg)](https://anaconda.org/conda-forge/earthly) | [![Conda Downloads](https://img.shields.io/conda/dn/conda-forge/earthly.svg)](https://anaconda.org/conda-forge/earthly) [![Downloads](https://pepy.tech/badge/earthly)](https://pepy.tech/project/earthly) [![Downloads](https://pepy.tech/badge/earthly/month)](https://pepy.tech/project/earthly)  [![Downloads](https://pepy.tech/badge/earthly/week)](https://pepy.tech/project/earthly)  ![PyPI - Downloads](https://img.shields.io/pypi/dd/earthly?color=blue&style=flat-square) ![GitHub all releases](https://img.shields.io/github/downloads/MAfarrag/earthly/total) | [![Conda Version](https://img.shields.io/conda/vn/conda-forge/earthly.svg)](https://anaconda.org/conda-forge/earthly) [![PyPI version](https://badge.fury.io/py/earthly.svg)](https://badge.fury.io/py/earthly) [![Anaconda-Server Badge](https://anaconda.org/conda-forge/earthly/badges/version.svg)](https://anaconda.org/conda-forge/earthly) | [![Conda Platforms](https://img.shields.io/conda/pn/conda-forge/earthly.svg)](https://anaconda.org/conda-forge/earthly) [![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
  - 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](https://earthobserve.readthedocs.io/en/latest/?badge=latest)
