Question

Counting inside polygons in FME

  • 31 January 2022
  • 2 replies
  • 3 views

Badge +4

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

Badge +20

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.

Badge +4

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

 

Reply