-
Windy City
Chicago. A time lapse visual display of wind trends from the last 3 hours.
The application will auto ping the database for new wind data every 15 minutes.
Uses php and Action script. Not finished yet, but I think it's neat so far. I still have to parse current conditions and temperature trends.
Chicago. a visual display of wind trends.
http://www.pixelplay.org/jeff/weather/
-
Neat app.
I like the UI too, straightforward and intuitive; got it straight away without reading anything...
Did you consider making it socket driven for realtime data? Or is that unnecessary?
Keep it up...
Cheers
Nav
-
Thanks, it's good to know it is intuitive. This application is going to be used to perform wattage output analysis for modeling wind generator arrays on lake Michigan. This data will be used as proof that wind farms on lake Michigan are a viable energy source. So the interface will need to be clear and concise and read by people who might not have much computer knowledge.
So while the application is far from finished, at least you've confirmed that my UI is on the right track. :D
I had wanted it to be realtime, but the best data I could find was through the NOAA which has equipment to do that but only make 15 minute pings available to the public. So I would need administrator access to add some of my software for the socket connection.
So yes, I would love to use socket data. Barring setting up my own weather equipment atop my apartment building, I don't think it's possible at the moment.