Skip to main content
Best Answer

Importing Orfeo Toolbox to FME (or running mean-shift algorithm in FME)?

  • January 27, 2016
  • 2 replies
  • 44 views

ola
Participant
Forum|alt.badge.img+1

Hello,

I'm working on a project where we need to run a mean-shift algorithm on a very large raster dataset. We've been able to do it with the Orfeo Toolbox in QGIS, however we've had some pretty serious stability issues with QGIS itself, and therefore we would like to run the algorithm itself in FME Workbench instead.

Does anyone know if it is possible to import the source code or a bat-file and run it as a transformer in FME?

Or, does anyone know if there is a transformer that is capable of performing mean-shift algorithm on raster datasets?

Best answer by fmelizard

Hi there

Here is an example our Safe colleague Dmitri made which accessed the Orfeo Tool Box command line interface within FME 2016. In this example he did pan sharpening. Because FME is calling out to the command line interface there would be no performance gain over just running the command line interface outside FME. The advantage might be if you want to run everything within FME workbench for maintainability etc.

https://www.dropbox.com/s/vc8u204p5kyjtkl/OTBPansharpener.fmwt?dl=0

Hope this helps

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

fmelizard
Safer
Forum|alt.badge.img+21
  • Safer
  • Best Answer
  • January 27, 2016

Hi there

Here is an example our Safe colleague Dmitri made which accessed the Orfeo Tool Box command line interface within FME 2016. In this example he did pan sharpening. Because FME is calling out to the command line interface there would be no performance gain over just running the command line interface outside FME. The advantage might be if you want to run everything within FME workbench for maintainability etc.

https://www.dropbox.com/s/vc8u204p5kyjtkl/OTBPansharpener.fmwt?dl=0

Hope this helps


Forum|alt.badge.img

Hi there

Here is an example our Safe colleague Dmitri made which accessed the Orfeo Tool Box command line interface within FME 2016. In this example he did pan sharpening. Because FME is calling out to the command line interface there would be no performance gain over just running the command line interface outside FME. The advantage might be if you want to run everything within FME workbench for maintainability etc.

https://www.dropbox.com/s/vc8u204p5kyjtkl/OTBPansharpener.fmwt?dl=0

Hope this helps

I would be interested in testing this workbench, if it's still available could you please re-share it?