Skip to content

Commit

Permalink
fix test endpoints
Browse files Browse the repository at this point in the history
  • Loading branch information
ashaw committed Jul 2, 2019
1 parent 89e6835 commit 79c4636
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions data/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ all: ne_10m_admin_0_countries.shp tl_2010_55_cd108.shp tl_2010_36047_roads.shp \
ne_10m_populated_places.shp loss_1932_2010.tif nyc2-rgb-pansharpened-8bit-nodata.tif

tl_2010_36047_roads.shp:
wget ftp://ftp2.census.gov/geo/tiger/TIGER2010/ROADS/tl_2010_36047_roads.zip
wget https://www2.census.gov/geo/tiger/TIGER2010/ROADS/tl_2010_36047_roads.zip
unzip tl_2010_36047_roads.zip

ne_10m_admin_0_countries.shp:
Expand All @@ -14,7 +14,7 @@ ne_10m_populated_places.shp:
unzip ne_10m_populated_places.zip

tl_2010_55_cd108.shp:
wget ftp://ftp2.census.gov/geo/tiger/TIGER2010/CD/108/tl_2010_55_cd108.zip
wget https://www2.census.gov/geo/tiger/TIGER2010/CD/108/tl_2010_55_cd108.zip
unzip tl_2010_55_cd108.zip

loss_1932_2010.tif:
Expand Down

0 comments on commit 79c4636

Please sign in to comment.