- 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.
pip install stactools-amazonia-1Creating a STAC item from INPE's XML file:
stac amazonia1 create-item SOURCE DESTINATIONUse stac amazonia1 --help to see all subcommands and options.
Creating the Amazonia-1 WFI collection:
stac amazonia1 create-collection DESTINATIONUse stac amazonia1 create-collection --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