pyart.graph.AirborneRadarDisplay¶
- class pyart.graph.AirborneRadarDisplay(radar, shift=(0.0, 0.0))[source]¶
A display object for creating plots from data in a airborne radar object.
- Parameters
radar (Radar) – Radar object to use for creating plots, should be an airborne radar.
shift ((float, float)) – Shifts in km to offset the calculated x and y locations.
- Variables
~AirborneRadarDisplay.plots (list) – List of plots created.
~AirborneRadarDisplay.plot_vars (list) – List of fields plotted, order matches plot list.
~AirborneRadarDisplay.cbs (list) – List of colorbars created.
~AirborneRadarDisplay.origin (str) – ‘Origin’ or ‘Radar’.
~AirborneRadarDisplay.shift ((float, float)) – Shift in meters.
~AirborneRadarDisplay.loc ((float, float)) – Latitude and Longitude of radar in degrees.
~AirborneRadarDisplay.fields (dict) – Radar fields.
~AirborneRadarDisplay.scan_type (str) – Scan type.
~AirborneRadarDisplay.ranges (array) – Gate ranges in meters.
~AirborneRadarDisplay.azimuths (array) – Azimuth angle in degrees.
~AirborneRadarDisplay.elevations (array) – Elevations in degrees.
~AirborneRadarDisplay.fixed_angle (array) – Scan angle in degrees.
~AirborneRadarDisplay.rotation (array) – Rotation angle in degrees.
~AirborneRadarDisplay.roll (array) – Roll angle in degrees.
~AirborneRadarDisplay.drift (array) – Drift angle in degrees.
~AirborneRadarDisplay.tilt (array) – Tilt angle in degrees.
~AirborneRadarDisplay.heading (array) – Heading angle in degrees.
~AirborneRadarDisplay.pitch (array) – Pitch angle in degrees.
~AirborneRadarDisplay.altitude (array) – Altitude angle in meters.
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 sweep as a grid. |
|
Plot a VPT scan. |
|
Set the aspect ratio for plot area. |
|
Set the display limits. |