theophilusx.netcdf.arrays
array->map
(array->map a)
get-linear-value
(get-linear-value a index)
get-value
(get-value a)
(get-value a i)
(get-value a i0 i1)
(get-value a i0 i1 i2)
(get-value a i0 i1 i2 i3)
(get-value a i0 i1 i2 i3 i4)
(get-value a i0 i1 i2 i3 i4 i5)
(get-value a i0 i1 i2 i3 i4 i5 i6)
Read a value from an array map returned by a call to read-slice
. The a
argument is an array map returned from a call to read-slice
. The function is defined to handle multiple index arguments, depending on the rank of the array. The function supports arrays with a rank from 0 to 7 dimensions. The dimension indices are specified as integers.