From 97d9ce3681038b3bc0eb26256c09fb4d43ba3d46 Mon Sep 17 00:00:00 2001 From: Joan Perez i Cauhe Date: Fri, 26 Mar 2021 18:33:26 +0100 Subject: [PATCH] Disabled WAFS (data not freely available anymore) --- noaweather/wafs.py | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/noaweather/wafs.py b/noaweather/wafs.py index 597ab6e..4129526 100644 --- a/noaweather/wafs.py +++ b/noaweather/wafs.py @@ -30,6 +30,10 @@ class WAFS(GribWeatherSource): def __init__(self, conf): super(WAFS, self).__init__(conf) + def run(self, elapsed): + """DISABLED: WAFS is not freely available anymore.""" + pass + @classmethod def get_cycle_date(cls): """Returns last cycle date available"""