Skip to content

Commit

Permalink
add zipfile maker
Browse files Browse the repository at this point in the history
  • Loading branch information
znmeb committed Apr 10, 2017
1 parent eb911d3 commit a029653
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions ec2-deploy/postgres-create-geocoder-database.bash
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,10 @@ echo ""
echo "Creating a dump of the geocoder database"
pg_dump -Fc geocoder > /gisdata/geocoder.pgdump

echo ""
echo "Creating a zipfile of the TIGER/Line shapefiles"
zip -9r /gisdata/shapefiles.zip /gisdata/www2.census.gov/

echo ""
echo "Testing the geocoder - compare lon and lat with Google Maps"
psql -d geocoder -f test-geocoder.sql
Expand Down

0 comments on commit a029653

Please sign in to comment.