Skip to main content

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.

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.


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


Reply