d3-geo-polygon icon indicating copy to clipboard operation
d3-geo-polygon copied to clipboard

Clean up Waterman / Cahill

Open Fil opened this issue 7 years ago • 3 comments

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

Fil avatar Mar 21 '18 07:03 Fil

A first draft of the Waterman here https://beta.observablehq.com/d/6c32c18bb8550021

waterman cut waterman extended

Fil avatar Sep 12 '18 20:09 Fil

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

waterman

Fil avatar Sep 16 '18 17:09 Fil

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.

Fil avatar Sep 17 '18 09:09 Fil