pyart.aux_io.get_sweep_time_coverage#

pyart.aux_io.get_sweep_time_coverage(filename)[source]#

Get the start time and end time for each sweep. Assumes clockwise rotation from north

Parameters:

filename (str) – Name of skyecho netCDF file to read data from.

Returns:

  • tstart, tend (array of datetime objects) – the time start and end of each sweep

  • sweep_start, sweep_end (array of indices) – the time indices of the start and end of each sweep