pyart.aux_io.read_radx_grid#
- pyart.aux_io.read_radx_grid(filename, exclude_fields=None, **kwargs)[source]#
- Read a netCDF grid file produced by radx2grid within LROSE. - Parameters:
- filename (str) – Filename of netCDF grid file to read. This file must have been produced by - write_grid()or have identical layout.
- Other Parameters:
- exclude_fields (list) – A list of fields to exclude from the grid object. 
- Returns:
- grid (Grid) – Grid object containing gridded data.