pyart.io.nexrad_level2.NEXRADLevel2File.scan_info

NEXRADLevel2File.scan_info()[source]

Return a list of dictionaries with scan information.

Returns :

scan_info : list

A list of the scan performed with a dictionary with keys ‘moments’, ‘ngates’, and ‘nrays’ for each scan. The ‘moments’ and ‘ngates’ keys are lists of the NEXRAD moments and number of gates for that moment collected during the specific scan. The ‘nrays’ key provides the number of radials collected in the given scan.

Previous topic

pyart.io.nexrad_level2.NEXRADLevel2File.location

Next topic

pyart.io.nexrad_level2.NEXRADLevel2File.__init__

This Page