cdms2.axis:TransientVirtualAxis

TransientVirtualAxis.mapIntervalExt(interval, indicator='ccn', cycle=None, epsilon=None)

Extended mapInterval.

See mapInterval for full documentation.

Parameters
internvaltuple of float, float, str (optional), float (optional)

(x, y) First and last value to map. (x, y, indicator) First and last value to map with indicator for handling endpoints. (x, y, indicator, cycle) First and last value to map with endpoint indicator and cycle length.

indicatorstr

String indicator describing how to handle interval endpoints.

cyclefloat

Length of cycle to use when mapping interval.

epsilonNot use.
Returns
int, int, int

Returns tuple containing the first and last index along with the stride.