-
Hello,
It appears that Visolate fails with the below exception when there are any polygons in the pcb.
java -jar /tmp/Visolate/releases/visolate-3.1.1.jar
graphics device: :0.0
libGL error: failed…
-
Hi,
OS: Windows 10 x64 build 19041.450
Python 3.8.2.0
I know that this is not released yet but I know that without feedback no improvements are done (limited time etc).
It seems that using thi…
-
Voronoi weights do not work when there are co-incident points.
```python
import geopandas
import shapely
import numpy
points = [geometry.Point(*t) for t in numpy.random.normal(0,1,(3,2))]
df …
-
The length of the diagonal of the bbox, which is required to determine the lag distance, is calculated on the basis of the vertices of the Voronoi diagram. In individual cases, this does not match the…
Mono2 updated
4 years ago
-
I have a list of geometries in GeoPandas, which consist of Polygon and LineString. I am trying to convert LineString to Polygon using buffer because I need to use it in voronoi_diagram.
```
>>> c…
-
First of all congratulations on this Godot project, just fantastic.
I saw that your to-do list includes "Noisy edges." I would be interested to know how you plan to implement this. Are you going to…
-
Hello, I think I found a problem with the polygon generation algorithm. When using a specific set of coordinates I get a polygon with only 2 sides (in my code).
I adapted the iOS example with my ow…
-
The [d3 delaunay module](https://github.com/d3/d3-delaunay) is actively maintained and performs better than the turf.js `tin` function, which often generates invalid triangles.
- replace the existi…
-
We **can** give estimates of world accessibility. Let's do it.
We need:
- [x] OSM roads of the world
- [x] OSM villages. [1MM](https://taginfo.openstreetmap.org/tags/place=village)
- [ ] Attach …
-
When point number is too large (around 30) Algorithm stops workin, and i can see this error
```
Traceback (most recent call last):
File "VoronoiGraph.py", line 206, in
v.testVoronoi()
…