27 const std::vector<Dimensions_t>& dim_sizes);
34 std::vector<ioda::ObsStore::SelectSpecs>& selects);
38 void genDimSelects(
const std::vector<Selection::VecDimensions_t>& points,
39 std::vector<ioda::ObsStore::SelectSpecs>& selects);
43 void genDimSelects(
const std::vector<Selection::SingleSelection>& actions,
44 const std::vector<Dimensions_t>& dim_sizes,
45 std::vector<ioda::ObsStore::SelectSpecs>& selects);
Dataspace selections for reading and writing ioda::Variable data.
Functions for ObsStore Selection.
A Selection represents the bounds of the data, in ioda or in userspace, that you are reading or writi...
Common preprocessor definitions used throughout IODA.
@ ObsStore
ObsStore in-memory.
std::vector< Dimensions_t > VecDimensions_t
void genDimSelects(const Selection::VecDimensions_t &start, const Selection::VecDimensions_t &count, const Selection::VecDimensions_t &stride, const Selection::VecDimensions_t &block, std::vector< ioda::ObsStore::SelectSpecs > &selects)
generate the dimension selection structure from hyperslab specs
ioda::ObsStore::Selection createObsStoreSelection(const ioda::Selection &selection, const std::vector< Dimensions_t > &dim_sizes)
translate a ioda::Selection to and ObsStore Selection