The thing about weather sites is that they usually overwhelm users with information. 80%+ of the time, a user wants to know, will i need a coat or umbrella today? Or the general temperature. Thankfully, the weather channel has cleaned up forecasts (was once a huge mess): http://www.weather.com/weather/tenday/37202 Love this site: http://www.thefuckingweather.com/ I hope google make this available in their api as an o…
Weather in Google Maps
11–18 of 18 posts
Re: Weather in Google Maps
#12The thing about weather sites is that they usually overwhelm users with information. 80%+ of the time, a user wants to know, will i need a coat or umbrella today? Or the general temperature. Thankfully, the weather channel has cleaned up forecasts (was once a huge mess): http://www.weather.com/weather/tenday/37202 Love this site: http://www.thefuckingweather.com/ I hope google make this available in their api as an o…
Re: Weather in Google Maps
#13What I'd really like is a weather API - I just spent 2 hours looking into a decent one to use. (The National Weather Service doesn't seem to report the current temperature. :/)
For current conditions, you could try YQL, but I'm not sure if it's really current. (A good article: http://developer.yahoo.com/blogs/ydn/posts/2009/12/extending...)
The NOAA service (http://www.weather.gov/forecasts/xml/rest.php) that I've used before just does time series, so you might be able to get the most recent time, but you're right, I haven't been able to find a NOAA API for current data.
Re: Weather in Google Maps
#14What I'd really like is a weather API - I just spent 2 hours looking into a decent one to use. (The National Weather Service doesn't seem to report the current temperature. :/)
Re: Weather in Google Maps
#15That said, if I was serving up as many tiles as google does, I'd go for it this way too. You already need a buttload of resources just to handle the request volume, might as well exploit that to save the user on download time and yourself on bandwidth.
Re: Weather in Google Maps
#16This is a very nice feature, but I think I still prefer http://www.wunderground.com/auto/wxmap/ This page also has the ability to see where percipitation is currently. I find that this helps with my bike commute in Portland frequently.
Re: Weather in Google Maps
#17Have been waiting for this since early 2005. Now I wonder when they'll take a stab at severe weather.
Re: Weather in Google Maps
#18It's interesting to see they're pre-rendering the composition of the weather layer on top of their regular map. Where I work we have our own styled map tiles and probably would do a layer of transparent cloud tiles over our (unmodified) regular tiles. It just takes too long to re-render deeper scales. That said, if I was serving up as many tiles as google does, I'd go for it this way too. You already need a buttload…