I'm currently trying to execute a procedure in FME which I thought was quite simple. I have two files:
(1) a map of points (with coordinates) which I exported from my GIS tool, each point has its own coordinates and specific attributes attached to it, and
(2) a map of polylines which I also exported from my GIS tool, each polyline has its own coordinates and specific attributes attached to it.
When I overlay the two maps, the points spatially intersect with the lines. I would like to create a buffer around the points (15 m or so) and have the attributes of all the lines within that buffer merged with the attributes of that specific point.
Ideally, I would have one row for each point and an array of all the line segments that are within that buffer, or a row for each line segment with its corresponding point.
I tried using PointOnLineOverlayer, and FeatureMerger and ListExploder but I never receive all the information I would like. Any thoughts?
Thanks!