bsrn.qc.wrapper.test_physically_possible#
- bsrn.qc.wrapper.test_physically_possible(df, station_code=None, lat=None, lon=None, elev=None)[source]#
Run all Phase 1 (Physically Possible) checks on a DataFrame.
- Parameters:
- Returns:
df – DataFrame with added ‘flagPPL*’ flag columns.
- Return type:
pd.DataFrame
- Raises:
TypeError, ValueError – Same as
run_qc()for theppltest subset.