[FR] Selection of array sub-spans when loading from `.nc`
Datseris opened this issue · 0 comments
Datseris commented
Would be nice to enable a user passing some kind of tuple of indices, e.g. (:, :, 1:12)
to select sub-sets of arrays from multifile datasets. At the moment we only allow full loading.
This should modify two places:
- the array that is loaded is directly obtaining the given tuple.
- The dimensions should also obtain values from this tuple