You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Ensure plotting xarray grids with different central meridians work on some projections (#560)
Adds tests to make sure that plotting xarray.DataArray grids
at different central meridians work properly for different projection types.
* Test different central meridians and projection systems
Testing meridians 0, 123 and 180;
for projections H, Q, S and W.
* Improve tests on different central meridians and standard parallels
Split up tests into projections that only take a
central meridian argument (e.g. H, W); and
those that also take a standard parallel
argument (e.g. Q and S).
* Mention fullname of projections in test_grdimage_central_meridians* docs
* Expect some failures on Cylindrical Equidistant (Q) plots
Also set RMS tolerance to 1.5 to handle small differences along
Greenwich Meridian for General Stereographic (S) plots.
0 commit comments