Earth Observation–specific driver extensions for Mapchete.
This package provides custom input and output drivers tailored for common EO data formats and workflows, enabling seamless integration of satellite data sources into the Mapchete tile-based geoprocessing framework.
mapchete-eo extends Mapchete by adding support for:
- Custom input drivers to read EO datasets, from STAC search or metadata (catalogs, collections, items)
- Metadata extraction and band management for optical satellite products
- Reading data from sources via STAC assets
This package is intended for advanced users or developers who are working with remote sensing workflows using Mapchete.
You must have mapchete with s3 installed, so let's grab the complete dependencies in this case for convenience:
pip install mapchete[complete]Then install mapchete-eo:
pip install mapchete-eo