We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ba07f7b commit caae450Copy full SHA for caae450
lib/iris/coord_systems.py
@@ -143,6 +143,7 @@ def as_cartopy_projection(self):
143
144
_short_datum_names = {
145
"OSGB 1936": "OSGB36",
146
+ "OSGB_1936": "OSGB36",
147
"WGS 84": "WGS84",
148
}
149
lib/iris/tests/integration/test_netcdf.py
@@ -628,7 +628,6 @@ def test_no_load_datum_cf_var(self):
628
629
def test_save_datum(self):
630
expected = "OSGB 1936"
631
- # saved_crs = iris.coord_systems.GeogCS.from_datum(datum="OSGB36")
632
saved_crs = iris.coord_systems.Mercator(
633
ellipsoid=iris.coord_systems.GeogCS.from_datum("OSGB36")
634
)
0 commit comments