Skip to content

stactools-packages/landsat

Repository files navigation

stactools-landsat

PyPI

This repository will assist you in the generation of STAC files for Landsat datasets. The table below provides an overview on Landsat Mission's sensors and band wavelengths.

Landsat Missions - Sensors and Band Wavelengths

Source: https://pubs.usgs.gov/fs/2015/3081/fs20153081.pdf

Examples

STAC Collections and Items

Command-line usage

To create a STAC Item:

stac landsat create-item --mtl tests/data-files/oli-tirs/LC08_L2SP_047027_20201204_20210313_02_T1_MTL.xml --output examples --usgs_geometry

To create a STAC Collection from a text file containing a list of Landsat scene XML metadata files:

stac landsat create-collection --file_list examples/c2-l2-file-list.txt --output examples/landsat-c2-l2 --id landsat-c2-l2 --usgs_geometry

The above create-collection command is exactly how the contents of the examples/landsat-c2-l2 directory are generated.