Skip to content

Commit

Permalink
Resolve yorigin error
Browse files Browse the repository at this point in the history
  • Loading branch information
RubenImhoff committed Aug 25, 2021
1 parent 8a9918a commit 560cb35
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pysteps/io/nwp_importers.py
Original file line number Diff line number Diff line change
Expand Up @@ -554,7 +554,7 @@ def _import_knmi_nwp_geodata_xr(
"institution": ds_in.attrs["institution"],
"threshold": _get_threshold_value(da_rainfall.values),
# TODO(_import_bom_rf3_geodata_xr): Remove before final 2.0 version
"yorigin": "upper",
"yorigin": "lower",
"xpixelsize": xpixelsize.values,
"ypixelsize": ypixelsize.values,
}
Expand Down

0 comments on commit 560cb35

Please sign in to comment.