cf.Coordinate.dtype

Coordinate.dtype

Numpy data-type of the data array.

Examples

>>> c.dtype
dtype('float64')
>>> import numpy
>>> c.dtype = numpy.dtype('float32')

Previous topic

cf.Coordinate.dtvarray

Next topic

cf.Coordinate.day

This Page