A CF-compliant earth science data analysis library
NetCDFArray.
dtype
Data-type of the data elements.
New in version (cfdm): 1.7.0
Examples:
>>> a.dtype dtype('float64') >>> print(type(a.dtype)) <type 'numpy.dtype'>