landsat9geo 0.1.0

https://img.shields.io/pypi/v/landsat9geo.svg https://img.shields.io/pypi/pyversions/landsat9geo.svg https://img.shields.io/github/license/geoharkat/landsat9geo.svg

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

Development

Indices and tables