Skip to content

Commit

Permalink
Extra datum translation (#4753)
Browse files Browse the repository at this point in the history
  • Loading branch information
wjbenfold authored May 19, 2022
1 parent ba07f7b commit caae450
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions lib/iris/coord_systems.py
Original file line number Diff line number Diff line change
Expand Up @@ -143,6 +143,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

0 comments on commit caae450

Please sign in to comment.