dlr-eoc / ukis-pysat

The ukis-pysat package provides generic classes and functions to query, access and process multi-spectral and SAR satellite images
Apache License 2.0
27 stars 8 forks source link

Fixed Landsat 8 naming convention in raster.py #172

Closed s-kowa closed 1 year ago

s-kowa commented 1 year ago

Fixed naming convention ukis_pysat > raster.py > dn2toa "L1_METADATA_FILE" >> "LANDSAT_METADATA_FILE" "TIRS_THERMAL_CONSTANTS” >> "LEVEL1_THERMAL_CONSTANTS" "RADIOMETRIC_RESCALING" >> "LEVEL1_RADIOMETRIC_RESCALING"

fwfichtner commented 1 year ago

Actual change in #173