[][src]Module dap2::hyperslab

Hyperslab constraints

OPeNDAP constraint expressions for ranges can consist of:

  • single values: [1] -> [1]
  • a range: [1:5] -> [1, 2, 3, 4, 5]
  • a range with strides: [1:2:7] -> [1, 3, 5, 7] [1:2:8] -> [1, 3, 5, 7]

Functions

count_slab
parse_hyperslab