Skip to main content
Solved

Creating a file geodaabase API

  • December 1, 2015
  • 3 replies
  • 20 views

Forum|alt.badge.img

So I am trying to read from a database and then take only the data I need and create and write to a file geodatabase. When I try the file geodatabase api writer all I have to select a .gdb file. Is it possible to just create it as well in FME so I can just tell FME to save to a certain folder where I want these GBD files at.

Best answer by erik_jan

In the writer you can type the name of the File geodatabase. If it does not exist FME will create it.

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.

3 replies

davideagle
Contributor
Forum|alt.badge.img+22
  • Contributor
  • December 1, 2015

You can specify a File Geodatabase to write to or you can filter off features based on some attribute and then in the Navigator 'Fanout Dataset' and select a fanout attribute to redirect features to specific Geodatabases based on the attribute tag. See attached none2filegdb.fmw. Perhaps that helps.


Forum|alt.badge.img
  • Author
  • December 1, 2015

You can specify a File Geodatabase to write to or you can filter off features based on some attribute and then in the Navigator 'Fanout Dataset' and select a fanout attribute to redirect features to specific Geodatabases based on the attribute tag. See attached none2filegdb.fmw. Perhaps that helps.

I am looking at it, so I have my FME workbench set to do all the processing of the data and get rid of what I dont want. But when I use the File Geodatabase API writer it keeps asking me to find a .gdb file to save to. Is their a way to just send it to a folder called Info and let the writer create .gdb? I guess that is what I am asking.


erik_jan
Contributor
Forum|alt.badge.img+23
  • Contributor
  • Best Answer
  • December 1, 2015

In the writer you can type the name of the File geodatabase. If it does not exist FME will create it.