Author Topic: Sorry this map no longer exists (WU)  (Read 2691 times)

0 Members and 1 Guest are viewing this topic.

Offline KK7X

  • Contributor
  • ***
  • Posts: 128
  • KIDRATHD3
    • Rathdrum Weather
Sorry this map no longer exists (WU)
« on: February 19, 2017, 10:12:19 AM »
On my home page I get the missing map error

http://rathdrumweather.us

Dennis

Offline saratogaWX

  • Administrator
  • Forecaster
  • *****
  • Posts: 9279
  • Saratoga, CA, USA Weather - free PHP scripts
    • Saratoga-Weather.org
Re: Sorry this map no longer exists (WU)
« Reply #1 on: February 19, 2017, 10:19:18 AM »
Yes, WeatherUnderground has been having map issues for a while now.  The US version of the map is available, but not the regional versions.  We're waiting to see if this is something they're discontinuing (like WunderPhoto and NOAA Radio), or just a bug they haven't gotten around to fix yet.
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: Sorry this map no longer exists (WU)
« Reply #2 on: February 19, 2017, 10:20:31 AM »
Here's a possible fix using the Continental US NOAA-generated animated GIF's.
Regards, Jerry Wilkins
gwwilk@gmail.com

Offline KK7X

  • Contributor
  • ***
  • Posts: 128
  • KIDRATHD3
    • Rathdrum Weather
Re: Sorry this map no longer exists (WU)
« Reply #3 on: February 19, 2017, 10:22:00 AM »
Thanks Ken, anything I could put in that space in the meantime?

Dennis

Offline yamiacaveman

  • Forecaster
  • *****
  • Posts: 440
    • Penn Lake Weather
Re: Sorry this map no longer exists (WU)
« Reply #4 on: February 19, 2017, 10:39:05 AM »
Hey KK7X,

Great Idea -- Any replacements? Permanent would be alright for me.

Offline ALITTLEweird1

  • Mark
  • Global Moderator
  • Forecaster
  • *****
  • Posts: 923
    • North Bend Weather
Re: Sorry this map no longer exists (WU)
« Reply #5 on: February 19, 2017, 10:46:45 AM »
You can simply replace it with another wu map

www.fernwoodweather.com
« Last Edit: February 19, 2017, 10:48:31 AM by ALITTLEweird1 »
"Nature can do without man, but man cannot do without nature."


Software: WeatherDisplay
Hardware: Davis VP2 + VP2 Solar + VP2 UV + Lightning Detector + Logitech Webcam + Soil temp + Soil Moisture

Offline saratogaWX

  • Administrator
  • Forecaster
  • *****
  • Posts: 9279
  • Saratoga, CA, USA Weather - free PHP scripts
    • Saratoga-Weather.org
Re: Sorry this map no longer exists (WU)
« Reply #6 on: February 19, 2017, 10:47:18 AM »
Yes.. change index.php (wxindex.php if used) from
Code: [Select]
    <img src="http://icons.wunderground.com/data/640x480/<?php echo $SITE['WUregion']; ?>_ir_anim.gif" alt="Regional Infrared Satellite" 
      width="320" height="240" style="margin: 0px; padding: 0px; border: none" />
to
Code: [Select]
    <img src="http://icons.wunderground.com/data/640x480/<?php echo $SITE['WUregion']; ?>_vi_anim.gif" alt="Regional Visible Satellite" 
      width="320" height="240" style="margin: 0px; padding: 0px; border: none" />
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 KK7X

  • Contributor
  • ***
  • Posts: 128
  • KIDRATHD3
    • Rathdrum Weather
Re: Sorry this map no longer exists (WU)
« Reply #7 on: February 19, 2017, 11:57:30 AM »
The fix from Fernwood worked for now

Dennis

Offline gwwilk

  • Southeast Lincoln Weather
  • Forecaster
  • *****
  • Posts: 2578
    • SouthEast Lincoln, NE Weather
Re: Sorry this map no longer exists (WU)
« Reply #8 on: February 19, 2017, 12:38:30 PM »
The fix from Fernwood worked for now

Dennis
A dark map at night is OK with you?
Regards, Jerry Wilkins
gwwilk@gmail.com

Offline SpringHillWeather

  • Weather Hobbyist
  • Forecaster
  • *****
  • Posts: 533
  • Spring Hill, Florida
    • Spring Hill
Re: Sorry this map no longer exists (WU)
« Reply #9 on: February 19, 2017, 12:40:15 PM »
I found these noaa sites with the animated gif images.

GOES East Footprint Satellite Imagery
http://www.ssd.noaa.gov/imagery/east.html
http://www.ssd.noaa.gov/imagery/eaus.html

GOES West Footprint Satellite Imagery
http://www.ssd.noaa.gov/imagery/west.html
http://www.ssd.noaa.gov/imagery/weus.html

Latest Satellite Imagery

http://www.nhc.noaa.gov/satellite.php
Saratoga
HomeWeatherStation
Meteotemplate
Homebrew
Ambient 1001 | ObserverIP | Meteobridge | MeteoPlug

Offline ALITTLEweird1

  • Mark
  • Global Moderator
  • Forecaster
  • *****
  • Posts: 923
    • North Bend Weather
Re: Sorry this map no longer exists (WU)
« Reply #10 on: February 19, 2017, 12:50:03 PM »
The fix from Fernwood worked for now

Dennis
A dark map at night is OK with you?

I made that change on my parents site at fernwood weather last night and it didn't go dark.
"Nature can do without man, but man cannot do without nature."


Software: WeatherDisplay
Hardware: Davis VP2 + VP2 Solar + VP2 UV + Lightning Detector + Logitech Webcam + Soil temp + Soil Moisture

Offline gwwilk

  • Southeast Lincoln Weather
  • Forecaster
  • *****
  • Posts: 2578
    • SouthEast Lincoln, NE Weather
Re: Sorry this map no longer exists (WU)
« Reply #11 on: February 19, 2017, 12:51:41 PM »
The fix from Fernwood worked for now

Dennis
A dark map at night is OK with you?

I made that change on my parents site at fernwood weather last night and it didn't go dark.
Interesting. :oops: I'll try it as well.

It's nice that the radar and satellite maps have similar backgrounds.  Much to be preferred, I think.
« Last Edit: February 19, 2017, 01:02:39 PM by gwwilk »
Regards, Jerry Wilkins
gwwilk@gmail.com

Offline LFWX

  • Forecaster
  • *****
  • Posts: 1089
  • Liberty Township, Butler County, Ohio
    • Liberty Fairfield Weather Center
Re: Sorry this map no longer exists (WU)
« Reply #12 on: February 24, 2017, 12:46:05 AM »
Another source for satellite images, "EVV" US Regional Image is perfectly centered for my needs.
Visible, IR (black & white), IR (colorized) and Water Vapor are available.

http://aviationweather.gov/satellite
« Last Edit: February 24, 2017, 12:48:03 AM by LFWX »
Station: Davis Vantage Pro2 Fan Aspirated
Software: Virtual Weather Station V14.00p64
www.LFWeatherCenter.com
CWOP: DW1039
CoCoRaHS: OH-BT-1
Weather Underground: KOHHAMIL7
Weather For You: DW1039
Midwestern Weather Network

Offline gwwilk

  • Southeast Lincoln Weather
  • Forecaster
  • *****
  • Posts: 2578
    • SouthEast Lincoln, NE Weather
Re: Sorry this map no longer exists (WU)
« Reply #13 on: February 24, 2017, 07:02:16 AM »
It's interesting that WU is confused about the nature of their 'visible' satellite loops.  They're actually what NOAA labels infrared channel 4 with no enhancements, 'ir4'.  That's why they aren't black at night like the true visible light images are.
Regards, Jerry Wilkins
gwwilk@gmail.com

Offline LFWX

  • Forecaster
  • *****
  • Posts: 1089
  • Liberty Township, Butler County, Ohio
    • Liberty Fairfield Weather Center
Re: Sorry this map no longer exists (WU)
« Reply #14 on: March 04, 2017, 11:45:59 PM »
It's interesting that WU is confused about the nature of their 'visible' satellite loops.  They're actually what NOAA labels infrared channel 4 with no enhancements, 'ir4'.  That's why they aren't black at night like the true visible light images are.

That's not the only thing they are confused about.
http://www.wxforum.net/index.php?topic=31125.0
Station: Davis Vantage Pro2 Fan Aspirated
Software: Virtual Weather Station V14.00p64
www.LFWeatherCenter.com
CWOP: DW1039
CoCoRaHS: OH-BT-1
Weather Underground: KOHHAMIL7
Weather For You: DW1039
Midwestern Weather Network