Skip to content

stactools-packages/goes

Repository files navigation

stactools-goes

PyPI

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