d3-geo-polygon
d3-geo-polygon copied to clipboard
Clean up Waterman / Cahill
The issue is described here: https://github.com/d3/d3-geo-projection/issues/125
To sum up this would need to:
- [ ] introduce geoCahill1909 (which would be geoPolyhedralWaterman but with the inferior choice of angles from Cahill's original — and that could be a parameter of course), and be mindful of the face projection used in 1909
- [ ] create a "true" geoWaterman with Antarctica cut out (see also https://github.com/d3/d3-geo-polygon/issues/11)
- [ ] obsolete geoPolyhedralWaterman
A first draft of the Waterman here https://beta.observablehq.com/d/6c32c18bb8550021

new draft here https://beta.observablehq.com/d/8085f693f9972f0e

For the moment I don't see very well how the Antarctica piece is made in Steve Waterman's original — the angles and the parallels in my draft are not the same as in the original.