Hello,
I have been looking for ways to convert multi-point geometries to lines but havent been 100% successful so far. Given is a data set consisting of multi-point geometries identified by a unique key and various attributes.
Its a straightforward matter when the sequence of points forms a linear shape:
Deaggregate the multi-point geometries and feed the single points to a line builder which groups the lines by the unique key.
However it is not so straightforward when the points form an arc.
In these cases the line builder creates shapes resembling spider webs rather than arcs.
I tried various ways to sort the points spatially (e.g. with the spatial sorter) to better set up the line builder but so far without much success.
Can you think of other ways to deal with this kind of case?
Kind regards
Ricky