I would like to ask about one idea that I had and I haven't figured out the solution, my idea is about:
Having a set of GPS coordinates point, which are covered by a rectangle, how to connect those points according to its shape, as I tried Quick Hull to connect those points, it formed a convex and it was not my expected result, my expectation is such as we have a set of points that follow a 'L' letter shape, so that if we connect them, we can have a 'L' shape.
I tried the voronoi and delaunay but still haven't got a good result!!
Thank you for helping me to figure a good solution for this.
Really appriciated!
Thanks everyone