A CF-compliant earth science data analysis library
NetCDFArray.
get_format
The format of the files.
New in version (cfdm): 1.10.1.0
See also
get_address, get_filename, get_formats
get_address
get_filename
get_formats
str
The file format. Always 'nc', signifying netCDF.
'nc'
Examples
>>> a.get_format() 'nc'