- Name: landsat
- Package:
stactools.landsat
- PyPI: https://pypi.org/project/stactools-landsat/
- Owners:
- @lossyrob
- @pjhartzell
- @gadomski
- Dataset homepages:
- STAC extensions used:
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.
Source: https://pubs.usgs.gov/fs/2015/3081/fs20153081.pdf
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.