- Name: hfrnet
- Package:
stactools.hfrnet - stactools-hfrnet on PyPI
- Owner: @githubusername
- Dataset homepage
- STAC extensions used:
- Extra fields:
hfrnet: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-hfrnetDescription of the command line functions
stac hfrnet create-item source destinationUse stac hfrnet --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 installTo check all files:
uv run pre-commit run --all-filesTo run the tests:
uv run pytest -vvIf you've updated the STAC metadata output, update the examples:
uv run scripts/update-examples