get_stat4all¶
-
nawdex_analysis.io.collector.get_stat4all(set_range=[1, 2, 3, 4], file_format='default', method='all')¶ Read and stack all input sets (CRE or Radiation Fluxes).
Parameters: - set_range (list, optional, default = range(1,5)) – list of set number to be input
- file_format (str, optional, default = 'default') – file format defintion which is forwarded to the function ‘get_stat4set`
- method (str, optional, default = 'all') – selects if all data are input (all) or if only data with no-nan clearsky are input (strict)
Returns: dset – the dataset which contains average CRE or radfluxes
Return type: xarray Dataset