JLD2.jl
JLD2.jl copied to clipboard
Option to read slices of stored arrays
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))