Problem with NOAA forecasts

there are other threads on problems with the noaa server at the moment, yes

Thanks Brian. Thought I was going crazy. Or snow blind not sure which. :?

Greg

Having the same problem here I think…

Here is what my forecast page looks like:

http://weather.sterlingrun.com/wx2.php

Just to be sure, I retraced the steps to create this…went to the NOAA site, to my location, but do not see “Printable Forecast” anywhere on that page anymore - after re-reading the instructions from carterlake, it says to use the URL from the printable forecast…

Here is my NOAA page:

http://www.erh.noaa.gov/ctp/index.php

My forecast page has worked beautifully for a long time (and was working at 5am this morning), and I have not changed anything…but I know there have been quite a few issues lately with NOAA’s site - and they are getting hammered right now due to the storm.

I’ve had that happen before… caused me quite a panic… but NOAA fixed it.

Looks like with the storm, they pulled alot of data from the stream, Here in pa the printable screen is also gone, and if you goto NOAA’s site and look at others along the coast it is the same. as they pulled the plug on that part for now. So guess we have to wait and see.

I was having intermittent problems starting yesterday afternoon. Yesterday, the server that NOAA was using wasn’t even pingable for a while. Late afternoon, mine started to work again until early this morning. Hasn’t worked all day. I also checked the server and the printable forecast was nowhere to be found, but, I could access the server it used to be located. I manually put into a browser location box and noticed that the http string would redirect to an entirely different server and would pull up a “non printable” 7 day forecast. Sure hope they get it fixed soon…

Bill

I would say its simply that the noaa server is overloaded, with everyone checking it, because of the severe and widespread winter weather pattern occuring, yes?

Without a doubt, they took down parts of their site like the “printable forecasts” which messes up everybody.

Mine down as well…

I went to my local NWS forecast page and they’ve removed the entire “printable forecast” links!!

On their “Forecast Discussion” page this morning…

AREA FORECAST DISCUSSION…UPDATED
NATIONAL WEATHER SERVICE UPTON NY
610 AM EST WED FEB 14 2007

.EQUIPMENT…
ATTENTION ALL USERS…POINT AND CLICK FORECASTS ON THE NWS UPTON
WEBPAGE ARE NOT UPDATING AT THIS TIME. OUR REGIONAL HQ HAS BEEN
NOTIFIED AND WILL BE WORKING ON THE PROBLEM. THIS PROBLEM
APPEARS TO BE AFFECTING NEIGHBORING WFOS INCLUDING BOX/ALY/BGM/PHI
AT THIS TIME. USERS CAN FIND UPDATED WEATHER INFORMATION BY CLICKING
ON THE /LOCAL WEATHER/ LINK ON THE LEFT HAND SIDE OF THE MAIN WFO
UPTON HOMEPAGE…THEN SELECTING THE TEXT PRODUCT OF INTEREST. THE
LATEST ZONE FORECAST PRODUCT CAN BE FOUND BY SELECTING THE INDICATED
LINK BELOW THE POINT AND CLICK MAP.

Here is what i have been seeing:
If you goto your NWS page for your area as for here it is http://www.erh.noaa.gov/ctp/ and you click on the map it redirects you to http://www.crh.noaa.gov/zones/PAZ024.php?zo=1 but of course it is not showing the city names only the counties. which is the Central Region Headquarters is where they have everone hitting.

I have noticed a change in the use of the weather icons also - now the POP is listed underneath, where before the POP was part of the icon image…

Stan,

If you notice on the NWS site, when you type in your zip code (or city/state), it redirects you to the crh.noaa.gov site, rather than the erh.noaa.gov site. This is probably the reason for the POP listed underneath.

–Tim

Hmmm… I thought that WRH was the only NOAA site to use the “PoP underneath” setup … (that’s why I’d created the forecast script for WRH), and the other NOAA sites used the PoP-stamped icons. I hope they aren’t propagating the somewhat older WRH method to the other regions. If so, then my WRH script may work with them too. I’ll do a bit of looking around and see what’s up with the rest of the NOAA regions.

Very strange.

Ken

Here’s the result of my cursory tests:

WRH site… unchanged – my WRH forecast script still works
ERH site … now refers to CRH site for printable forecasts, and CRH site has PoP underneath (not on icons) and uses /HW3php/images/fcicons for image directory
CRH site … looks unchanged for original CRH states (Carter Lake, IA looks ok).
SRH site … looks unchanged. Has PoP on Icons
ARH site … offers text forecast only, Query on Weather.gov for Nome, AK goes to SRH site for forecast/icons
PRH site … Query on Weather.gov for Hilo, HI goes to SRH site for forecast/icons.

So… looks like Eastern region forecasts are now (temporarily?) directed to CRH site which has new image directory and unstamped icons for those referrals from ERH.

I wonder what’s up with ERH, and why the requests for forecasts are directed to the CRH site instead.

Sterling, Va. NWS office located in Eastern Region Headquarters has the following statement at the top of the page:

*Problems with the Point-And-Click? Please use our Zone Forecast Product instead. Thank you for your patience!
http://www.erh.noaa.gov/er/lwx/

This is good news that its an issue that they are working on…

For all the carterlake advforecast.php script users that have point-printable forecasts using URLs to www.erh.noaa.gov (and are now broken because of the redirect to www.crh.noaa.gov), there is now a script to tide you over until ERH comes back with printable point forecasts.

Script is at http://saratoga-weather.org/advforecast2-erh2crh.php?sce=view

See it working (for Steve’s Kent County URL) at http://saratoga-weather.org/advforecast2-erh2crh.php

To implement,

  1. copy out your old Point-printable forecast URL from your current source into your browser
  2. visit the page (it will end up on a www.crh.noaa.gov page)
  3. copy THAT url into the source as $fileName.

Since NOAA is doing double redirects (erh->crh url, crh url->second crh url), we need the browser to sort out the final destination URL for the Area Forecast (for the county), as fetchUrlWithoutHanging doesn’t follow 302 redirects.

Rename your old advforecast.php script (you’ll eventually be able to use it).
Upload the new script (with the URL replaced) as advforecast.php
It will use your ‘forecast.txt’ file for caching.

Access your new script with a ?force=1 to load the cache with the new contents. You should then see a forecast for your county, PoPed Icons and all.

Best regards,
Ken

Hmmm, kinda strange looking, but it does work!

http://www.branfordfire.com/weather/wx2.php

Thanks, Ken

Thanks Ken for using me as the example, it made it real easy for me to add the fix. As FIREWALL is suggesting, we do have an alignment problem with the icons and text…do u have asuggestion on a fix for that? Also what is controlling the overall size? http://www.belcak.com/nwsforecast.html u can see my img src approach is scrolling left to right…can it be the problem with icon alignment…

Thanks for your help…

Steve