nasa-nccs-hpda / evhr

Enhanced Very-high Resolution (EVHR)
4 stars 0 forks source link

User-provided DEM and control flag for DEM used in EvhrToA process #29

Closed cssprad1 closed 6 months ago

cssprad1 commented 6 months ago

Description

This diff moves the dem clipping and mosaicking functionality into its own class. This allows for users to give paths to their own DEM's (through a path to the footprints shapefile or geopackage). See #13.

evhrToaCLV.py

EvhrToA.py

InputDem.py

AsterSrtmDem.py (adapt specific class)

EvhrToaCelery.py

Additional edits: