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.
Reproject a shapefile
ogr2ogr -t_srs EPSG:4326 /data/out.shp /data/in.shp
Pipe shapefile into PostGIS
shp2pgsql -I -s 4326 in.shp schema.table_name | /usr/bin/psql "host={host} port={port} dbname={db_name} user={user}"