pyart.graph.RadarMapDisplayBasemap#
- class pyart.graph.RadarMapDisplayBasemap(radar, shift=(0.0, 0.0))[source]#
A display object for creating plots on a geographic map from data in a Radar object.
This class is still a work in progress. Some functionality may not work correctly. Please report any problems to the Py-ART GitHub Issue Tracker.
- Parameters:
radar (Radar) – Radar object to use for creating plots.
shift ((float, float)) – Shifts in km to offset the calculated x and y locations.
- Variables:
plots (list) – List of plots created.
plot_vars (list) – List of fields plotted, order matches plot list.
cbs (list) – List of colorbars created.
origin (str) – ‘Origin’ or ‘Radar’.
loc ((float, float)) – Latitude and Longitude of radar in degrees.
fields (dict) – Radar fields.
scan_type (str) – Scan type.
ranges (array) – Gate ranges in meters.
azimuths (array) – Azimuth angle in degrees.
elevations (array) – Elevations in degrees.
fixed_angle (array) – Scan angle in degrees.
proj (Proj) – Object for performing cartographic transformations specific to the geographic map plotted.
basemap (Basemap) – Last plotted basemap, None when no basemap has been plotted.
Initialize the object.
|
Generate a title for a ray plot. |
|
Generate a filename for a plot. |
|
Generate a title for a ray plot. |
|
Generate a title for a plot. |
|
Generate a title for a VPT plot. |
|
Label the xaxis with the default label for r units. |
|
Label the yaxis with the default label for rays. |
|
Label the yaxis with the default label for rays. |
|
Label the xaxis with the default label for x units. |
|
Label the yaxis with the default label for a field units. |
|
Label the yaxis with the default label for y units. |
|
Label the yaxis with the default label for z units. |
|
Create a plot appropiate for the radar. |
|
Plot pseudo-RHI scan by extracting the vertical field associated with the given azimuth. |
|
Plot a colorbar. |
|
Plot a corner reflector raster scan |
|
Plot a cross-hair on a ppi plot. |
|
Plot grid lines. |
|
Plot a single symbol and label at a given location. |
|
Plot symbols and labels at given locations. |
|
Plot a line segments on the current map given values in lat and lon. |
|
Plot a line segments on the current map given radar x, y values. |
|
Plot a point on the current map. |
|
Plot a PPI. |
|
Plot a PPI volume sweep onto a geographic map. |
|
Plot a single range ring on the map. |
|
Plot a series of range rings. |
|
Plot a single ray. |
|
Plot a RHI. |
|
Plot a VPT scan. |
|
Set the aspect ratio for plot area. |
|
Set the display limits. |