Home

Awesome

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.

<!-- markdownlint-disable MD033 --> <img width="1147" alt="Landsat Missions - Sensors and Band Wavelengths" src="https://user-images.githubusercontent.com/1312546/190440352-0b6e2c81-f1b4-48ff-bcf1-5b5addba1bd9.png"> <!-- markdownlint-enable MD033 -->

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.