nasa-nccs-hpda / evhr

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

Remove footprints from DemCreator #22

Closed cssprad1 closed 7 months ago

cssprad1 commented 7 months ago

Description

Removes the use of footprints from the DemCreator functionality of EVHR. See #21 for more details.

Previously, the method for finding pairs (a series of WV scenes that will be used to calcuate a DEM) was through the use of the footprints database. This PR removes the functionality and now requires the user to provide the pairs explicitly (checked with Maggie who said this is what they do now anyways so it is ideal).

DemCreatorCLV.py

See here for an example csv.

Note: CSV was chosen due to EvhrToaCLV using the CSV format as it's input file format.

DemCreator.py

Additional edits: