d3-geo-voronoi
d3-geo-voronoi copied to clipboard
Voronoi / Delaunay tessellations on the sphere
Bumps [terser](https://github.com/terser/terser) from 5.7.2 to 5.14.2. Changelog Sourced from terser's changelog. v5.14.2 Security fix for RegExps that should not be evaluated (regexp DDOS) Source maps improvements (#1211) Performance improvements in...
I have a map with one or more polylines, and want to know the segment that is closest to the cursor. I've successfully done this in another library (https://github.com/Voxel8/pyvoronoi), however...
Before I begin, I should note that the code quality of this module is high and I really like the attention to detail that is apparent in the test coverage....
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...
Hello, would it be possible to export "all" the functions in this library so we can create custom/liter geoDelaunay for example ? My use-case is to use `geoDelaunay` to create...
I am measuring my progress in porting this module into rust by the amount to code coverage I see... That is compared to this module. It is a simple change...
Faster
Ideas for later: - change the arrays into typed arrays when possible (edges => edges2, etc) in the delaunay part - use spherical trig for rotation & projection (instead of...
Should the mesh contain the long edges? It would be more consistent to have that, and also include the large triangle, so that the union of all triangles would cover...
make it easier to create a [spherical heatmap](https://observablehq.com/@fil/spherical-heatmap) with contours?
When points that are close together (voronoi of my garden) - [ ] triangles can fail to compute - [ ] long edges can fail to display (maybe a projection...