sensortoolkit.deploy._create_deploy_dict.deploy_met_stats
- deploy_met_stats(deploy_dict, df_list, met_ref_df, cal_check_dict=None)[source]
Add meteorological instrument statistics to the parameter statistics subfield in the deployment dictionary.
Details added include:
The name of the instrument collocated nearby sensor deployment location.
The minimum value recorded at the specified interval averaging.
The maximum value recorded at the specified interval averaging.
The number of intervals during which the instrument exceeds the manufacturer’s recommended target range for instrument performance. This is provisionally set for RH (exceedence when \(\leq\) 10% or \(\geq\) 90%) and Temp (exceedence when \(\leq\) -20 C or \(\geq\) 40 C).
- Parameters
deploy_dict (dict) – Dictionary containing separate deployment group start and end times (based on the latest (max) start timestamp and earliest (min) end timestamp in group), deployment duration, and sensor serial IDs for devices within each deployment group.
df_list (list) – List of pandas dataframes for sensor measurements at either 1-hr or 24-hr averaging intervals.
met_ref_df (pandas dataframe) – A dataframe containing meteorological parameters recorded at the testing site during the evaluation period (either 1-hr or 24-hr averaging intervals).
cal_check_dict (dict) – [Future feature] Dictionary for housing dates and descriptions of QC calibration checks as part of regularly scheduled and cataloged QC procedures.
- Returns
Dictionary containing separate deployment group start and end times (based on the latest (max) start timestamp and earliest (min) end timestamp in group), deployment duration, and sensor serial IDs for devices within each deployment group.
- Return type
deploy_dict