changeset 127:3192e40f5eaf

myw2: update radar URL
author paulo
date Fri, 17 Dec 2021 09:10:00 +0000
parents a00f9d3beb9b
children a26c4388749b
files myw2/myw_flask_app.py
diffstat 1 files changed, 1 insertions(+), 2 deletions(-) [+]
line diff
     1.1 --- a/myw2/myw_flask_app.py	Fri Oct 01 23:32:22 2021 -0700
     1.2 +++ b/myw2/myw_flask_app.py	Fri Dec 17 09:10:00 2021 +0000
     1.3 @@ -12,8 +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/lite/N0R/MUX_loop.gif",
     1.8 -  "radar": "https://radar.weather.gov/?settings=v1_eyJhZ2VuZGEiOnsiaWQiOiJ3ZWF0aGVyIiwiY2VudGVyIjpbLTEyMi40MiwzNy43NzddLCJ6b29tIjo3LCJsb2NhdGlvbiI6Wy0xMjIuNDIsMzcuNzc3XX0sImJhc2UiOiJzdGFuZGFyZCIsImNvdW50eSI6ZmFsc2UsImN3YSI6ZmFsc2UsInN0YXRlIjpmYWxzZSwibWVudSI6dHJ1ZSwic2hvcnRGdXNlZE9ubHkiOmZhbHNlfQ%3D%3D#/",
     1.9 +  "radar": "https://radar.weather.gov/ridge/lite/KMUX_loop.gif",
    1.10    "hourly": "http://forecast.weather.gov/meteograms/Plotter.php?lat=37.6305&lon=-122.4111&wfo=MTR&zcode=CAZ508&gset=18&gdiff=3&unit=0&tinfo=PY8&ahour=0&pcmd=11011111111110000000000000000000000000000000000000000000000&lg=en&indu=1!1!1!&dd=&bw=&hrspan=48&pqpfhr=6&psnwhr=6",
    1.11    "goes": "https://www.star.nesdis.noaa.gov/GOES/sector.php?sat=G17&sector=psw",
    1.12  })