pyart.aux_io.read_cf1_cartesian_mf#

pyart.aux_io.read_cf1_cartesian_mf(filename, field_names=None, delay_field_loading=False, **kwargs)[source]#

Read a CF-1 netCDF file.

Parameters:
  • filename (str) – Name of CF/Radial netCDF file to read data from.

  • field_names (list of fields to read from file.) – If None all files will be read.

  • delay_field_loading (bool) – True to delay loading of field data from the file until the ‘data’ key in a particular field dictionary is accessed. In this case the field attribute of the returned Radar object will contain LazyLoadDict objects not dict objects. Delayed field loading will not provide any speedup in file where the number of gates vary between rays (ngates_vary=True) and is not recommended.

  • chy0, chx0 (float) – Swiss coordinates position of the south-western point in the grid

Returns:

grid (Grid) – Grid object containing data from METRANET file.