Guest User

Untitled

a guest
Jan 17th, 2018
87
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.35 KB | None | 0 0
  1. shp2pgsql -I -W "latin1" -s 3857 mgau2013v6_0/agebs_urbanos_2013.shp public.mexico_shape_data | psql -d osm
  2.  
  3. shp2pgsql -s <SRID> -c -D -I <path to shapefile> <schema>.<table> | psql -d <databasename> -h <hostname> -U <username>
  4.  
  5. shp2pgsql -s 4326 -c -D -I /var/www/myshapetoimport.shp nameoftheshape | psql -d databasename -h localhost -U Postgres
Add Comment
Please, Sign In to add comment