Skip to content

Commit

Permalink
Update 1_preliminary.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
igeofr authored Dec 9, 2019
1 parent 5d001fc commit 2104f08
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/1_preliminary.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@
#OSM2IGEOTOPO - FRANCE
##########################

cd "/data_in/oceans_seas"
cd "/osm2igeotopo/data_in/oceans_seas"
rm water-polygons-split-4326.*
rm -r water-polygons-split-4326
curl --limit-rate 200K https://osmdata.openstreetmap.de/download/water-polygons-split-4326.zip > "./water-polygons-split-4326.zip"
unzip -o water-polygons-split-4326.zip

###----------
cd "/data_in/dsm/"
cd "/osm2igeotopo/data_in/dsm/"
### ATTENTION : Au préalable, vous devez télécharger et décompresser les différentes tuiles EU-DEM dans le dossier dsm
gdalbuildvrt ./1_VRT.vrt ./*.TIF

0 comments on commit 2104f08

Please sign in to comment.