mikeio icon indicating copy to clipboard operation
mikeio copied to clipboard

Change Dataset to a Sequence instead of a Mapping

Open jsmariegaard opened this issue 3 years ago • 0 comments

Having Dataset as a Mapping with separate keys (as before this PR) causes some problems:

  • renaming of DataArray da by setting da.name = "new_name" will give a mismatch between the DataArray's name and the names (keys) of the Dataset that it belongs to

This PR change the underlaying data variable in Dataset from a dict to a list

(work in progress)

jsmariegaard avatar Sep 11 '22 12:09 jsmariegaard