cf
Coordinate.
upper_bounds
The upper coordinate bounds in a cf.Data object.
cf.Data
c.upper_bounds is equivalent to c.bounds.data.max(axes=-1).
c.upper_bounds
c.bounds.data.max(axes=-1)
See also
bounds, lower_bounds
bounds
lower_bounds
>>> print c.bounds.array [[ 5 3] [ 3 1] [ 1 -1]] >>> c.upper_bounds <CF Data: [5, ..., 1]> >>> c.upper_bounds.array array([5, 3, 1])
cf.Coordinate.Units
cf.Coordinate.varray