Skip to content

Allow other projections than just Polar Stereographic#321

Closed
mdtanker wants to merge 1 commit intomainfrom
projections
Closed

Allow other projections than just Polar Stereographic#321
mdtanker wants to merge 1 commit intomainfrom
projections

Conversation

@mdtanker
Copy link
Owner

@mdtanker mdtanker commented Jan 30, 2026

Enable plotting functions for grids of other projections than just EPSG 3031 and 3413. This will add an additional parameter epsg to all user-facing functions, so users can provide either the hemisphere or the EPSG code directly. For all private functions, all hemisphere parametes will be replaced with the epsg parameter. This shouldn't break anything, as hemisphere can be provided as in the past, but internally will be converted to the relevant EPSG code.

@mdtanker mdtanker changed the title WIP Allow other projections than just Polar Stereographic Jan 30, 2026
@codecov
Copy link

codecov bot commented Jan 30, 2026

Codecov Report

❌ Patch coverage is 0% with 36 lines in your changes missing coverage. Please review.
✅ Project coverage is 13.28%. Comparing base (5c18f10) to head (48f048b).
⚠️ Report is 3 commits behind head on main.

Files with missing lines Patch % Lines
src/polartoolkit/maps.py 0.00% 36 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main     #321      +/-   ##
==========================================
- Coverage   13.34%   13.28%   -0.06%     
==========================================
  Files           7        7              
  Lines        4010     4028      +18     
==========================================
  Hits          535      535              
- Misses       3475     3493      +18     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@mdtanker mdtanker closed this Feb 3, 2026
@mdtanker
Copy link
Owner Author

mdtanker commented Feb 3, 2026

Closed in favor of #324

@mdtanker mdtanker deleted the projections branch February 3, 2026 14:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant