Metadata-Version: 2.3
Name: geobbox
Version: 0.0.3
Summary: A Python library to manipulate georeferenced bounding boxes.
Author-email: Gabriel Belouze <gabriel@belouze.com>
Requires-Python: >=3.11
Description-Content-Type: text/markdown
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.11
Requires-Dist: earthengine-api
Requires-Dist: numpy
Requires-Dist: rasterio
Requires-Dist: shapely>=2.0.6
Requires-Dist: utm
Requires-Dist: mypy ; extra == "dev"
Requires-Dist: pytest ; extra == "dev"
Requires-Dist: pre-commit ; extra == "dev"
Requires-Dist: sphinx ; extra == "doc"
Requires-Dist: sphinx_rtd_theme ; extra == "doc"
Requires-Dist: sphinxcontrib-napoleon ; extra == "doc"
Project-URL: source, https://github.com/gbelouze/geobbox
Project-URL: tracker, https://github.com/gbelouze/geobbox/issues
Provides-Extra: dev
Provides-Extra: doc

<!-- Do not remove the surrounding blank lines. See https://stackoverflow.com/questions/70292850/centre-align-shield-io-in-github-readme-file -->
<div align="center">

  <a href="https://github.com/psf/black">![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)</a>
  <a href="https://geobbox.readthedocs.io/en/latest/?badge=latest">![Documentation Status](https://readthedocs.org/projects/geobbox/badge/?version=latest)</a>

</div>

# Geobbox

A simple Python library to manipulate georeferenced bounding boxes.

Read the [docs](https://geobbox.readthedocs.io/en/latest/) for more details.

