We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 111635f commit 15a70ffCopy full SHA for 15a70ff
1 file changed
pysteps/xarray_helpers.py
@@ -214,7 +214,7 @@ def convert_input_to_xarray_dataset(
214
"units": attrs["units"],
215
"standard_name": attrs["standard_name"],
216
"long_name": attrs["long_name"],
217
- "grid_mapping": "projection",
+ grid_mapping_name: "projection",
218
},
219
)
220
}
@@ -238,7 +238,7 @@ def convert_input_to_xarray_dataset(
238
{
239
"units": "1",
240
"standard_name": "quality_flag",
241
242
243
244
coords = {
0 commit comments