Where do I find the wind speed?

@chris, @Sirpaz
cc @AbrahamYezioro

Reading this post, I realize it’s not easy to produce vectors of the data processed from this component. I’m thinking it might be a good idea two additional outputs to the windrose. One is just the angles of each windrose direction, and the second the histogram data structure of the windrose (wind speeds per direction bin in the form of a GH tree).

Like this:

Re: the histogram_data, I originally didn’t include this because I wasn’t sure how to format it in cases when multiple analysis data is added. For now, it’ll just add each new histogram direction as a new tree branch. This also has the nice side-effect of providing a flexible way of computing frequencies and averages per direction.

Let me know if there are any objections.

S