A CF-compliant earth science data analysis library
GatheredArray.
dtype
Data-type of the data elements.
Examples:
>>> a.dtype dtype('float64') >>> print(type(a.dtype)) <type 'numpy.dtype'>