cf.Field.hasbounds

Field.hasbounds

True if there are cell bounds.

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

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