JuliaDataCubes / YAXArrays.jl

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

What about an exported function Dataset instead of open_dataset #308

Open alex-s-gardner opened 1 year ago

alex-s-gardner commented 1 year ago

Maybe an exported function Dataset instead of open_dataset would be better and if Dataset was used to read a Cube it could return a Dataset. This would be a bit more intuitive

and something like: open_dataset(zopen(store, consolidated=true))

could be Dataset(pat2file; kwg)