0
AJ_Stuyvenberg

Winds Aloft Visualizer

Recommended Posts

Hey everyone. I spent a few hours last week throwing together a tool to help visualize winds aloft at different altitudes. My goal was to keep it super simple and intuitive.
It's available here: http://www.matterbug.com

It takes data from NOAA, 4 times a day
http://aviationweather.gov/products/nws/all

It's obviously a work-in-progress, but if you want to check out the code or help out yourself - it's on GitHub: http://github.com/astuyve/wx2

Otherwise I'm totally open to suggestions. I'm going to try to get it to display ground winds and gusts. I'll be getting my data from http://weather.aero unless anyone has any better suggestions.

Share this post


Link to post
Share on other sites
Yeah it's 3 character IATA airport code. I'd like to translate that to cities, but at this point I'm trying to reconcile two different sources of data - once I figure out exactly how many airports I can get with full wind data (ground winds + winds aloft), I can add a full city to the selectbox instead of just the 3-character airport code.

Share this post


Link to post
Share on other sites
AJ_Stuyvenberg

Hey everyone. I spent a few hours last week throwing together a tool to help visualize winds aloft at different altitudes. My goal was to keep it super simple and intuitive.
It's available here: http://www.matterbug.com

It takes data from NOAA, 4 times a day
http://aviationweather.gov/products/nws/all

It's obviously a work-in-progress, but if you want to check out the code or help out yourself - it's on GitHub: http://github.com/astuyve/wx2

Otherwise I'm totally open to suggestions. I'm going to try to get it to display ground winds and gusts. I'll be getting my data from http://weather.aero unless anyone has any better suggestions.



Looks good.
What you could do is make the thickness or fatness of the arrow represent the speed.
IE the thicker the arrow the faster the winds.
Still have a pointy point to indicate the direction.

Or maybe a windsock in the middle.

.
.
Make It Happen
Parachute History
DiveMaker

Share this post


Link to post
Share on other sites
I was actually thinking of broadening the compass arrow into a triangle to represent gusting winds. But that's just an idea.

I definitely need to figure out the slider stops, as it's a little silly that the 24,000-39,000ft range takes up as much space as the 3000-12,000ft range.
It's a product of some quick math. Once I come up with a better algorithm for determining stopping positions of the slider, it should be a lot better.

Share this post


Link to post
Share on other sites
doesn't usairnet.com do the same thing, but easier to read without all the fiddlefaddle of a slider?

if someone could combine the super-easy fat arrow / speed / temp stuff from usairnet.com (graphically) and the awesome balloonists' forecast data from www.ryancarlton.com that would be most excellent.

especially if i can call awos and get the macro info and then pull up the discrete data, graphically, on the iphone for the winds every 100 feet or so...better mousetrap.

Share this post


Link to post
Share on other sites
I'm still a fan of the PCPRG Winds Aloft Forecast tool (http://www.pcprg.com/cgi-bin/windsaloft.cgi). What I would really love is if someone wrote an interface where you put in the coordinates of your DZ, and it would pull up the PCPRG Winds Aloft for the nearest two stations, the nearest two METARs, the nearest two cloud forecasts from USAirNet, and the local weather from weatherunderground/accuweather/etc.
Brian

Share this post


Link to post
Share on other sites
AJ_Stuyvenberg

Yeah it's 3 character IATA airport code. I'd like to translate that to cities, but at this point I'm trying to reconcile two different sources of data - once I figure out exactly how many airports I can get with full wind data (ground winds + winds aloft), I can add a full city to the selectbox instead of just the 3-character airport code.



AJ, good work. Those sources of data are never going to be as complete or accurate as we would like. One guy that I emailed about one of the online files said that they never remove an airport, so that they always have the history.

It's still fun and educational to write these programs, and having a graphical representation is good for skydivers. The main challenge is convincing skydivers that these are only forecast winds aloft, not guaranteed!

Share this post


Link to post
Share on other sites
Thanks Peek! Yeah that's why I'm hesitant to follow Brian's request. It's proving difficult to reconcile observation time differences between NOAA and my ground winds source (http://weather.aero/tools/dataservices/textdataserver/dataproducts/view/product/metars/section/examples). The challenge of mixing METARS, winds aloft, ground winds, clouds and local weather from different sources seems like a recipe for disastrous data.

But it's a fun way to pass time during this harsh MN winter.

Share this post


Link to post
Share on other sites
Oh, I wasn't suggesting you compile all the data into one reconciled report. I just meant it would show the data separately, and let the user decide which information to believe.

For me, I look at all that information separately. And when I travel, it's a pain to try to figure out which winds aloft and METAR stations are closest to the DZ. Once I'm familiar with an area I save the information and check it out. So when I go to the DZ, I look up the winds, I look up the METARs, I look up the forecasts ... it'd be convenient to have it all in one spot, that's all.
Brian

Share this post


Link to post
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

0