Hi @lyon
The FME is fantastic.
Answer your questions:
1) The transformer NeighborFinder has a configuration called Maximum Distance that you can set what value that you want:
2) About similar attributes: you can configure the same transformer ( NeighborFinder ) to do this operation . You select the attributes that you want - option GroupBy.
Thanks in Advance,
Danilo
Hi @lyon
The FME is fantastic.
Answer your questions:
1) The transformer NeighborFinder has a configuration called Maximum Distance that you can set what value that you want:
2) About similar attributes: you can configure the same transformer ( NeighborFinder ) to do this operation . You select the attributes that you want - option GroupBy.
Thanks in Advance,
Danilo
Hello Danilo,
Thanks for your reply.
Follow up question is:
Maximum Distance is based on what measurement? (meters, kilometers, etc) How can I change the type of measurement?
Hello Danilo,
Thanks for your reply.
Follow up question is:
Maximum Distance is based on what measurement? (meters, kilometers, etc) How can I change the type of measurement?
@lyon the distance is based on the current units of measure of your data, based on the coordinate system / projection you're using. If your data is in latlong, then you might need to reproject (Reprojector) to a projected coordinate system like UTM