Fix the south polar CRS name in wmscrs(): EPSG:32761 - #47
Open
corentincarton wants to merge 1 commit into
Open
corentincarton wants to merge 1 commit into
corentincarton wants to merge 1 commit into
Conversation
wmscrs() advertised EPSG:32762, which does not exist. The south Universal Polar Stereographic CRS implemented by Magics (subpage_map_projection) is EPSG:32761, so WMS clients requesting the advertised name got an 'Unsupported CRS' error from skinnywms. Co-Authored-By: Claude Fable 5.1 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
wmscrs()advertisedEPSG:32762, which is not a CRS. The south Universal Polar Stereographic CRS implemented by Magics (subpage_map_projection) isEPSG:32761, so a WMS client requesting the advertised name got anUnsupported CRSerror from skinnywms. One-character fix.Not changed here, but worth a look by someone who knows the intent: the extents listed for
EPSG:32661andEPSG:32762look odd (s_lat>n_latfor both, and a ~7 km widew_lon/e_lonrange), while the real UPS extents are roughly 0..4 000 000 m in both axes.Independent of the Equal Earth work (ecmwf/magics-python feature/equal-earth-crs); touches the same function, so whichever merges second is a trivial rebase.
🤖 Generated with Claude Code