GHA
Well-Known Member
Any good pointers to current weather chart images for an html file?
So far gone through http://weather.noaa.gov/fax/marsh.shtml#SFC and http://www.wetterzentrale.de/
with a very rough first attempt of..
<html>
<body>
<title>Links to Weather Charts</title>
<h3>DWD</h3>
<img src="http://www.wetterzentrale.de/pics/dwdana.gif" width="800">
<img src="http://www.wetterzentrale.de/pics/dwd036.gif" width="800">
<img src="http://www.wetterzentrale.de/pics/dwd048.gif" width="800">
<img src="http://www.wetterzentrale.de/pics/dwd060.gif" width="800">
<img src="http://www.wetterzentrale.de/pics/dwd084.gif" width="800">
<h3>NOAA 500mB</h3>
<img src="http://weather.noaa.gov/pub/fax/PPAE51.gif" width="800">
<img src="http://weather.noaa.gov/pub/fax/PPAG11.gif" width="800">
<img src="http://weather.noaa.gov/pub/fax/PPAI10.gif" width="800">
<img src="http://weather.noaa.gov/pub/fax/PPAM50.gif" width="800">
<h3>NOAA </h3>
<img src="http://weather.noaa.gov/pub/fax/PYAA11.gif" width="800">
<img src="http://weather.noaa.gov/pub/fax/QDTM10.gif" width="800">
<img src="http://weather.noaa.gov/pub/fax/PWAM99.gif" width="800">
<img src="http://weather.noaa.gov/pub/fax/evnt99.jpg" width="800">
</body>
</html>
If you want to try then copy the above from <html.... to /html> then paste into a text editor and save as weather.html or something like that then double click the file.
Anyone care to share theirs?
ta
So far gone through http://weather.noaa.gov/fax/marsh.shtml#SFC and http://www.wetterzentrale.de/
with a very rough first attempt of..
<html>
<body>
<title>Links to Weather Charts</title>
<h3>DWD</h3>
<img src="http://www.wetterzentrale.de/pics/dwdana.gif" width="800">
<img src="http://www.wetterzentrale.de/pics/dwd036.gif" width="800">
<img src="http://www.wetterzentrale.de/pics/dwd048.gif" width="800">
<img src="http://www.wetterzentrale.de/pics/dwd060.gif" width="800">
<img src="http://www.wetterzentrale.de/pics/dwd084.gif" width="800">
<h3>NOAA 500mB</h3>
<img src="http://weather.noaa.gov/pub/fax/PPAE51.gif" width="800">
<img src="http://weather.noaa.gov/pub/fax/PPAG11.gif" width="800">
<img src="http://weather.noaa.gov/pub/fax/PPAI10.gif" width="800">
<img src="http://weather.noaa.gov/pub/fax/PPAM50.gif" width="800">
<h3>NOAA </h3>
<img src="http://weather.noaa.gov/pub/fax/PYAA11.gif" width="800">
<img src="http://weather.noaa.gov/pub/fax/QDTM10.gif" width="800">
<img src="http://weather.noaa.gov/pub/fax/PWAM99.gif" width="800">
<img src="http://weather.noaa.gov/pub/fax/evnt99.jpg" width="800">
</body>
</html>
If you want to try then copy the above from <html.... to /html> then paste into a text editor and save as weather.html or something like that then double click the file.
Anyone care to share theirs?
ta