pyrad.graph.plot_longitude_slice#

pyrad.graph.plot_longitude_slice(grid, field_name, lon, lat, prdcfg, fname_list)[source]#

plots a longitude slice from gridded data

Parameters:
  • grid (Grid object) – object containing the gridded data to plot

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

  • lon, lat (float) – coordinates of the slice 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

Returns:

fname_list (list of str) – list of names of the created plots