Awesome
stactools-amazonia-1
- Name: amazonia-1
- Package:
stactools.amazonia_1
- stactools-amazonia-1 on PyPI
- Owner: @fredliporace
- Dataset homepage
- STAC extensions used:
- Extra fields:
amazonia:data_type
: Product level: L2 stands for system geometric correction (equivalent to Landast L1GS), L4 for ortho.amazonia:path
: Path in Amazonia-1 reference grid.amazonia:row
: Row in Amazonia-1 reference grid.
- Browse the example in human-readable form
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