Author Topic: US Ridge Radar Issue  (Read 640 times)

0 Members and 1 Guest are viewing this topic.

Offline Silversword

  • --Stan Y.
  • Forecaster
  • *****
  • Posts: 560
    • Up Country Maui Weather
US Ridge Radar Issue
« on: November 12, 2020, 11:58:42 AM »
Hi All,

I noticed that on the US Ridge Radar for the Composite Reflectivity is not working for some reason.  Others work.

Any issue with the script or is it NWS issue?

Aloha,

--Stan Y.
   Maui, Hawaii
Stan Y. - KH6HHG - Maui, Hawaii
 --- Blitzortung ID: 993
 --- FlightRadar24 ID: F-PHOG1

WDL 6.05
MS Windows 7 Pro
Dell Optiplex GX280-Intel Pentium 4 CPU 3.00GHz, 4 GB RAM
Davis Vantage Pro 2+ Wireless
Webcam: Axis 211

Offline saratogaWX

  • Administrator
  • Forecaster
  • *****
  • Posts: 9297
  • Saratoga, CA, USA Weather - free PHP scripts
    • Saratoga-Weather.org
Re: US Ridge Radar Issue
« Reply #1 on: November 12, 2020, 12:08:10 PM »
Sadly, it's a NWS issue and not likely to be fixed.  Per https://www.weather.gov/media/notification/SCN_20-85_Updated_RIDGEII.pdf , they're discontinuing the fixed images used by https://radar.weather.gov/ to be replaced by the (sadly very slow) methods used at https://preview-radar.weather.gov/.  Likely multiple scripts for displaying radar from NWS will need changing in December, 2020 when they anticipate the cutover.  gwwilk and I are assessing alternatives.
Ken True/Saratoga, CA, USA main site: saratoga-weather.org
Davis VP1+ FARS, Blitzortung RED, GRLevel3, WD, WL, VWS, Cumulus, Meteobridge
Free weather PHP scripts/website templates - update notifications on Twitter saratogaWXPHP

Offline Silversword

  • --Stan Y.
  • Forecaster
  • *****
  • Posts: 560
    • Up Country Maui Weather
Re: US Ridge Radar Issue
« Reply #2 on: November 12, 2020, 12:14:41 PM »
Thanks Ken for the prompt reply.

I need to fix my to display Base instead of the Composite Reflectivity being default for my site.

Aloha,

--Stan Y.
   Maui, Hawaii
Stan Y. - KH6HHG - Maui, Hawaii
 --- Blitzortung ID: 993
 --- FlightRadar24 ID: F-PHOG1

WDL 6.05
MS Windows 7 Pro
Dell Optiplex GX280-Intel Pentium 4 CPU 3.00GHz, 4 GB RAM
Davis Vantage Pro 2+ Wireless
Webcam: Axis 211

Offline AWL

  • Forecaster
  • *****
  • Posts: 727
    • Ardmore Weather Live
Re: US Ridge Radar Issue
« Reply #3 on: November 12, 2020, 12:24:12 PM »
Hopefully the radar images that are used within GR3 will continue to be available????


Doug

Offline Silversword

  • --Stan Y.
  • Forecaster
  • *****
  • Posts: 560
    • Up Country Maui Weather
Re: US Ridge Radar Issue
« Reply #4 on: November 12, 2020, 12:54:13 PM »
Hi All,

I made mine to default to Base Reflectivity but it shows "No Radar Images Are Currently Available From Here!" But when I change the type then go back to Base Reflectivity it shows up.

Question is where do I need to edit the script to come up as Base Reflectivity on default settings?

URL for my site is http://www.dwayneyamato.com/wx/wxnwsradar.php

Any solutions or recommendations appreciated.

Aloha,

--Stan Y.
  Maui, Hawaii
Stan Y. - KH6HHG - Maui, Hawaii
 --- Blitzortung ID: 993
 --- FlightRadar24 ID: F-PHOG1

WDL 6.05
MS Windows 7 Pro
Dell Optiplex GX280-Intel Pentium 4 CPU 3.00GHz, 4 GB RAM
Davis Vantage Pro 2+ Wireless
Webcam: Axis 211

Offline saratogaWX

  • Administrator
  • Forecaster
  • *****
  • Posts: 9297
  • Saratoga, CA, USA Weather - free PHP scripts
    • Saratoga-Weather.org
Re: US Ridge Radar Issue
« Reply #5 on: November 12, 2020, 02:53:47 PM »
Hopefully the radar images that are used within GR3 will continue to be available????


Doug
I didn't see any comments about this on the GRLevel3 forum.  I suspect it will not impact GRLevel3 which uses the raw radar images (w/o the background maps and overlays that the radar.weather.gov site does for display).  GRLevel3 makes its own composite for display by merging raw radar images (likely not changing) with a base map and overlays to produce an image.

Hi All,

I made mine to default to Base Reflectivity but it shows "No Radar Images Are Currently Available From Here!" But when I change the type then go back to Base Reflectivity it shows up.

Question is where do I need to edit the script to come up as Base Reflectivity on default settings?

URL for my site is http://www.dwayneyamato.com/wx/wxnwsradar.php

Any solutions or recommendations appreciated.

Aloha,

--Stan Y.
  Maui, Hawaii

Stan, change wxnwsradar.php
Code: [Select]
$radar = 'NCR'; // Default radar type is set here
to
Code: [Select]
$radar = 'N0R'; // Default radar type is set here
to select base reflectivity.
Ken True/Saratoga, CA, USA main site: saratoga-weather.org
Davis VP1+ FARS, Blitzortung RED, GRLevel3, WD, WL, VWS, Cumulus, Meteobridge
Free weather PHP scripts/website templates - update notifications on Twitter saratogaWXPHP

Offline Silversword

  • --Stan Y.
  • Forecaster
  • *****
  • Posts: 560
    • Up Country Maui Weather
Re: US Ridge Radar Issue
« Reply #6 on: November 12, 2020, 08:20:35 PM »
Hi Ken,

I previously did that "NCR" to "NOR" change and it did not default to Base Reflectivity.  Copy and pasted your recommendation to that line and it worked.  Thanks again for finding some different from what I had on that line.

BTW, the Composite Reflectivity is now working again for some reason.

Mahalo Nui Loa again and stay safe and well over there. Looks like the heat is gone and now some coolness.

Aloha,

--Stan Y.
   Maui, Hawaii
Stan Y. - KH6HHG - Maui, Hawaii
 --- Blitzortung ID: 993
 --- FlightRadar24 ID: F-PHOG1

WDL 6.05
MS Windows 7 Pro
Dell Optiplex GX280-Intel Pentium 4 CPU 3.00GHz, 4 GB RAM
Davis Vantage Pro 2+ Wireless
Webcam: Axis 211

Offline saratogaWX

  • Administrator
  • Forecaster
  • *****
  • Posts: 9297
  • Saratoga, CA, USA Weather - free PHP scripts
    • Saratoga-Weather.org
Re: US Ridge Radar Issue
« Reply #7 on: November 12, 2020, 09:02:35 PM »
It's N-number zero-R not N-capital O-R  (easy to confuse visually a number zero 0 with a capital O )
Ken True/Saratoga, CA, USA main site: saratoga-weather.org
Davis VP1+ FARS, Blitzortung RED, GRLevel3, WD, WL, VWS, Cumulus, Meteobridge
Free weather PHP scripts/website templates - update notifications on Twitter saratogaWXPHP

Offline gwwilk

  • Southeast Lincoln Weather
  • Forecaster
  • *****
  • Posts: 2578
    • SouthEast Lincoln, NE Weather
Re: US Ridge Radar Issue
« Reply #8 on: November 12, 2020, 09:17:20 PM »
It looks like this evening at least all five six ridge radar II image types are once again being produced in adequate numbers to display!

Fingers crossed about this!
« Last Edit: November 13, 2020, 06:29:03 AM by gwwilk »
Regards, Jerry Wilkins
gwwilk@gmail.com

Offline Silversword

  • --Stan Y.
  • Forecaster
  • *****
  • Posts: 560
    • Up Country Maui Weather
Re: US Ridge Radar Issue
« Reply #9 on: November 12, 2020, 09:32:31 PM »
Ah, that was the issue with the number zero and not an upper case O.

Thanks for the reason why my editing did not work.

Yes, Jerry hope it stays that way and no other issues with this script.

Aloha all,

--Stan Y.
   Maui, Hawaii
Stan Y. - KH6HHG - Maui, Hawaii
 --- Blitzortung ID: 993
 --- FlightRadar24 ID: F-PHOG1

WDL 6.05
MS Windows 7 Pro
Dell Optiplex GX280-Intel Pentium 4 CPU 3.00GHz, 4 GB RAM
Davis Vantage Pro 2+ Wireless
Webcam: Axis 211