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.
pgc_ortho.py
andpgc_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.