Message Boards Message Boards

0
|
11684 Views
|
2 Replies
|
0 Total Likes
View groups...
Share
Share this post:

What is the Wind speed averaging time getting from WeatherData?

I'm looking for wind speed data using Mathematica. It works really fine but I'm not sure about the details of the fetched data. What is the averaging time of those wind speed?

In[504]:= WeatherData[{45, -90}, "WindSpeed"]

Out[504]= Quantity[19.3, ("Kilometers")/("Hours")]

There are 10-min average, hourly mean, 3-sec gust, etc.?

Thank you

Balazs

POSTED BY: Balazs Kisfali
2 Replies

A developer offered,

===

We follow the pattern set by NOAA (which can generally be assumed for both Mathematica and Wolfram|Alpha).

WindSpeed is the wind speed at the time the weather station reported in.

MaxWindSpeed corresponds to the highest wind speed over a time period and thus is only available for periods of Day, Month or Year.

MeanWindSpeed corresponds to a mean of all wind speeds over a time period and thus is only available for periods of Day, Month or Year.

WindGusts when present follow the NOAA definition: "Is a sudden, brief increase in speed of the wind. According to U.S. weather observing practice, gusts are reported when the peak wind speed reaches at least 16 knots and the variation in wind speed between the peaks and lulls is at least 9 knots. The duration of a gust is usually less than 20 seconds."

One thing to keep in mind is that NOAA, the primary source for weather data, does not do much in the way of curation of this data. We cannot guarantee that every weather station follows the same protocols or returns data reliably.

===

POSTED BY: Bruce Miller

Thank you Bruce for your answer and I appreciate the quick reply. I'll study a bit further the NOAA pattern and might be come came back if something is unclear. BR

POSTED BY: Balazs Kisfali
Reply to this discussion
Community posts can be styled and formatted using the Markdown syntax.
Reply Preview
Attachments
Remove
or Discard

Group Abstract Group Abstract