changeset 128:a26c4388749b

myw2: update hourly URL
author paulo
date Mon, 10 Jan 2022 00:26:27 -0800
parents 3192e40f5eaf
children bd8a61f9162f
files myw2/myw_flask_app.py
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line diff
     1.1 --- a/myw2/myw_flask_app.py	Fri Dec 17 09:10:00 2021 +0000
     1.2 +++ b/myw2/myw_flask_app.py	Mon Jan 10 00:26:27 2022 -0800
     1.3 @@ -13,7 +13,7 @@
     1.4    "desktop": "http://forecast.weather.gov/MapClick.php?lat=37.63048605200049&lon=-122.41107706299971",
     1.5    "mobile": "http://mobile.weather.gov/index.php?lat=37.61961&lon=-122.36558",
     1.6    "radar": "https://radar.weather.gov/ridge/lite/KMUX_loop.gif",
     1.7 -  "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.8 +  "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.9    "goes": "https://www.star.nesdis.noaa.gov/GOES/sector.php?sat=G17&sector=psw",
    1.10  })
    1.11