pyart.io.nexrad_level2.NEXRADLevel2File.get_azimuth_angles

NEXRADLevel2File.get_azimuth_angles(scans=None)[source]

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

Parameters :

scans : list ot 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

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

Previous topic

pyart.io.nexrad_level2.NEXRADLevel2File

Next topic

pyart.io.nexrad_level2.NEXRADLevel2File.get_data

This Page