We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eb911d3 commit a029653Copy full SHA for a029653
1 file changed
ec2-deploy/postgres-create-geocoder-database.bash
@@ -32,6 +32,10 @@ echo ""
32
echo "Creating a dump of the geocoder database"
33
pg_dump -Fc geocoder > /gisdata/geocoder.pgdump
34
35
+echo ""
36
+echo "Creating a zipfile of the TIGER/Line shapefiles"
37
+zip -9r /gisdata/shapefiles.zip /gisdata/www2.census.gov/
38
+
39
echo ""
40
echo "Testing the geocoder - compare lon and lat with Google Maps"
41
psql -d geocoder -f test-geocoder.sql
0 commit comments