Skip to main content
Question

marine GIS

  • February 15, 2013
  • 2 replies
  • 20 views

Can I run a tool from the Marine GIS (ArcGISextension from DHI) tool bar in FME?

 

I want to run "load dfsu to display" for mulitple time steps so I would like ot automate it with FME workbench (which I am not that familiar with using).

 

 

Any help would be appreciated!

 

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.

2 replies

davideagle
Contributor
Forum|alt.badge.img+22
  • Contributor
  • February 15, 2013
I don't think that is possible as I think you are asking to call a third party program with FME. Certainly you can do some things like that by using the SystemCaller Transformer but I don't think that will help you. You might be better off asking DHI if its possible to run this function in a batch mode?

 

 

The only other option would be can FME do what the DHI extension does for you? I'm not sure without more detail but it may be able to if you can let us know more though it does appear quite specialised if you are referring to this http://www.mikebydhi.com/?

mark2atsafe
Safer
Forum|alt.badge.img+58
  • Safer
  • February 20, 2013
I don't know much (in fact, anything) about that extension, but if you can run that command using Python then you can probably do it using ArcPy in FME - using either a startup/shutdown script or a PythonCaller transformer.

 

 

There is an example of this sort of thing on this FMEpedia page.