- Name: goes
- Package:
stactools.goes - stactools-goes on PyPI
- Owner: @gadomski
- Dataset homepage
- STAC extensions used:
- Extra fields:
goes:system-environment: The environment, e.g. operational real-time, operational test, or simulated datagoes:image-type: Full disk, mesoscale, or CONUS datagoes:processing-level: The processing level of the datagoes:mesoscale-image-number: The image number of the mesoscale data (1 or 2)
- Browse the example in human-readable form
A short description of the package and its usage.
pip install stactools-goesstac goes create-item source destinationUse stac goes --help to see all subcommands and options.
We use pre-commit to check any changes. To set up your development environment:
pip install -e .
pip install -r requirements-dev.txt
pre-commit installTo check all files:
pre-commit run --all-filesTo run the tests:
pytest -vv