-
Notifications
You must be signed in to change notification settings - Fork 802
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
Adds Pseudo Mercator to build_db_from_iau.py #3645
Adds Pseudo Mercator to build_db_from_iau.py #3645
Conversation
Note there is some inconsistency with hyphenation of "Pseudo-Mercator" so this may need a double check, but I believe what I have is consistent with EPSG:3857 WKT2:2019 representation.
Settting it as a draft seeing remark from @thareUSGS in pdssp/csvforwkt#4 (comment). In particular the XXXX90 code needs to be confirmed for interoperability with other implementations |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@AndrewAnnex Why "Popular Visualization Pseudo Mercator" (EPSG: 1024) and not simply "Mercator (Spherical)" (EPSG: 1026). https://epsg.io/1026-method
I have never fully understood the whole Mercator / Web Mercator issue. I would rather use a name that isn't so odd (e.g., "Popular Visualization...") if possible. Looks like it is the same equation used in Mercator (Spherical).
There's a subtlety if it is applied on a non-spherical ellipsoid. EPSG:1024 will always use the semi-major axis as the R value, whereas EPSG:1026 will use the radius of the conformal sphere, at the latitude of origin, which will be a * sqrt(1 - e^2) for latitude of origin = 0 |
@rouault thanks for that explanation, I hope that 1024 is the best choice of "mercator" in order to make it slightly more straight forward to adapt/extend standards and front ends that assume 3857 for Earth, so that the correct semi-major axis can just be swapped in. |
@rouault This update for "Web Mercator" has been approved and merged. pdssp/csvforwkt#5 It would be great to see this pull request also approved for PROJ. thanks! |
Note there is some inconsistency with hyphenation of "Pseudo-Mercator" so this may need a double check, but I believe what I have is consistent with EPSG:3857 WKT2:2019 representation. Related to pdssp/csvforwkt#5