Skip to main content
Solved

ArcGIS Trend Tool in FME?

  • February 6, 2019
  • 4 replies
  • 23 views

Hello,

 

I am trying to interpolate a raster surface from 3D points in FME like the Trend tool makes in ArcGIS but I couldn't find any tool like it.

 

ArcGIS Trend tool definition: Interpolates a raster surface from points using a trend technique.

 

Is there anything similar?

 

Thank you

 

Best answer by markatsafe

@inyakirm FME doesn't have a built-in equivalent of the ArcGIS Trend Analysis tool. This is one of the many reasons that we added the RCaller to FME. 'R' has many trend analysis modules and the FME RCaller Tutorial includes and example of using a trend algorithm - kriging.

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.

4 replies

redgeographics
Celebrity
Forum|alt.badge.img+60
  • Celebrity
  • 3702 replies
  • February 6, 2019
You can try the SurfaceModeller.

  • Author
  • 2 replies
  • February 8, 2019
You can try the SurfaceModeller.

Thank you for your answer.

 

I already tried that tool but it hasn't a smooth trend effect in the raster.


Forum|alt.badge.img+2
  • 1891 replies
  • Best Answer
  • February 11, 2019

@inyakirm FME doesn't have a built-in equivalent of the ArcGIS Trend Analysis tool. This is one of the many reasons that we added the RCaller to FME. 'R' has many trend analysis modules and the FME RCaller Tutorial includes and example of using a trend algorithm - kriging.


  • Author
  • 2 replies
  • April 12, 2019

@inyakirm FME doesn't have a built-in equivalent of the ArcGIS Trend Analysis tool. This is one of the many reasons that we added the RCaller to FME. 'R' has many trend analysis modules and the FME RCaller Tutorial includes and example of using a trend algorithm - kriging.

Thank you very much