Skip to content

Latest commit

 

History

History
9 lines (5 loc) · 478 Bytes

README.md

File metadata and controls

9 lines (5 loc) · 478 Bytes

Google Earth Engine Manifest to STAC GeoParquet

This tool converts Google Earth Engine Manifests to STAC GeoParquet for faster querying.

To use this tool, first make a copy of .env.example with the path to the manifest folder you wish to convert.

If running natively ensure you have uv and gsutils installed. Initialize your environment with uv sync followed by python main.py.

If running with Docker, install Docker Desktop and run docker compose up --build.