Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
MDavidson17 committed Aug 25, 2023
1 parent 88017fe commit 08b1847
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/translate_ascii.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ def main() -> None:
tiffs = []
for asc in asc_files:
# translate from ascii to geotiff using GDAL
print(asc)
filename = os.path.splitext(os.path.basename(asc))[0]
tiff = os.path.join(tmp_path, f"{filename}.tiff")
run_gdal(get_ascii_translate_command(), input_file=asc, output_file=tiff)
Expand Down

0 comments on commit 08b1847

Please sign in to comment.