Question

Translating Local Government Information Model - XML workspace document to PostGIS

  • 4 December 2017
  • 2 replies
  • 0 views

I am looking at translation the local government information model into Postgis.

The local government information model is delivered as an XML workspace document.

I will greatly appreciate any insights into how I might accomplish this.


2 replies

Badge +16

Hi Zizi

One way is to grab the temporary File Geodatabase created when a Geodatabase XML document is read using a Python callback function, here is an example:

codeddomainxml2csvbh.fmw

There is a startup script that creates the callback function.

Badge +2

@zizi Did you try the Esri Geodatabase (XML Workspace Document) Reader?

Reply