Skip to content

Commit

Permalink
Update getData.sh
Browse files Browse the repository at this point in the history
Update the link to download data from ign, previous link stop working
  • Loading branch information
reyman authored Sep 8, 2024
1 parent 1ec99ac commit fda49e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion getData.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ mkdir data
cd data || exit

# Get Contour Iris file from IGN
curl -H "User-Agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:68.0) Gecko/20100101 Firefox/68.0" -H "Upgrade-Insecure-Requests: 1" 'https://wxs.ign.fr/1yhlj2ehpqf3q6dt6a2y7b64/telechargement/inspire/CONTOURS-IRIS-2014-01-01$CONTOURS-IRIS_2-0__SHP_LAMB93_FXX_2014-01-01/file/CONTOURS-IRIS_2-0__SHP_LAMB93_FXX_2014-01-01.7z' --compressed -o 'file.7z' --verbose
curl -H "User-Agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:68.0) Gecko/20100101 Firefox/68.0" -H "Upgrade-Insecure-Requests: 1" 'https://data.geopf.fr/telechargement/download/CONTOURS-IRIS/CONTOURS-IRIS_2-0__SHP_LAMB93_FXX_2014-01-01/CONTOURS-IRIS_2-0__SHP_LAMB93_FXX_2014-01-01.7z' --compressed -o 'file.7z' --verbose
7z x file.7z
\rm file.7z
# We recreate the merged CONTOUR FILE to simplify further processing
Expand Down

0 comments on commit fda49e1

Please sign in to comment.