pyart.graph.RadarDisplay#
- class pyart.graph.RadarDisplay(radar, shift=(0.0, 0.0))[source]#
- A display object for creating plots from data in a radar object. - 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. 
- antenna_transition (array or None) – Antenna transition flag (1 in transition, 0 in transition) or None if no antenna transition. 
 
 - 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 PPI. | 
| 
 | Plot a single range ring. | 
| 
 | 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. |