cic package¶
cic.processor module¶
cic.utils module¶
- cic.utils.combine_data(files, start, end, time_reso, flag_sensitivity=0.5)[source]¶
Combine netcdf datafiles and resample to new resolution on continuous time index
- Parameters:
- fileslist
List of CIC data file paths
- startstr
start time
- endstr
end time
- time_resostr
A pandas date frequency string. See for all options here: https://pandas.pydata.org/pandas-docs/stable/user_guide/timeseries.html#offset-aliases
- flag_sensitivityfloat
fraction of time flag needs to be present in resampling
- Returns:
- xarray.Dataset or None
Combined dataset, None if no data in the date range
