Skip to content

Commit

Permalink
updated gadm download link
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielJDufour committed Oct 8, 2023
1 parent 537a6c5 commit 5eca869
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion data/gadm/download_gadm.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
if [ ! -f gadm28_levels.shp.zip ]; then
wget http://biogeo.ucdavis.edu/data/gadm2.8/gadm28_levels.shp.zip
# originally from http://biogeo.ucdavis.edu/data/gadm2.8/gadm28_levels.shp.zip
wget https://geoblaze.s3.amazonaws.com/gadm28_levels.shp.zip
fi

if [ ! -f gadm28_adm0.shp ]; then
Expand Down

0 comments on commit 5eca869

Please sign in to comment.