-
## Problem
- Currently we rely on Nominatim (hosted by OSM).
- This is fine, but it's an external API we rely on causing two issues:
- Rate limiting if we call it too many times successively.
…
-
When I tried to create a Voronoi diagram from a gridded dataset of 4 points (±90, ±45) using `geoVoronoi()`, the cells seem to overlap. @Fil has graciously pointed out that this is because the polygon…
-
The technical vision is to have Asteroids break apart into smaller polygons based on a voronoi graph.
I have a prototype that feels very close to working but suffers from broken edge cases. I tried t…
-
### Bug
### Voronoi
- [ ] Calculate polygon areas
- [ ] For `vor$vertices`
- [ ] Return status: merged/redundant/deleted
- [ ] For `vor$msegments`
- [ ] Add proper `line` for b…
-
**This issue was imported from [CodePlex](http://dotspatial.codeplex.com/workitem/64)**
**[pbduda](http://www.codeplex.com/site/users/view/pbduda)** wrote 2010-09-30 at 22:42
I'm using DotSpatial.Ana…
-
Is this a bug?
Using `voronoi_polygons(road)` resulted in a memory usage of over 10 GB and then was forcibly terminated by the OOM killer. The road consists of approximately 4.6 million points form…
-
I reported this issue in [shapely](https://github.com/shapely/shapely/issues/2043), but it's an upstream GEOS issue.
Can you tell me if this is something that can be optimized or if GEOS can't hand…
-
I have applied the `ShapeSolver` to try and make a plot of the source-plane magnification in each Voronoi cell of a model-fit to a strong lens.
However, the Voronoi mesh magnification values are in…
-
An undocumented (and useful) feature of the Rook and Queen contiguity weights constructors is that passing in points results in the construction of voronoi polygons, which are then used to build conti…
-
This works. I had to unwrap
```python
load_pickle('voronoi_grids/80/01.p')
# must unwrap centers to test for presence in cell
centers = gpd.GeoSeries([Point(unwrap_lon(xy[0]), xy[1]) for xy in t…