From 1f3c955c4af5d8bd029a1a67de35e29adcef2a4c Mon Sep 17 00:00:00 2001 From: veenstrajelmer <60435591+veenstrajelmer@users.noreply.github.com> Date: Fri, 30 Aug 2024 18:29:07 +0200 Subject: [PATCH] add escape for almost-duplicated extremes (#131) --- examples/KWK_process.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/examples/KWK_process.py b/examples/KWK_process.py index 3a3f90b..e9c84a7 100644 --- a/examples/KWK_process.py +++ b/examples/KWK_process.py @@ -56,6 +56,9 @@ # skip STELLDBTN since it has only extremes from 1984 to 1996: https://github.com/Deltares-research/kenmerkendewaarden/issues/125 stations_skip = ["STELLDBTN"] +# skip stations that raise "HW numbers not always increasing" because of almost-duplicated extremes +# TODO: https://github.com/Deltares-research/kenmerkendewaarden/issues/101 +stations_skip += ["BROUWHVSGT08", "DENOVBTN", "HANSWT", "IJMDBTHVN"] # remove stations from station_list for stat_remove in stations_skip: if stat_remove in station_list: