PolarGeospatialCenter / imagery_utils

Other
34 stars 10 forks source link

auto DEM windows bug fix #83

Closed bakkerbakker closed 4 months ago

bakkerbakker commented 5 months ago

pgc_ortho.py and pgc_pansharpen.py were failing when run from Windows utilizing the -d auto option because the reference DEM was a .vrt that included linux paths instead of windows paths to reference the underlying DEMs within the .vrt. This patch points to a different version of the .vrt with windows-suitable paths.