Skip to main content
Question

Calculate the total sum of distinct points that fall within a specific polygon.

  • September 18, 2023
  • 1 reply
  • 10 views

I'd like to calculate the total sum of points associated with different asset IDs that fall within a specific polygon. My desired output should resemble the table provided below.

Capture

1 reply

nielsgerrits
VIP
Forum|alt.badge.img+60
  • 2938 replies
  • September 18, 2023

Can be done with the PointOnAreaOverlayer. The SpatialRelator is another way to do this.