This seems like it should be really easy to do but I’m spinning my wheels. I have a dataset of points, each with an attribute of Contract Number. I have a set of polygons also with Contract Number attributes. I need to determine if the point falls within a polygon AND the point contract number matches the polygon contract number that it falls within. What’s the best way to achieve this?
Page 1 / 1
You could try the SpatialFilter and group by the Contract Number attribute.
You could try the SpatialFilter and group by the Contract Number attribute.
Yep, use GroupBy - https://docs.safe.com/fme/html/FME-Form-Documentation/FME-Transformers/Group_Based_Transformers.htm