Skip to content

Commit

Permalink
Update path in get_dem.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
cleherny committed Dec 20, 2024
1 parent 1583129 commit 1b6a616
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 219 deletions.
23 changes: 0 additions & 23 deletions config/logging.conf

This file was deleted.

192 changes: 0 additions & 192 deletions scripts/README.md

This file was deleted.

8 changes: 4 additions & 4 deletions scripts/get_dem.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/bash
# Download DEM tif file

mkdir -p ./input/input_det/DEM/
wget https://github.com/lukasmartinelli/swissdem/releases/download/v1.0/switzerland_dem.tif -O ./input/input_det/DEM/switzerland_dem.tif
gdalwarp -t_srs "EPSG:2056" ./input/input_det/DEM/switzerland_dem.tif ./input/input_det/DEM/switzerland_dem_EPSG2056.tif
rm ./input/input_det/DEM/switzerland_dem.tif
mkdir -p ./data/DEM/
wget https://github.com/lukasmartinelli/swissdem/releases/download/v1.0/switzerland_dem.tif -O ./data/DEM/switzerland_dem.tif
gdalwarp -t_srs "EPSG:2056" ./data/DEM/switzerland_dem.tif ./data/DEM/switzerland_dem_EPSG2056.tif
rm ./data/DEM/switzerland_dem.tif

0 comments on commit 1b6a616

Please sign in to comment.