cf.Coordinate.hasbounds

Coordinate.hasbounds

True if and only if there are cell bounds.

If present, cell bounds are stored in the bounds attribute.

Examples

>>> if c.hasbounds:
...     b = c.bounds

Previous topic

cf.Coordinate.hardmask

Next topic

cf.Coordinate.hour

This Page