# HG changeset patch # User paulo # Date 1666464625 0 # Node ID 93ad5ecd149df00d9a69a9e79574294b94f7e13f # Parent 66f184a5234b3de2bab65e4e775b9043352173de myw2: Update radar url diff -r 66f184a5234b -r 93ad5ecd149d myw2/myw_flask_app.py --- a/myw2/myw_flask_app.py Thu Apr 21 06:57:38 2022 +0000 +++ b/myw2/myw_flask_app.py Sat Oct 22 18:50:25 2022 +0000 @@ -12,7 +12,7 @@ REDIRECTS = collections.OrderedDict({ "desktop": "http://forecast.weather.gov/MapClick.php?lat=37.63048605200049&lon=-122.41107706299971", "mobile": "http://mobile.weather.gov/index.php?lat=37.61961&lon=-122.36558", - "radar": "https://radar.weather.gov/ridge/lite/KMUX_loop.gif", + "radar": "https://radar.weather.gov/ridge/standard/KMUX_loop.gif", "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", "goes": "https://www.star.nesdis.noaa.gov/GOES/sector.php?sat=G17§or=psw", })