Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions lib/iris/coord_systems.py
Original file line number Diff line number Diff line change
Expand Up @@ -124,6 +124,7 @@ def as_cartopy_projection(self):

_short_datum_names = {
"OSGB 1936": "OSGB36",
"OSGB_1936": "OSGB36",
"WGS 84": "WGS84",
}

Expand Down
1 change: 0 additions & 1 deletion lib/iris/tests/integration/test_netcdf.py
Original file line number Diff line number Diff line change
Expand Up @@ -628,7 +628,6 @@ def test_no_load_datum_cf_var(self):

def test_save_datum(self):
expected = "OSGB 1936"
# saved_crs = iris.coord_systems.GeogCS.from_datum(datum="OSGB36")
saved_crs = iris.coord_systems.Mercator(
ellipsoid=iris.coord_systems.GeogCS.from_datum("OSGB36")
)
Expand Down