API Reference Manual#

This guide provides documentation for all modules, and functions, within PyScanCf for those in the public API.

maxcappi.plot_cappi(grid, moment, cmap=None, vmin=None, vmax=None, title=None, colorbar=True, range_rings=True, crosshair=True, dpi=100, show_progress=True, savedir=None, show_figure=True, **kwargs)[source]#

Plots CAPPI grid: pyart grid object, moment(str): radar moment e.g., “REF”, “VELH”, “WIDTH” cmap: matplotlib colormap, optional vmin: minimum value for color scaling, optional vmax: maximum value for color scaling, optional title: plot title, optional colorbar: bool, plot colorbar or not, (default: True), optional range_rings: bool, (50 km interval), (default: True), optional crosshair: bool, (default: True), optional dpi: int, (default: 100), optional show_progress: bool, (default: True) savedir: string, path to save the plot, optional