pyart.graph.GridMapDisplay¶
- class pyart.graph.GridMapDisplay(grid, debug=False)[source]¶
A class for creating plots from a grid object using xarray with a cartopy projection.
- Parameters
grid (Grid) – Grid with data which will be used to create plots.
debug (bool) – True to print debugging messages, False to supress them.
- Variables
initalize the object.
Get coastlines using cartopy. |
|
Get political boundaries using cartopy. |
|
Get state boundaries using cartopy. |
|
|
Generate a filename for a grid plot. |
|
Generate a title for a plot. |
|
Generate a title for a plot. |
|
Generate a title for a plot. |
|
Plot a colorbar. |
|
Plot crosshairs at a given longitude and latitude. |
|
Plot the grid using xarray and cartopy. |
|
Plot a slice along a given latitude. |
|
Plot a slice along a given latitude. |
|
Plot a slice along a given longitude. |
|
Plot a slice along a given longitude. |