Home

Awesome

stactools-palsar2-scansar

PyPI

stactools package for use with the JAXA ALOS-2 Palsar-2 Scansar, Normalised Radar Backscatter (NRB), products in Cloud Optimized Geotiff format.

STAC Examples

Installation

pip install stactools-palsar2-scansar

Command-line Usage

Description of the command line functions

stac palsar2-scansar create-collection <destination/>

stac palsar2-scansar create-item <source.xml> <destination/>
stac palsar2-scansar create-item \
https://jaxaalos2.s3.us-west-2.amazonaws.com/palsar2/L2.2/For_STAC/ALOS2397743750-211004_WBDR2.2GUD_summary.xml \
examples/

Use stac palsar2-scansar --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