pyrad.graph.plot_cross_section#
- pyrad.graph.plot_cross_section(grid, field_name, coord1, coord2, prdcfg, fname_list)[source]#
plots a croos section crossing two points in the grid
- Parameters:
grid (Grid object) – object containing the gridded data to plot
field_name (str) – name of the radar field to plot
coord1 (tupple of floats) – lat, lon of the first point
coord2 (tupple of floats) – lat, lon of the second point
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