cf.DimensionCoordinate.hasbounds

DimensionCoordinate.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.DimensionCoordinate.hardmask

Next topic

cf.DimensionCoordinate.isauxiliary

This Page