cf
DimensionCoordinate.
lower_bounds
The lower dimension coordinate bounds in a cf.Data object.
cf.Data
See also
bounds, upper_bounds
bounds
upper_bounds
>>> print c.bounds.array [[ 5 3] [ 3 1] [ 1 -1]] >>> c.lower_bounds <CF Data: [3, ..., -1]> >>> print c.lower_bounds.array [ 3 1 -1]
cf.AuxiliaryCoordinate.isscalar
cf.AuxiliaryCoordinate.mask