YAXArrays.jl
YAXArrays.jl copied to clipboard
implement savedataset(; overwrite=true) per variable
Overwriting a dataset should just do it per variable and not delete the whole file.
a possible workflow will be to use (extend) append instead with:
- check first if variable already exist in Dataset
- if it does delete it from it https://github.com/JuliaDataCubes/YAXArrays.jl/issues/222
- use the
appendoption to update the variable
and keep the overwrite option as it is, but with the proper warning in the docs.
@meggart sounds reasonable?