- Name: overture-maps
- Package:
stactools.overture_maps
- stactools-overture-maps on PyPI
- Owner: @githubusername
- Dataset homepage
- STAC extensions used:
- Extra fields:
overture-maps:custom
: A custom attribute
- Browse the example in human-readable form
- Browse a notebook demonstrating the example item and collection
A short description of the package and its usage.
pip install stactools-overture-maps
Description of the command line functions
stac overture-maps create-item source destination
Use stac overture-maps --help
to see all subcommands and options.
We use pre-commit to check any changes. To set up your development environment:
uv sync
uv run pre-commit install
To check all files:
uv run pre-commit run --all-files
To run the tests:
uv run pytest -vv
If you've updated the STAC metadata output, update the examples:
uv run scripts/update-examples