Metadata-Version: 2.4
Name: tacotoolbox
Version: 0.25.0
Summary: Creation toolkit for AI-ready datasets.
License-Expression: MIT
License-File: LICENSE
Keywords: earth-observation,geospatial,machine-learning,satellite-imagery,remote-sensing,ai-ready-datasets,data-pipeline,stac
Author: Cesar Aybar
Author-email: cesar.aybar@uv.es
Requires-Python: >=3.11,<3.14
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Topic :: Scientific/Engineering :: Artificial Intelligence
Classifier: Topic :: Scientific/Engineering :: GIS
Classifier: Typing :: Typed
Provides-Extra: all
Provides-Extra: docs
Provides-Extra: earthengine
Provides-Extra: gdal
Provides-Extra: stats
Requires-Dist: earthengine-api (>=0.1.0) ; extra == "all"
Requires-Dist: earthengine-api (>=0.1.0) ; extra == "earthengine"
Requires-Dist: gdal (>=3.0.0) ; extra == "all"
Requires-Dist: gdal (>=3.0.0) ; extra == "gdal"
Requires-Dist: jinja2 (>=3.0.0) ; extra == "all"
Requires-Dist: jinja2 (>=3.0.0) ; extra == "docs"
Requires-Dist: markdown (>=3.0.0) ; extra == "all"
Requires-Dist: markdown (>=3.0.0) ; extra == "docs"
Requires-Dist: numpy (>=1.24) ; extra == "all"
Requires-Dist: numpy (>=1.24) ; extra == "stats"
Requires-Dist: pyarrow (>=21.0.0)
Requires-Dist: pydantic (>=2.10.3)
Requires-Dist: pyproj (>=3.7.2)
Requires-Dist: shapely (>=2.1.1)
Requires-Dist: tacoreader (>=2.3.0)
Requires-Dist: tacozip (>=0.11.4)
Requires-Dist: tqdm (>=4.67.1)
Project-URL: Bug Tracker, https://github.com/tacofoundation/taco-toolbox/issues
Project-URL: Changelog, https://github.com/tacofoundation/taco-toolbox/releases
Project-URL: Documentation, https://tacofoundation.github.io/taco-toolbox
Project-URL: Repository, https://github.com/tacofoundation/taco-toolbox
Description-Content-Type: text/markdown

# tacotoolbox

[![codecov](https://codecov.io/gh/tacofoundation/taco-toolbox/graph/badge.svg?token=OZ8GB6H10B)](https://codecov.io/gh/tacofoundation/taco-toolbox)
[![PyPI](https://img.shields.io/pypi/v/tacotoolbox.svg)](https://pypi.python.org/pypi/tacotoolbox)
[![License: MIT](https://img.shields.io/badge/License-MIT-blue.svg)](https://opensource.org/licenses/MIT)
[![BlueSky](https://img.shields.io/badge/bluesky-tacofoundation-1185fe?labelColor=000000&logo=bluesky)](https://bsky.app/profile/tacofoundation.bsky.social)
[![Checked with mypy](https://www.mypy-lang.org/static/mypy_badge.svg)](https://mypy-lang.org/)
[![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black)
[![Linting: Ruff](https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/charliermarsh/ruff/main/assets/badge/v2.json)](https://github.com/astral-sh/ruff)




A prototype implementation of the TACO Toolbox API specification.

Status: Work in progress.
