Skip to content

Commit a029653

Browse files
committed
add zipfile maker
1 parent eb911d3 commit a029653

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

ec2-deploy/postgres-create-geocoder-database.bash

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,10 @@ echo ""
3232
echo "Creating a dump of the geocoder database"
3333
pg_dump -Fc geocoder > /gisdata/geocoder.pgdump
3434

35+
echo ""
36+
echo "Creating a zipfile of the TIGER/Line shapefiles"
37+
zip -9r /gisdata/shapefiles.zip /gisdata/www2.census.gov/
38+
3539
echo ""
3640
echo "Testing the geocoder - compare lon and lat with Google Maps"
3741
psql -d geocoder -f test-geocoder.sql

0 commit comments

Comments
 (0)