cfdm.NetCDFArray.get_format

NetCDFArray.get_format()[source]

The format of the files.

New in version (cfdm): 1.10.1.0

Returns
str

The file format. Always 'nc', signifying netCDF.

Examples

>>> a.get_format()
'nc'