cf.DimensionCoordinate.positive

DimensionCoordinate.positive

The positive CF property.

Examples

>>> c.positive = 'up'
>>> c.positive
'up'
>>> del c.positive
>>> f.setprop('positive', 'down')
>>> f.getprop('positive')
'down'
>>> f.delprop('positive')

Previous topic

cf.DimensionCoordinate.month_lengths

Next topic

cf.DimensionCoordinate.scale_factor

This Page