Hi all,
I'm a bit struggeling with below issue:
I have 10 000 points and a certain polygon. I first clip the points that are outside the polygon as I don't need them any more. Then I connect the points inside with a tiler to create a grid on those points so that I can output them into 4 different databases based upon in which tile they are situated.
This works well if the points are well distributed, but if the majority of the points are located to one side of the polygon and a few are distributed alongst the other side, I have 1 database containing a lot of points while the other 3 contain like only 1 point.
How can I make a more evenly distributed output + I want near points to be outputted in the same geodatabase
I'm using FME 2015.1
Regards
VAT