Skip to content

Commit 8f0f492

Browse files
dcherianclaude
andcommitted
cleanup
Co-authored-by: Claude <[email protected]>
1 parent cf493b7 commit 8f0f492

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cf_xarray/datasets.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -758,7 +758,7 @@ def _create_inexact_bounds():
758758
("x", "y"),
759759
np.arange(200).reshape((10, 20)),
760760
{
761-
"grid_mapping": "spatial_ref: crs_4326: latitude longitude crs_27700: x27700 y27700"
761+
"grid_mapping": "spatial_ref: x y crs_4326: latitude longitude crs_27700: x27700 y27700"
762762
},
763763
)
764764
hrrrds.coords["spatial_ref"] = ((), 0, CRS.from_epsg(3035).to_cf())

0 commit comments

Comments
 (0)