uscuni / sgeop

Street geometry processing toolkit
BSD 3-Clause "New" or "Revised" License
10 stars 0 forks source link

TODO: `core.geometry.voronoi_skeleton()` -- calling `line_merge` before returning? #13

Closed jGaboardi closed 2 weeks ago

jGaboardi commented 2 months ago

At the end of core.geometry.voronoi_skeleton()

    edgelines = edgelines[edgelines != None]  # noqa: E711
    # TODO: shall we try calling line_merge before returning? It was working weirdly in
    # TODO: some occasions
    return edgelines[shapely.length(edgelines) > 0], splitters

xref uscuni/simplification#95

martinfleis commented 2 weeks ago

This is solved somewhere along the way so I'd mark this as not planned.

jGaboardi commented 2 weeks ago

Not planned -- closing out