pyart.io.nexrad_level2.NEXRADLevel2File.get_elevation_angles

NEXRADLevel2File.get_elevation_angles(scans=None)[source]

Retrieve the elevation angles of all rays in the requested scans.

Parameters :

scans : list or None

Scans (0 based) for which ray (radial) azimuth angles will be retrieved. None (the default) will return the angles for all scans in the volume.

Returns :

angles : ndarray

Elevation angles in degress for all rays in the requested scans.

Previous topic

pyart.io.nexrad_level2.NEXRADLevel2File.get_data

Next topic

pyart.io.nexrad_level2.NEXRADLevel2File.get_nrays

This Page