Skip to main content
Question

SpatialFilter similar transformer?

  • March 24, 2021
  • 1 reply
  • 10 views

I have a 2d point created from Geocoder that I'm trying to combine attributes with a 3D fbx model. Both are in the same coordinate system but I think that the 2D point has no z values while the 3d model does. Is there a way to combine attributes using only x and y values instead of z values? I attached pictures to hopefully show my data. For now I'm just working with 1 point as an example but will recieve more attributes over timeCapture6Capture5

1 reply

DanAtSafe
Safer
Forum|alt.badge.img+21
  • Safer
  • March 25, 2021

Hi @jaronkasiban​ It's likely difficult to match features by x and y values for points. Try a NeighborFinder instead to merge the attributes from one set of features to the other.