pysteps.visualization#
Methods for plotting precipitation and motion fields.
pysteps.visualization.animations#
Functions to produce animations for pysteps.
|
Function to animate observations and forecasts in pysteps. |
pysteps.visualization.basemaps#
Methods for plotting geographical maps using Cartopy.
|
Plot geographical map in a chosen projection using cartopy. |
|
Plot coastlines, countries, rivers and meridians/parallels using cartopy. |
pysteps.visualization.motionfields#
Functions to plot motion fields.
|
Function to plot a motion field as arrows (quiver) or as stream lines (streamplot). |
|
Function to plot a motion field as arrows. |
|
Function to plot a motion field as streamlines. |
pysteps.visualization.precipfields#
Methods for plotting precipitation fields.
|
Function to plot a precipitation intensity or probability field with a colorbar. |
|
Function to generate a colormap (cmap) and norm. |
pysteps.visualization.spectral#
Methods for plotting Fourier spectra.
|
Function to plot in log-log a radially averaged Fourier spectrum. |
pysteps.visualization.tstorm#
Methods for plotting thunderstorm cells.
Created on Wed Nov 4 11:09:44 2020
@author: mfeldman
|
Plot storm tracks. |
|
Plots input image with identified cell contours. |
pysteps.visualization.utils#
Miscellaneous utility functions for the visualization module.
|
Construct a dictionary from a PROJ.4 projection string. |
|
Convert a PROJ.4 projection string into a Cartopy coordinate reference system (crs) object. |
|
Reproject geodata and optionally create a grid in a new projection. |
|
Get the geogrid data. |
|
Safely get a basemap axis. |