pyrad.io.read_timeseries#

pyrad.io.read_timeseries(fname)[source]#

Reads a time series contained in a csv file

Parameters:

fname (str) – path of time series file

Returns:

date , value (tupple) – A datetime object array containing the time and a numpy masked array containing the value. None otherwise