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 cf493b7 commit 8f0f492Copy full SHA for 8f0f492
cf_xarray/datasets.py
@@ -758,7 +758,7 @@ def _create_inexact_bounds():
758
("x", "y"),
759
np.arange(200).reshape((10, 20)),
760
{
761
- "grid_mapping": "spatial_ref: crs_4326: latitude longitude crs_27700: x27700 y27700"
+ "grid_mapping": "spatial_ref: x y crs_4326: latitude longitude crs_27700: x27700 y27700"
762
},
763
)
764
hrrrds.coords["spatial_ref"] = ((), 0, CRS.from_epsg(3035).to_cf())
0 commit comments