Generate STAC catalogs for all public Overture Maps releases.
uv syncgen-stac --output ./releases
# Debug mode (2 items per collection)
gen-stac --output ./releases --debug
# Custom worker count (default: 4)
gen-stac --output ./releases --workers 8uv run ruff format . && uv run ruff check . && uv run pytestOnce a GitHub Release has been created (and the pyproject.toml contains a version bump),
publish-pypi.yml is triggered to publish to PyPI.
Manual dispatches of that workflow will publish to https://test.pypi.org/project/overture-stac/ for debugging and validation.