From 3b1b4d1c185afa264092843b224b6347b91bcd96 Mon Sep 17 00:00:00 2001 From: Abbas El Hachem <22959071+AbbasElHachem@users.noreply.github.com> Date: Thu, 18 Feb 2021 19:58:48 +0100 Subject: [PATCH] Update README.md --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 7952098..e1f2246 100644 --- a/README.md +++ b/README.md @@ -87,3 +87,6 @@ _04_event_based_filter_EBF.py The precipitation data was downloaded from the German Weather Service (DWD) open data server which can be found under the following link: https://opendata.dwd.de/climate_environment/CDC/ The PWS data were downloaded using the Netatmo API: https://dev.netatmo.com/ + +### Note: +In the bias correction and event based filter an Ordinary Kriging implementation is used. This has not been yet uploaded but could be easily subtituted by the PyKrige code (10.5281/zenodo.3738604).