-
We met a `Key Error` when using the API `lps.weights.Queen.from_iterable` when evaluating Moran's Index in spatial analysis, which caused by replicated points. We submitted our coordinates data `ar…
-
The function `TetGen.voronoi()` seems giving wrong results. I think Voronoi diagram should contain no nodes from the input by definition.
I want to generate a Voronoi diagram of points distributed…
-
e.g. Processing has libraries to render an image as dots of varying size and/or colour
-
Hi, while do the calculation, have you used any **formula** about the circumradius of a simplex in the n-dimensional space? Thank you!
-
I just spent my evening trying to plot a 3D Voronoi diagram, so I think this is a feature request.
My problems arose from the inability to access the start and end points (vertices) of each edge in…
-
https://hugopeters.me/posts/19/
-
Mesh offsetting seems very useful for adding tolerance to parts, especially when combined with face selection.
~~I wonder if I can just offset each vertices according to their tangent? Although we…
-
Hi, I had to do some optimizations recently for zonal stats on a very large number of polygons, and I thought the method might fit well here.
Essentially, instead of iterating thru each feature o…
-
### Describe your issue.
Hi, Scipy team,
I got a problem when working with scipy.spatial.ConvexHull class. After creating an instance of ConvexHull object with flag `incremental=True`, trying to `…
-
I have come a long way in trying to optimize this implementation of Fortune's Algorithm, but the latest iteration 57cb02c still under-performs. What I did accomplish is both, eliminate space leaks, an…