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

Filename to create.

radar : Radar

Radar object.

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.

Previous topic

pyart.io.cfradial.read_cfradial

Next topic

pyart.io.cfradial._find_all_meta_group_vars

This Page