cf
DimensionCoordinate.
upper_bounds
The upper dimension coordinate bounds in a cf.Data object.
cf.Data
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.AuxiliaryCoordinate.Units
cf.AuxiliaryCoordinate.varray
Enter search terms or a module, class or function name.