- Name: aster
- Package:
stactools.aster
- stactools-aster on PyPI
- Owner: @gadomski
- Dataset homepage
- STAC extensions used:
- Extra fields: none
- Browse the example in human-readable form
stactools package for working with ASTER data.
pip install stactools-aster
Description of the command line functions
stac aster create-item source destination
Use stac aster --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 install
To check all files:
pre-commit run --all-files
To run the tests:
pytest