- Transform data using Box-Cox transormation with suitable parameter (example code 1)
- Find outlier in precipitation data by cross-validation approach using neighboring observations (example code 2)
- Identified outliers (a false observation or a single event) should be verified by discharge or radar data.
- Repeat the procedure over several temporal aggregations (to account for advection)
El Hachem, A., Seidel, J., Imbery, F., Junghänel, T., and Bárdossy, A.: Technical Note: Space-Time Statistical Quality Control of Extreme Precipitation Observations, Hydrol. Earth Syst. Sci. Discuss. [preprint], https://doi.org/10.5194/hess-2022-177, in review, 2022.
The precipitation data and the radar data were made available by the German Weather Service (DWD) [https://opendata.dwd.de/climate_environment/CDC/]. The discharge data were made available by the environmental state of Bavaria and can be requested [https://www.lfu.bayern.de/index.htm]
- PyKrige: Benjamin Murphy, Roman Yurchak, & Sebastian Müller. (2022). GeoStat-Framework/PyKrige: v1.7.0 (v1.7.0). Zenodo. https://doi.org/10.5281/zenodo.7008206
- adjusttext: https://adjusttext.readthedocs.io/en/latest/
- statsmodels: https://www.statsmodels.org/devel/