-
Notifications
You must be signed in to change notification settings - Fork 202
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
geoPolyhedralWaterman is (not?) the Waterman projection #125
Comments
D3’s version is definitely not the same as Waterman’s projection (or Cahill’s, or Keyes’s, etc.); I think it’s just a glued-together combination of Gnomonic projections with the same general shape. Personally I think the D3 projection should be given a different name, as the current name is extremely misleading. As far as I know Waterman didn’t actually publish the implementation details of his projection anywhere, but only the finished product. You could probably reverse engineer an approximation, but I’m not sure it’s worth it, as the details of his projection doesn’t seem to be especially compelling. Or are you just talking about the Antarctica cutout and the arrangement of the sections? Those seem like fairly trivial details to me, easy to make one way or the other (or both). YMMV. Also note that Waterman claims a copyright. I’m not exactly sure how those hold up for map projections from a legal perspective, but it’s possible that more precisely copying features of the projection might be considered copyright infringement. (Did he get any patents? I know some other map projections were patented at some point, for instance Cahill’s patent) I’m not sure if Waterman’s estate cares one way or the other, but you might ask first. |
I love Cahill's three variants at once! Cutting Antartica, requires an extra pass for the additional face, but what IMHO would be nicer, is to add Antartica without removing it from the other lobes. |
I've tried my best to understand the differences between the Waterman and Cahill projection(s), and what D3 publishes as geoPolyhedralWaterman.
this is D3's version
however from Waterman's own site it's clear he always clips Antarctica in his projection (1976)
In fact, geoPolyhedralWaterman looks much more like Cahill's projection (1909), see this block by Gerald Rich
And this copy by Gene Keyes of the original 1909 drawing:
However as Gene Keyes has researched:
So where does all this confusion leave us?
IMO it would be good™ to properly document and attribute these projections, which will mean at some point to:
Of course one would also like to be able to render Cahill-Keyes and Cahill's projections in all their variants (in face projections, layouts, and rotations).
Another research point I should mention is the duplication of some geographical features that are allowed to "continue" past their face's edges to ensure continuity. I don't know how we would do this in the current d3-geo system. Steve Waterman made clear to Keyes that he disliked the idea (see this comment: Steve feels that Fig. 4, the last image above, is not representative of Waterman maps, because selected portions of the globe are shown in duplicate. in the Waterman review), but Keyes wanted it nonetheless :)
This issue is probably more about history than about formulas. Sorry if it is more confused and confusing than necessary. Comments from all interested parties would be very welcome.
The text was updated successfully, but these errors were encountered: