JuliaDataCubes / YAXArrays.jl

Yet Another XArray-like Julia package
https://juliadatacubes.github.io/YAXArrays.jl/
Other
99 stars 16 forks source link

Export `save` ? #309

Open alex-s-gardner opened 1 year ago

alex-s-gardner commented 1 year ago

a function save could replace savedataset & savecube. If save is passed a Cube it would call savecube, if it was passed Dataset it could call savedataset

save would also check for a file name extension (e.g. .zarr or .nc) to determine which driver to use... or the user could pass driver as a kwarg.