Guest User

Untitled

a guest
Oct 25th, 2018
127
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.35 KB | None | 0 0
  1. ogr2ogr -f PostgreSQL PG:"dbname='postgres' host='host.rds.amazonaws.com' port='5432' user='user' password='pass'" "/Users/user/Desktop/output.json" -nln test_table -lco engine=GeoJSON
  2.  
  3. ogr2ogr -f PostgreSQL PG:"dbname='postgres' host='host.rds.amazonaws.com' port='5432' user='user' password='pass'" "/Users/user/Desktop/output.json" -nln test_table
  4.  
  5. Unable to open datasource `/Users/reallymemorable/Desktop/output.json' with the following drivers.
  6. -> `PCIDSK'
  7. -> `PDF'
  8. -> `MBTiles'
  9. -> `ESRI Shapefile'
  10. -> `MapInfo File'
  11. -> `UK .NTF'
  12. -> `OGR_SDTS'
  13. -> `S57'
  14. -> `DGN'
  15. -> `OGR_VRT'
  16. -> `REC'
  17. -> `Memory'
  18. -> `BNA'
  19. -> `CSV'
  20. -> `GML'
  21. -> `GPX'
  22. -> `KML'
  23. -> `GeoJSON'
  24. -> `ESRIJSON'
  25. -> `TopoJSON'
  26. -> `OGR_GMT'
  27. -> `GPKG'
  28. -> `SQLite'
  29. -> `WAsP'
  30. -> `PostgreSQL'
  31. -> `OpenFileGDB'
  32. -> `XPlane'
  33. -> `DXF'
  34. -> `CAD'
  35. -> `Geoconcept'
  36. -> `GeoRSS'
  37. -> `GPSTrackMaker'
  38. -> `VFK'
  39. -> `PGDUMP'
  40. -> `OSM'
  41. -> `GPSBabel'
  42. -> `SUA'
  43. -> `OpenAir'
  44. -> `OGR_PDS'
  45. -> `WFS'
  46. -> `WFS3'
  47. -> `HTF'
  48. -> `AeronavFAA'
  49. -> `EDIGEO'
  50. -> `GFT'
  51. -> `SVG'
  52. -> `CouchDB'
  53. -> `Cloudant'
  54. -> `Idrisi'
  55. -> `ARCGEN'
  56. -> `SEGUKOOA'
  57. -> `SEGY'
  58. -> `XLS'
  59. -> `ElasticSearch'
  60. -> `Carto'
  61. -> `AmigoCloud'
  62. -> `SXF'
  63. -> `Selafin'
  64. -> `JML'
  65. -> `PLSCENES'
  66. -> `CSW'
  67. -> `VDV'
  68. -> `MVT'
  69. -> `TIGER'
  70. -> `AVCBin'
  71. -> `AVCE00'
  72. -> `HTTP'
Add Comment
Please, Sign In to add comment