earth2observe


Nameearth2observe JSON
Version 0.2.2 PyPI version JSON
download
home_pagehttps://github.com/MAfarrag/earth2observe
Summaryremote sensing package
upload_time2023-01-29 20:39:53
maintainer
docs_urlNone
authorMostafa Farrag
requires_python
licenseGNU General Public License v3
keywords remote sensing ecmwf
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            [![Documentation Status](https://readthedocs.org/projects/earth2observe/badge/?version=latest)](https://earth2observe.readthedocs.io/en/latest/?badge=latest)
![PyPI - Python Version](https://img.shields.io/pypi/pyversions/earth2observe)
[![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/earth2observe/branch/main/graph/badge.svg?token=2nBcI5ijvB)](https://codecov.io/gh/Serapieum-of-alex/earth2observe)
[![Codacy Badge](https://app.codacy.com/project/badge/Grade/4c95cf4c0dd044e4b451e08355fe6ee7)](https://www.codacy.com/gh/Serapieum-of-alex/earth2observe/dashboard?utm_source=github.com&utm_medium=referral&utm_content=Serapieum-of-alex/earth2observe&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-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) | [![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
  - 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)


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

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/MAfarrag/earth2observe",
    "name": "earth2observe",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "remote sensing,ecmwf",
    "author": "Mostafa Farrag",
    "author_email": "moah.farag@gmail.come",
    "download_url": "https://files.pythonhosted.org/packages/90/b2/185c774c4bb5ea84fd37d798857f428c9cf0d1505e9e78d3d89685e2ff11/earth2observe-0.2.2.tar.gz",
    "platform": null,
    "description": "[![Documentation Status](https://readthedocs.org/projects/earth2observe/badge/?version=latest)](https://earth2observe.readthedocs.io/en/latest/?badge=latest)\r\n![PyPI - Python Version](https://img.shields.io/pypi/pyversions/earth2observe)\r\n[![License: GPL v3](https://img.shields.io/badge/License-GPLv3-blue.svg)](https://www.gnu.org/licenses/gpl-3.0)\r\n[![pre-commit](https://img.shields.io/badge/pre--commit-enabled-brightgreen?logo=pre-commit&logoColor=white)](https://github.com/pre-commit/pre-commit)\r\n[![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)\r\n\r\n\r\n[![codecov](https://codecov.io/gh/Serapieum-of-alex/earth2observe/branch/main/graph/badge.svg?token=2nBcI5ijvB)](https://codecov.io/gh/Serapieum-of-alex/earth2observe)\r\n[![Codacy Badge](https://app.codacy.com/project/badge/Grade/4c95cf4c0dd044e4b451e08355fe6ee7)](https://www.codacy.com/gh/Serapieum-of-alex/earth2observe/dashboard?utm_source=github.com&utm_medium=referral&utm_content=Serapieum-of-alex/earth2observe&utm_campaign=Badge_Grade)\r\n![GitHub last commit](https://img.shields.io/github/last-commit/MAfarrag/earthobserve)\r\n![GitHub forks](https://img.shields.io/github/forks/MAfarrag/earthobserve?style=social)\r\n![GitHub Repo stars](https://img.shields.io/github/stars/MAfarrag/earthobserve?style=social)\r\n\r\n\r\nCurrent release info\r\n====================\r\n\r\n| Name | Downloads                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         | Version | Platforms |\r\n| --- |-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------| --- | --- |\r\n| [![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) | [![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) |\r\n\r\nearthobserve - Remote Sensing package\r\n=====================================================================\r\n**earthobserve** is a Remote Sensing package\r\n\r\nearthobserve\r\n\r\nMain Features\r\n-------------\r\n  - ERA Interim Download\r\n  - CHIRPS Rainfall data Download\r\n  - ERA5 from Amason S3 data source\r\n\r\n\r\nFuture work\r\n-------------\r\n  - Google earth engine\r\n  - ERA 5\r\n\r\n\r\n\r\nInstalling earthobserve\r\n===============\r\n\r\nInstalling `earthobserve` from the `conda-forge` channel can be achieved by:\r\n\r\n```\r\nconda install -c conda-forge earthobserve\r\n```\r\n\r\nIt is possible to list all of the versions of `earthobserve` available on your platform with:\r\n\r\n```\r\nconda search earthobserve --channel conda-forge\r\n```\r\n\r\n## Install from Github\r\nto install the last development to time you can install the library from github\r\n```\r\npip install git+https://github.com/MAfarrag/earthobserve\r\n```\r\n\r\n## pip\r\nto install the last release you can easly use pip\r\n```\r\npip install earthobserve==0.2.2\r\n```\r\n\r\nQuick start\r\n===========\r\n\r\n```\r\n  >>> import earthobserve\r\n```\r\n\r\n[other code samples](https://earthobserve.readthedocs.io/en/latest/?badge=latest)\r\n\r\n\r\n=======\r\nHistory\r\n=======\r\n\r\n0.1.5 (2022-12-07) : add ECMWF data catalog\r\n------------------\r\n\r\n* First release on PyPI.\r\n\r\n0.1.6 (2022-12-26) :\r\n------------------\r\n\r\n* Use environment.yaml and requirements.txt instead of pyproject.toml and replace poetry env byconda env\r\n* lock numpy to 1.23.5\r\n\r\n0.1.7 (2022-12-26)\r\n------------------\r\n\r\n* fix pypi package names in the requirements.txt file\r\n* fix python version in requirement.txt\r\n\r\n0.2.0 (2023-01-15)\r\n------------------\r\n\r\n* bump up numpy and pyramids versions\r\n* create an abstract class for datasource and catalog as a bluebrint for all data sources\r\n* test all classes in CI\r\n* use pathlib to deal with paths\r\n\r\n0.2.1 (2023-01-25)\r\n------------------\r\n\r\n* add amazon S3 data source and catalog for the data available in era5 bucket (ERA5 only tested)\r\n* replace utility functions with the serapeum_utils package.\r\n\r\n0.2.2 (2023-01-29)\r\n------------------\r\n\r\n* add documentation\r\n* bump up pyramids versions\r\n",
    "bugtrack_url": null,
    "license": "GNU General Public License v3",
    "summary": "remote sensing package",
    "version": "0.2.2",
    "split_keywords": [
        "remote sensing",
        "ecmwf"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "c42d1ffd707df990afa8825a82e4906e86f975e6952d1dd2d0cc32c498c72f60",
                "md5": "80d6b83544b197a4cc9f0a51efd20589",
                "sha256": "d20b66212758d14d7c62a09dac153766647ec87c67718f1ec6d2d12b0318e642"
            },
            "downloads": -1,
            "filename": "earth2observe-0.2.2-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "80d6b83544b197a4cc9f0a51efd20589",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 35511,
            "upload_time": "2023-01-29T20:39:51",
            "upload_time_iso_8601": "2023-01-29T20:39:51.770273Z",
            "url": "https://files.pythonhosted.org/packages/c4/2d/1ffd707df990afa8825a82e4906e86f975e6952d1dd2d0cc32c498c72f60/earth2observe-0.2.2-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "90b2185c774c4bb5ea84fd37d798857f428c9cf0d1505e9e78d3d89685e2ff11",
                "md5": "a847315bd477992009c1c75a8772832f",
                "sha256": "f5d736d230e52171cc993ae4765983fa1d6b2dd3f92349669f2f455ed7fbb612"
            },
            "downloads": -1,
            "filename": "earth2observe-0.2.2.tar.gz",
            "has_sig": false,
            "md5_digest": "a847315bd477992009c1c75a8772832f",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 32633,
            "upload_time": "2023-01-29T20:39:53",
            "upload_time_iso_8601": "2023-01-29T20:39:53.864299Z",
            "url": "https://files.pythonhosted.org/packages/90/b2/185c774c4bb5ea84fd37d798857f428c9cf0d1505e9e78d3d89685e2ff11/earth2observe-0.2.2.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-01-29 20:39:53",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "github_user": "MAfarrag",
    "github_project": "earth2observe",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "requirements": [],
    "lcname": "earth2observe"
}
        
Elapsed time: 0.03289s