Skip to content

stactools-packages/amazonia-1

Repository files navigation

stactools-amazonia-1

PyPI

Create Amazonia-1 STAC items from INPE's original metadata format, using assets stored on AWS.

STAC Examples

Installation

pip install stactools-amazonia-1

Command-line Usage

Creating a STAC item from INPE's XML file:

stac amazonia1 create-item SOURCE DESTINATION

Use stac amazonia1 --help to see all subcommands and options.

Creating the Amazonia-1 WFI collection:

stac amazonia1 create-collection DESTINATION

Use stac amazonia1 create-collection --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