Question

which format should be used to save data that I want to write to PostGIS?

  • 10 August 2022
  • 1 reply
  • 1 view

I would like to use the hosted (cloud) solution,

but my database is behind VPC, so there is no direct access from FME to my DB.

how can I save the data in the EWKT or EWKB format, so I could save it by myself to the DB , using a text file? (or a stream in websocket?)

 

I tried using GML & GeoJson - but they both loose the geometry types and just save as multilineString


1 reply

Userlevel 5
Badge +29

Could you write to a local database, then backup the local instance, and restore it in your hosted instance?

 

Reply