Currently, kobbe is built as a self-standing library. We want to make it dependent on kval. These modules are intended to be part of the same ecosystem, and we want to be able to use base functionality from kval in kobbe.
Examples of functionality from kval can be:
Functions for modyifing metadata, dropping variables etc.
Functions for CF-formatting and export.
Most of these will probably be wrappers for xarray functionality, with NPIOcean ecosystem conventions on top.
This will presumably all be significantly easier once we have kval on pypi.
Currently,
kobbe
is built as a self-standing library. We want to make it dependent onkval
. These modules are intended to be part of the same ecosystem, and we want to be able to use base functionality fromkval
inkobbe
.Examples of functionality from
kval
can be:Most of these will probably be wrappers for xarray functionality, with NPIOcean ecosystem conventions on top.
This will presumably all be significantly easier once we have
kval
on pypi.