Skip to content

Commit

Permalink
Disabled WAFS (data not freely available anymore)
Browse files Browse the repository at this point in the history
  • Loading branch information
joanpc committed Mar 26, 2021
1 parent 438d551 commit 97d9ce3
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions noaweather/wafs.py
Original file line number Diff line number Diff line change
Expand Up @@ -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"""
Expand Down

0 comments on commit 97d9ce3

Please sign in to comment.