JLD2.jl icon indicating copy to clipboard operation
JLD2.jl copied to clipboard

Option to read slices of stored arrays

Open vilim opened this issue 7 years ago • 0 comments

Is it possible to read parts of arrays stored as JLD2 files (a specific slice), like in the HDF5.jl example?

using HDF5
h5read("/tmp/test2.h5", "mygroup2/A", (2:3:15, 3:5))

vilim avatar May 03 '18 14:05 vilim