cf
Coordinate.
lower_bounds
The lower coordinate bounds in a cf.Data object.
cf.Data
c.lower_bounds is equivalent to c.bounds.data.min(axes=-1).
c.lower_bounds
c.bounds.data.min(axes=-1)
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.Coordinate.isscalar
cf.Coordinate.mask
Enter search terms or a module, class or function name.