Closed mats-knmi closed 3 months ago
Converted the methods in dimension.py to work with the new xarray datamodel. Since these methods can largely be replaced by xarray functionality, I updated these methods to make use of this.
dimension.py
@dnerini I have added a ticket to the project backlog, for a basic input validator with a decorator.
@dnerini I believe I have also taken care of the remaining comments you had, let me know what you think
Converted the methods in
dimension.py
to work with the new xarray datamodel. Since these methods can largely be replaced by xarray functionality, I updated these methods to make use of this.