cf.Coordinate.isbounded

Coordinate.isbounded

True if and only if the coordiante has cell bounds.

Examples

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

Previous topic

cf.Coordinate.id

Next topic

cf.Coordinate.islatitude

This Page