Metadata-Version: 2.4
Name: geepillow
Version: 1.1.1
Summary: Download Satellite images from GEE as Pillow images and create image strips and grids
Project-URL: Homepage, https://github.com/fitoprincipe/geepillow
Author-email: Rodrigo Esteban Principe <fitoprincipe82@gmail.com>
License: MIT
License-File: AUTHORS.rst
License-File: LICENSE
Keywords: Python,skeleton
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Requires-Python: >=3.10
Requires-Dist: deprecated>=1.2.14
Requires-Dist: earthengine-api
Requires-Dist: geetools
Requires-Dist: pillow
Requires-Dist: requests
Provides-Extra: doc
Requires-Dist: pydata-sphinx-theme; extra == 'doc'
Requires-Dist: sphinx-autoapi; extra == 'doc'
Requires-Dist: sphinx-copybutton; extra == 'doc'
Requires-Dist: sphinx-design; extra == 'doc'
Requires-Dist: sphinx>=6.2.1; extra == 'doc'
Provides-Extra: test
Requires-Dist: pytest; extra == 'test'
Requires-Dist: pytest-cov; extra == 'test'
Requires-Dist: pytest-deadfixtures; extra == 'test'
Requires-Dist: pytest-gee; extra == 'test'
Requires-Dist: pytest-regressions; extra == 'test'
Description-Content-Type: text/x-rst


GEE Pillow
==========

.. |license| image:: https://img.shields.io/badge/License-MIT-yellow.svg?logo=opensourceinitiative&logoColor=white
    :target: LICENSE
    :alt: License: MIT

.. |commit| image:: https://img.shields.io/badge/Conventional%20Commits-1.0.0-yellow.svg?logo=git&logoColor=white
   :target: https://conventionalcommits.org
   :alt: conventional commit

.. |ruff| image:: https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/astral-sh/ruff/main/assets/badge/v2.json
   :target: https://github.com/astral-sh/ruff
   :alt: ruff badge

.. |prettier| image:: https://img.shields.io/badge/code_style-prettier-ff69b4.svg?logo=prettier&logoColor=white
   :target: https://github.com/prettier/prettier
   :alt: prettier badge

.. |pre-commmit| image:: https://img.shields.io/badge/pre--commit-active-yellow?logo=pre-commit&logoColor=white
    :target: https://pre-commit.com/
    :alt: pre-commit

.. |pypi| image:: https://img.shields.io/pypi/v/geepillow?color=blue&logo=pypi&logoColor=white
    :target: https://pypi.org/project/geepillow/
    :alt: PyPI version

.. |build| image:: https://img.shields.io/github/actions/workflow/status/fitoprincipe/geepillow/unit.yaml?logo=github&logoColor=white
    :target: https://github.com/fitoprincipe/geepillow/actions/workflows/unit.yaml
    :alt: build

.. |coverage| image:: https://img.shields.io/codecov/c/github/fitoprincipe/geepillow?logo=codecov&logoColor=white
    :target: https://codecov.io/gh/fitoprincipe/geepillow
    :alt: Test Coverage

.. |docs| image:: https://img.shields.io/readthedocs/geepillow?logo=readthedocs&logoColor=white
    :target: https://geepillow.readthedocs.io/en/latest/
    :alt: Documentation Status

|license| |commit| |ruff| |prettier| |pre-commmit| |pypi| |build| |coverage| |docs|

Overview
--------

Download Satellite images from GEE as Pillow images and create image strips and grids

Credits
-------

This package was created with `Copier <https://copier.readthedocs.io/en/latest/>`__ and the `@12rambau/pypackage <https://github.com/12rambau/pypackage>`__ 0.1.17 project template.
