- Name: noaa-nwm
- Package:
stactools.noaa_nwm - stactools-noaa-nwm on PyPI
- Owner: @githubusername
- Dataset homepage
- STAC extensions used:
- Extra fields:
noaa-nwm: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-noaa-nwmDescription of the command line functions
stac noaa-nwm create-item source destinationUse stac noaa-nwm --help to see all subcommands and options.
We use pre-commit to check any changes. To set up your development environment:
pip install -e '.[dev]'
pre-commit installTo check all files:
pre-commit run --all-filesTo run the tests:
pytest -vvIf you've updated the STAC metadata output, update the examples:
scripts/update-examples