Closed RenaudLN closed 3 years ago
I haven't yet had the time to look into it, but I plan to do it soon! Thanks for the reproducible example, cases like these are definitely useful for debugging problems! Dankjewel!
Hi @RenaudLN, thank you for reporting this issue! It should now be fixed.
The first set of coordinates is now describing the corner piece on the top left. The other polygons are still the same.
0 [(0.462, 1.0), (0.0, 0.28), (0.0, 1.0)]
1 [(0.0, 0.28), (0.462, 1.0), (0.685, 1.0), (0.962, 0.0), (0.0, 0.0)]
2 [(0.962, 0.0), (0.685, 1.0), (1.0, 1.0), (1.0, 0.0)]
Hi, I was trying out this Polygon-bounded Voronoi which is pretty cool but I run into issues from time to time as the algorithm does not seem to find Voronoi polygons for some of the points in the data (points that are within the bounding polygon).
Below is a reproducible example:
And if I try to plot them I get the following: