Advertisement
Guest User

Untitled

a guest
Dec 20th, 2016
106
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.02 KB | None | 0 0
  1. $ ogr2ogr -f PostgreSQL PG:"host='localhost' user='postgres' port='5432' dbname='oakland' password='mypassword'" alameda.geojson -t_srs EPSG:4326 -nln parcel
  2. ERROR 1: ERROR: relation "spatial_ref_sys" does not exist
  3. LINE 1: SELECT srid FROM spatial_ref_sys WHERE auth_name = 'EPSG' AN...
  4. ^
  5.  
  6. ERROR 1: ERROR: current transaction is aborted, commands ignored until end of transaction block
  7.  
  8. ERROR 1: ERROR: current transaction is aborted, commands ignored until end of transaction block
  9.  
  10. ERROR 1: ERROR: current transaction is aborted, commands ignored until end of transaction block
  11.  
  12. ERROR 1: ERROR: current transaction is aborted, commands ignored until end of transaction block
  13.  
  14. ERROR 1: CREATE TABLE "public"."parcel" ( ogc_fid SERIAL, wkb_geometry bytea, PRIMARY KEY (ogc_fid) )
  15. ERROR: current transaction is aborted, commands ignored until end of transaction block
  16.  
  17. ERROR 1: Terminating translation prematurely after failed
  18. translation of layer OGRGeoJSON (use -skipfailures to skip errors)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement