pyart.io.cfradial.write_cfradial
-
pyart.io.cfradial.write_cfradial(filename, radar, format='NETCDF4', time_reference=False)[source]
Write a Radar object to a CF/Radial compliant netCDF file.
Parameters: | filename : str
radar : Radar
format : str, optional
NetCDF format, one of ‘NETCDF4’, ‘NETCDF4_CLASSIC’,
‘NETCDF3_CLASSIC’ or ‘NETCDF3_64BIT’. See netCDF4 documentation for
details.
time_reference : bool
True to include a time_reference variable, False will not include
this variable.
|