Metadata-Version: 2.1
Name: ee-extra
Version: 0.0.2
Summary: Miscellaneous functions for working with the Earth Engine Python API.
Home-page: https://github.com/r-earthengine/ee_extra
License: Apache Software License 2.0
Author: rgee_team
Author-email: csaybar@gmail.com
Requires-Python: >=3.7,<4.0
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: Other/Proprietary License
Classifier: Operating System :: OS Independent
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 :: Software Development :: Libraries :: Python Modules
Requires-Dist: earthengine-api (>=0.1.259,<0.2.0)
Project-URL: Repository, https://github.com/r-earthengine/ee_extra
Description-Content-Type: text/markdown

# ee_extra

<div align="center">

[![Build status](https://github.com/r-earthengine/ee_extra/workflows/build/badge.svg?branch=master&event=push)](https://github.com/r-earthengine/ee_extra/actions?query=workflow%3Abuild)
[![Python Version](https://img.shields.io/pypi/pyversions/ee_extra.svg)](https://pypi.org/project/ee_extra/)
[![Dependencies Status](https://img.shields.io/badge/dependencies-up%20to%20date-brightgreen.svg)](https://github.com/r-earthengine/ee_extra/pulls?utf8=%E2%9C%93&q=is%3Apr%20author%3Aapp%2Fdependabot)

[![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black)
[![Security: bandit](https://img.shields.io/badge/security-bandit-green.svg)](https://github.com/PyCQA/bandit)
[![Pre-commit](https://img.shields.io/badge/pre--commit-enabled-brightgreen?logo=pre-commit&logoColor=white)](https://github.com/r-earthengine/ee_extra/blob/master/.pre-commit-config.yaml)
[![Semantic Versions](https://img.shields.io/badge/%F0%9F%9A%80-semantic%20versions-informational.svg)](https://github.com/r-earthengine/ee_extra/releases)
[![License](https://img.shields.io/github/license/r-earthengine/ee_extra)](https://github.com/r-earthengine/ee_extra/blob/master/LICENSE)

Miscellaneous functions for working with the Earth Engine Python API.

</div>

## Under dev

```
make check-safety check-style codestyle test lint
```
