Mercurial > hg > index.fcgi > www > www-1
changeset 136:93ad5ecd149d
myw2: Update radar url
author | paulo |
---|---|
date | Sat, 22 Oct 2022 18:50:25 +0000 |
parents | 66f184a5234b |
children | e508b772c817 |
files | myw2/myw_flask_app.py |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line diff
1.1 --- a/myw2/myw_flask_app.py Thu Apr 21 06:57:38 2022 +0000 1.2 +++ b/myw2/myw_flask_app.py Sat Oct 22 18:50:25 2022 +0000 1.3 @@ -12,7 +12,7 @@ 1.4 REDIRECTS = collections.OrderedDict({ 1.5 "desktop": "http://forecast.weather.gov/MapClick.php?lat=37.63048605200049&lon=-122.41107706299971", 1.6 "mobile": "http://mobile.weather.gov/index.php?lat=37.61961&lon=-122.36558", 1.7 - "radar": "https://radar.weather.gov/ridge/lite/KMUX_loop.gif", 1.8 + "radar": "https://radar.weather.gov/ridge/standard/KMUX_loop.gif", 1.9 "hourly": "https://forecast.weather.gov/MapClick.php?w0=t&w1=td&w2=wc&w3=sfcwind&w4=sky&w5=pop&w6=rh&w7=rain&w8=thunder&w12=fog&AheadHour=0&Submit=Submit&&FcstType=graphical&textField1=37.6305&textField2=-122.4111&site=all", 1.10 "goes": "https://www.star.nesdis.noaa.gov/GOES/sector.php?sat=G17§or=psw", 1.11 })