Awesome
stactools-goes
- 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.
STAC Examples
Installation
pip install stactools-goes
Command-line Usage
stac goes create-item source destination
Use stac goes --help
to see all subcommands and options.
Contributing
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 install
To check all files:
pre-commit run --all-files
To run the tests:
pytest -vv