Skip to main content
Question

How can I create an empty ArcGIS File Geodatabase using an XSD schema as input without any data

  • May 18, 2017
  • 2 replies
  • 91 views

How can I create an empty File Geodatabase using an XSD containing an ISO 19109 Application Schema?

I don't have any data meeting the schema since that is the point of this exercise - create the database from the schema and then populate the database.

This post is closed to further activity.
It may be an old question, an answered question, an implemented idea, or a notification-only post.
Please check post dates before relying on any information in a question or answer.
For follow-up or related questions, please post a new question or idea.
If there is a genuine update to be made, please contact us and request that the post is reopened.

2 replies

itay
Supporter
Forum|alt.badge.img+19
  • Supporter
  • May 18, 2017

Hi,

Not exactly from a XSD you can try the following FME Hub templates:

https://hub.safe.com/?q=fgdb&page;=1&size;=10ℴ=relevance

Or from an XML template:

https://knowledge.safe.com/articles/40193/how-to-use-an-esri-template.html

For the second option you can run a truncate command to empty the gdb after creation.


Hi @itay.

Thanks for the input but I really need to start from either an XSD (or an XMI at a push). I found a tool online called ShapeChangr but like quite a lot of open source it lacks proper documentation, examples and doesn't work as shown in the brief intro guide. A complication I have is that I am in a closed network not connected to the internet.