Skip to main content
Question

Counting inside polygons in FME

  • January 31, 2022
  • 2 replies
  • 14 views

bayram
Contributor
Forum|alt.badge.img+5

Hi,

 

I have 1 DGN file. This file has regional limits. I want to see the drawings within the boundaries of this region in Excel, but not all of them, I am giving an example. Additional base number in Region_1 55 Additional base number in Region_2 25 I want to see the figure separately in Excel, how can I do this?

2 replies

caracadrian
Contributor
Forum|alt.badge.img+23
  • Contributor
  • 571 replies
  • January 31, 2022

Use AttributeExposer to expose igds_level, filter by it, rename igds_level on within levels, use SpatialFilter or SpatialRelator (merge attributes) to get polygons within the desired Level and use a StatisticsCalculator with Group By enabled on renamed igds_level to get the count.


bayram
Contributor
Forum|alt.badge.img+5
  • Author
  • Contributor
  • 38 replies
  • January 31, 2022

Use AttributeExposer to expose igds_level, filter by it, rename igds_level on within levels, use SpatialFilter or SpatialRelator (merge attributes) to get polygons within the desired Level and use a StatisticsCalculator with Group By enabled on renamed igds_level to get the count.

thanks i will try now