Skip to content
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

Oblique and Rotated Mercator #5548

Merged
merged 33 commits into from
Oct 24, 2023
Merged

Conversation

trexfeathers
Copy link
Contributor

@trexfeathers trexfeathers commented Oct 23, 2023

🚀 Pull Request

Description

Closes #4830

To do


Consult Iris pull request check list

@codecov
Copy link

codecov bot commented Oct 23, 2023

Codecov Report

Attention: 2 lines in your changes are missing coverage. Please review.

Comparison is base (0b569cd) 89.41% compared to head (55174bf) 89.44%.
Report is 6 commits behind head on main.

❗ Current head 55174bf differs from pull request most recent head 2bcee96. Consider uploading reports for the commit 2bcee96 to get more accurate results

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #5548      +/-   ##
==========================================
+ Coverage   89.41%   89.44%   +0.02%     
==========================================
  Files          89       89              
  Lines       22539    22598      +59     
  Branches     5387     5390       +3     
==========================================
+ Hits        20154    20212      +58     
  Misses       1639     1639              
- Partials      746      747       +1     
Files Coverage Δ
lib/iris/coord_systems.py 93.95% <100.00%> (+0.38%) ⬆️
lib/iris/fileformats/_nc_load_rules/actions.py 97.50% <ø> (ø)
lib/iris/fileformats/_nc_load_rules/helpers.py 96.15% <100.00%> (+0.13%) ⬆️
lib/iris/fileformats/netcdf/saver.py 89.14% <77.77%> (-0.01%) ⬇️

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

@trexfeathers trexfeathers marked this pull request as ready for review October 24, 2023 08:29
Copy link
Member

@bjlittle bjlittle left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@trexfeathers Nice one.

As usual, writing the code is relatively straight forward ... testing, however, is another concern. Neat patterns 🚀

Only a couple of suggestions to service, then we can bank this goodness 😄

@bjlittle bjlittle merged commit f30db0d into SciTools:main Oct 24, 2023
16 checks passed
@trexfeathers
Copy link
Contributor Author

Big thanks @bjlittle!

tkknight added a commit to tkknight/iris that referenced this pull request Oct 26, 2023
* upstream/main:
  moved latest warning banner logic to conf.py (SciTools#5508)
  updated layout of top navbar (SciTools#5505)
  Oblique and Rotated Mercator (SciTools#5548)
  [pre-commit.ci] pre-commit autoupdate (SciTools#5549)
  [pre-commit.ci] pre-commit autoupdate (SciTools#5527)
  Bump scitools/workflows from 2023.09.1 to 2023.10.0 (SciTools#5540)
  nep29 drop table schedule numpy>1.21 (SciTools#5525)
  Updated environment lockfiles (SciTools#5545)
  Replaced `NotImplementedError` with `NotImplemented` (SciTools#5544)
  Gallery: show colour bar stealing space from multiple axes (SciTools#5537)
  Updated environment lockfiles (SciTools#5524)
  Set some memory benchmarks to on-demand to reduce noise. (SciTools#5481)
  updating docs and stale comment (SciTools#5522)
  Ensure removal of release candidate from What's New title. (SciTools#5526)
  Updated environment lockfiles (SciTools#5513)
  Docs page on filtering warnings (SciTools#5509)
  Replaced pkg_resources version parser with packager version parser. (SciTools#5511)
  Categorise warnings (SciTools#5498)
  Updated all np.product calls to np.prod (SciTools#5493)
@trexfeathers trexfeathers mentioned this pull request Nov 16, 2023
6 tasks
HGWright added a commit to HGWright/iris that referenced this pull request Nov 17, 2023
* 'guess_coord' of github.com:HGWright/iris: (82 commits)
  [pre-commit.ci] auto fixes from pre-commit.com hooks
  [pre-commit.ci] pre-commit autoupdate (SciTools#5579)
  Relicense to from LGPL-3 to BSD-3 (SciTools#5577)
  Allow `add_season_year()` to optionally send spans backwards (SciTools#5573)
  Added xarray phrasebook doc page (SciTools#5564)
  fixed spacing (SciTools#5572)
  DOCS: Removed broken git links. (SciTools#5569)
  More sensible time axis and tick labels for 2D plots (SciTools#5561)
  removed now incorrect statement. (SciTools#5555)
  [pre-commit.ci] pre-commit autoupdate (SciTools#5558)
  Exempt major release label from stalebot (SciTools#5559)
  updated link (SciTools#5556)
  Added whatsnew. (SciTools#5552)
  moved latest warning banner logic to conf.py (SciTools#5508)
  updated layout of top navbar (SciTools#5505)
  Oblique and Rotated Mercator (SciTools#5548)
  [pre-commit.ci] pre-commit autoupdate (SciTools#5549)
  [pre-commit.ci] pre-commit autoupdate (SciTools#5527)
  Bump scitools/workflows from 2023.09.1 to 2023.10.0 (SciTools#5540)
  nep29 drop table schedule numpy>1.21 (SciTools#5525)
  ...
@trexfeathers trexfeathers deleted the oblique_mercator branch May 3, 2024 15:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: 🏁 Done
Development

Successfully merging this pull request may close these issues.

Iris does not recognise x and y coordinates of netCDF files with rotated mercator projection
2 participants