Land surface temperature derived from Landsat 8/9 thermal bands at 30m resolution (resampled from 100m). Maharashtra subset enables urban heat island mapping for Mumbai, Pune, Nagpur, and heat stress analysis across agricultural regions.
import ee
# lst = ee.ImageCollection('LANDSAT/LC09/C02/T1_L2')
print('Landsat Surface Temperature: via Google Earth Engine')
print('30m thermal data from Landsat 8/9')| Field | Type | Description |
|---|---|---|
| lst_kelvin | float | Land surface temperature in Kelvin |
| date | date | Observation date |
| resolution_m | int | 30-100m spatial resolution |