Skip to content

Commit 4881e0b

Browse files
authored
Merge pull request #9 from scottstanie/vrt-typo
fix: SourceFilename misspelled in one VRT file
2 parents f31d9b3 + d58ce82 commit 4881e0b

File tree

3 files changed

+83
-83
lines changed

3 files changed

+83
-83
lines changed

sardem/cop_dem.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ def download_and_stitch(
6969
logger.info(cmd)
7070
except Exception:
7171
# Can't form the cli version due to `deepcopy` Pickle error, just skip
72-
logger.info("Running gdal Warp with options:")
72+
logger.info("Running gdal.Warp with options:")
7373
logger.info(option_dict)
7474
pass
7575
# Now convert to something GDAL can actually use

0 commit comments

Comments
 (0)