pyrad.graph.plot_ppi_map#

pyrad.graph.plot_ppi_map(radar, field_name, ind_el, prdcfg, fname_list, vmin=None, vmax=None, save_fig=True)[source]#

plots a PPI on a geographic map

Parameters:
  • radar (Radar object) – object containing the radar data to plot

  • field_name (str) – name of the radar field to plot

  • ind_el (int) – sweep index to plot

  • prdcfg (dict) – dictionary containing the product configuration

  • fname_list (list of str) – list of names of the files where to store the plot

  • save_fig (bool) – if true save the figure. If false it does not close the plot and returns the handle to the figure

Returns:

  • fname_list (list of str or)

  • fig, ax, display (tupple) – list of names of the saved plots or handle of the figure an axes