Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion dataqs/gdacs/gdacs.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,8 @@ class GDACSProcessor(GeoDataProcessor):
prefix = "gdacs_alerts"
layer_title = 'Flood, Quake, Cyclone Alerts - GDACS'
params = {}
base_url = "http://www.gdacs.org/rss.aspx?profile=ARCHIVE&from={}&to={}"
base_url = \
"http://www.gdacs.org/rss.gdacs.aspx?profile=ARCHIVE&from={}&to={}"

def __init__(self, *args, **kwargs):
for key in kwargs.keys():
Expand Down