sensortoolkit.calculate._dewpoint.dewpoint
- dewpoint(data)[source]
Calculate dewpoint using the Magnus Formula.
Constants via U.S EPA Performance Targets reports for evaluating sensors measuring fine particulate matter and ozone.
- Parameters
data – Pandas dataframe or list of pandas dataframes
- Returns
Modified dataframe containing calculated dewpoint (column header
DP_Calculated_Value
).- Return type
data (Pandas DataFrame or list of pandas DataFrames)