landsat9geo 0.1.0
A production-ready Python toolkit for geological mapping with Landsat 9 Level-2 Science Products (L2SP).
from landsat9geo import LandsatGeologyPipeline
pipe = LandsatGeologyPipeline(
tar_path="LC09_L2SP_193036_20230713.tar",
shp_path="aoi.shp",
)
outputs = pipe.run() # → SR, thermal, 18 ratios, all clipped & masked
Getting Started
User Guide
Development