User:Joshdoe/Fairfax
Jump to navigation
Jump to search
- Setting up an Open Source Geospatial Stack on Amazon EC2 - setup MapServer on Amazon EC2 micro instance
- AWS: Configuring a Geo-spatial stack in Amazon Linux - configuring EC2 instance with PostGIS and GeoServer
- Install GeoServer on Amazon EC2 without leaving the browser
Convert ZIPCODE_AREAS.shp to SQL, then add to database:
shp2pgsql -c -D -s 2283 -i -I ZIPCODE_AREAS.shp zipcodetable > zipcodes.sql
psql -d zipcodes -f zipcodes.sql