pyart.aux_io.read_rxm25#

pyart.aux_io.read_rxm25(filename, cfradial_outfile=None, heading=None)[source]#

Read in Ridgeline Instruments RXM-25 formatted NetCDF data.

Parameters:
  • filename (str) – Name of Ridgeline Instruments (RLI) RXM-25 formatted NetCDF file from which to read data.

  • cfradial_outfile (str, optional) – If file is to be converted to CF-Radial format, specify the output filename here.

  • heading (float, optional) – If a heading offset exists, enter it here (in degrees).

Returns:

radar (Radar) – Radar object.