Skip to content

Commit

Permalink
re-enable IEM Tracker for Iowa RWIS data, upstream issues fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
akrherz committed May 5, 2015
1 parent 9ae0622 commit 4721a97
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/ingestors/rwis/process_rwis.py
Expand Up @@ -374,7 +374,7 @@ def main():

obs = merge(atmos, surface)
do_windalerts(obs)
# do_iemtracker(obs)
do_iemtracker(obs)

ts = datetime.datetime.utcnow().strftime("%d%H%M")
fn1 = "/tmp/IArwis%s.sao" % (ts, )
Expand Down

0 comments on commit 4721a97

Please sign in to comment.