]> git.0d.be Git - hdm-toner-cartocss.git/commitdiff
Fix SRTM link in DEM scripts
authorYohan Boniface <yohanboniface@free.fr>
Wed, 16 Jun 2021 20:57:52 +0000 (22:57 +0200)
committerYohan Boniface <yohanboniface@free.fr>
Wed, 16 Jun 2021 20:57:52 +0000 (22:57 +0200)
DEM/fetch.sh

index 95a50ea0b7c022eb67fffbdd316bdefb7b9a2081..33e39f38acc789a36954a18371a82b3a2ee8c25a 100755 (executable)
@@ -32,7 +32,7 @@ do
     for (( y=$N; y<=$S; y++ ))
     do
         FILENAME=srtm_$(printf "%02d" $x)_$(printf "%02d" $y).zip
-        URL=http://srtm.csi.cgiar.org/SRT-ZIP/SRTM_V41/SRTM_Data_GeoTiff/$FILENAME
+        URL=https://srtm.csi.cgiar.org/wp-content/uploads/files/srtm_5x5/TIFF/$FILENAME
         if [ ! -f "$FILENAME" ]
         then
             echo "Downloading $URL"