pyrad.io.read_monitoring_ts#
- pyrad.io.read_monitoring_ts(fname, sort_by_date=False)[source]#
Reads a monitoring time series contained in a csv file
- Parameters:
fname (str) – path of time series file
sort_by_date (bool) – if True, the read data is sorted by date prior to exit
- Returns:
date , np_t, central_quantile, low_quantile, high_quantile (tupple) – The read data. None otherwise