I'm searching for a solution in fme. I have huge set of points, representing cell towers.
Now I want to generate a complete network, where all towers are connected. The final result should look like a spiderweb.
Any ideas how to deal with this?
I'm searching for a solution in fme. I have huge set of points, representing cell towers.
Now I want to generate a complete network, where all towers are connected. The final result should look like a spiderweb.
Any ideas how to deal with this?
The SurfaceModeller transformer can be used to create TIN edges based on input points; all of TIN edges and input points belong in a network.
Takashi