Skip to main content
Solved

Tabulate Intersection?

  • August 1, 2017
  • 2 replies
  • 66 views

Forum|alt.badge.img

Does anybody know how to replicate this with FME? http://pro.arcgis.com/en/pro-app/tool-reference/analysis/tabulate-intersection.htm

Best answer by stalknecht

Hello @richardtriesfme,

You can use a Clipper and an AreaCalculator to do this in FME.

If you have some test data then I can give you an example. (please provide the FME version you use also)

Best regards,

Wilko Stalknecht

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

stalknecht
Contributor
Forum|alt.badge.img+22
  • Contributor
  • Best Answer
  • August 1, 2017

Hello @richardtriesfme,

You can use a Clipper and an AreaCalculator to do this in FME.

If you have some test data then I can give you an example. (please provide the FME version you use also)

Best regards,

Wilko Stalknecht


danilo_fme
Celebrity
Forum|alt.badge.img+52
  • Celebrity
  • August 1, 2017

Hi @richardtriesfme, the @stalknecht gave you the correct names of transformers that you can use: Clipper and AreaCalculator.

If your source data is a raster and you would like to get the quantity of pixel: blue, green and red you can use the transformer RasterCellCoercer to extract vectors from raster and calculate the percentagem.

 

Thanks,

 

Danilo