I wanted to generate polygon by grouping points within 30 meters together and form polygon from it.
I need help as urgent as possible.
Thanks
I wanted to generate polygon by grouping points within 30 meters together and form polygon from it.
I need help as urgent as possible.
Thanks
Lots of ways to do it (as usual with FME), here's one suggestion:
You might also want to use a GeometryValidator and/or GeometryFilter to filter out any polygons that are actually lines.
Sample result:
And if you're wondering why it's a bit quiet on the forum this week: https://fmeuc.com/ :-)
Hi @f1, for example, if the distances between point A and B, B and C were less than 30m but the distance between A and C was greater than 30m, how should you group them?
Hi @f1, for example, if the distances between point A and B, B and C were less than 30m but the distance between A and C was greater than 30m, how should you group them?
Hi @takashi this is part of what I ne
Hi @f1, for example, if the distances between point A and B, B and C were less than 30m but the distance between A and C was greater than 30m, how should you group them?