pyart.io.nexrad_level2.NEXRADLevel2File.get_times

NEXRADLevel2File.get_times(scans=None)[source]

Retrieve the times at which the rays were collected.

Parameters :

scans : list or None

Scans (0-based) to retrieve ray (radial) collection times from. None (the default) will return the times for all scans in the volume.

Returns :

time_start : Datetime

Initial time.

time : ndarray

Offset in seconds from the initial time at which the rays in the requested scans were collected.

Previous topic

pyart.io.nexrad_level2.NEXRADLevel2File.get_target_angles

Next topic

pyart.io.nexrad_level2.NEXRADLevel2File.location

This Page