Philippe Rivière

Results 746 comments of Philippe Rivière

Is it maybe the same problem as https://github.com/Fil/d3-geo-voronoi/issues/22?

the issue is that here we have two centers ([0,0] and [180,0]), and we need to connect them back and forth, and each time through a different great circle, which...

I believe this shows two distinct issues: 1. when we have 2 columns (and whatever the number of rows), geoVoronoi returns ill-defined polygons. 2. when you request more than two...

With "2 columns", the points are in fact collinear (all belong to the great circle that passes through the poles and [-90;0]). It's one of these situations where the (planar)...

It's hard to give a generic recommendation for a projection, it depends so much on the total area you're interested to show (the world or the region), and on the...

We don't want to export all because it would be a mess to document, but we can think of a lighter call that returns the triangulation only. Maybe call it...

The issue is maintenance. If you want to take the code and do what you want with it, no problem, but if we offer an API it must (ideally!) be...

https://github.com/Fil/d3-geo-voronoi/commit/4b9aee7f0bfd84cdc962f97e4dc1d2b9e001f926 uses a direct formula for the stereographic

A good reference presentation :) https://www.dotconferences.com/2019/12/vladimir-agafonkin-algorithmic-performance-optimization-in-practice

Not closed :(