A Python reference implementation of the CF data model
NetCDFArray.
open
Returns an open dataset containing the data array.
New in version (cfdm): 1.7.0
netCDF4.Dataset
Examples
>>> netcdf = a.open() >>> variable = netcdf.variables[a.get_ncvar()] >>> variable.getncattr('standard_name') 'eastward_wind'