I wanted to add weather information to my blog, in case any of you out there wanted to know what the weather was like in my part of the world. Now I know there are WordPress addons out there that I could have used, by hey, I'm a software engineer I can do this myself. So what I did was to access the METAR data (current weather information from airports) from the public server at
ftp://weather.noaa.gov/data/observations/metar/decoded/. I then cleaned it up a bit and ftp'd it onto my server here and included it in the html for the sidebar at the left of this page. The Python code to do this can be downloaded
here.