Skip to content

stactools-packages/palsar

Repository files navigation

Binder

stactools-palsar

This package converts ALOS/ALOS-2 PALSAR/PALSAR-2 annual mosaic or forest/non-forest mosaic tar.gz tiles into STAC items with an optional conversion to cloud optimized geotiff (COG). You can then create accompanying STAC collections for annual mosaic (alos_plasar_mosaic) or forest/non-forest (alos_fnf_mosaic).

Examples

STAC objects

Command-line usage

Description of the command line functions

$ stac stactools-palsar create-item <source> <destination> --url <href> -c
$ stac palsar create-collection MOS tests/data-files/ --url https://my_catalog_url.io
$ stac palsar create-item tests/data-files/S16W150_15_FNF_F02DAR.tar.gz tests/data-files --url https://my_catalog_url.io/alos_fnf_mosaic/ -c

Use stac stactools-palsar --help to see all subcommands and options.