JuliaDataCubes / YAXArrays.jl

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

Loading data in memory vs out of memory: indication in show + conversion + option when opening dataset #447

Open briochemc opened 13 hours ago

briochemc commented 13 hours ago

I'm not sure if this had not been asked before or if I should ask elsewhere, but since I was using YAXArrays I thought I should ask here. Maybe this is already doable and I just don't know how. Anyway, here is a triple feature request:

lazarusA commented 12 hours ago

hey,

  1. loaded lazily)/(loaded in memory). I guess we could do that.
  2. see readcubedata. Better docs are needed for that one.
  3. maybe just combine with 2?
rafaqz commented 12 hours ago

Rasters uses Base.read and DD forwards it on to the parent (have to check that). Maybe YAX could add that too?

lazarusA commented 10 hours ago

Yeah, don't know. open and save -> open_dataset, savecube and save_dataset, need some unification work.

briochemc commented 9 hours ago

Another one would be to be able to read en entire YAXArray Dataset in memory. Is it possible to do so at this stage or does one need to readdatacube for all vars separately?