cf.Coordinate.hasbounds

Coordinate.hasbounds

True if and only if the coordinate object has cell bounds.

Examples

>>> if c.isbounded:
...     print c.bounds

Previous topic

cf.Coordinate.ctype

Next topic

cf.Coordinate.isscalar

This Page