wradlib.vis.plot_scan_strategy

wradlib.vis.plot_scan_strategy(ranges, elevs, site, vert_res=500.0, maxalt=10000.0, ax=None)

Plot the vertical scanning strategy

Parameters:
  • ranges (array of ranges) –
  • elevs (array of elevation angles) –
  • site (tuple of site coordinates (longitude, latitude, altitude)) –
  • vert_res (float) – Vertical resolution in [m]
  • maxalt (float) – Maximum altitude in [m]
  • ax (matplotlib.axes.Axes) – The axes object to be plotted to.