JuliaClimate/ClimateBase.jl

[FR] Selection of array sub-spans when loading from `.nc`

Datseris opened this issue · 0 comments

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:

  1. the array that is loaded is directly obtaining the given tuple.
  2. The dimensions should also obtain values from this tuple