Skip to main content
Question

WorkspaceRunner: Issues with sketchup and geodatabase

  • November 16, 2016
  • 1 reply
  • 11 views

ghareth
Contributor
Forum|alt.badge.img+1

I have successfully implemented a WorkspaceRunners that run a workspaces that read in from CSV files, IFC files and Shapefiles.

However trying to implement a similar WorkspaceRunner to read a batch of Sketchup files fails. If the WorkspaceRunner sends the Source filename that the Workspace being called was created with it works fine. However sending another Source filename, the workspace being called fails to read that file.

On a different note, I cannot see how to use WorkspaceRunner to read a batch of Feature Datasets in a geodatabase.

Thanks

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.

1 reply

fmelizard
Safer
Forum|alt.badge.img+21
  • Safer
  • November 18, 2016

Without seeing more, I'm guessing that the Sketchup reader is returning the data with different feature types when it is run with different input data. I'd examine the Sketchup workspace itself and see what happens if you test it, standalone, with different inputs. You may need to use Feature Type Merging on the reader side to cause all input to route in through one input feature type. See our doc for some further ideas on this.

RE: Feature Datasets in batch -- if you could supply a sample we can dig in and see how that could be automated.