xarray-simlab icon indicating copy to clipboard operation
xarray-simlab copied to clipboard

Other user-defined metadata attached to model variables

Open benbovy opened this issue 5 years ago • 0 comments

It is already possible to add custom metadata to a model variable using xs.variable(attrs={...}).

However, it would be nice to be able to separate the metadata that is added to IO xarray datasets (primitive types) from the metadata that is used for other things (e.g., more advanced objects like ipywidgets or bokeh widgets).

benbovy avatar Nov 19 '20 16:11 benbovy