| name | data type | description |
|---|---|---|
| maximumWindSpeed | number | |
| windDirectionBearing | number | |
| windDirectionCompass | DirectionCompassEnum | |
| windMeasurementHeight | number | |
| windSpeed | number | |
| windExtension | ExtensionType |
Example
{
"maximumWindSpeed" : 12345.0,
"windDirectionBearing" : 12345,
"windDirectionCompass" : "southWest",
"windMeasurementHeight" : 12345,
"windSpeed" : 12345.0,
"windExtension" : {
"anies" : [ {
"tagName" : "...",
"schemaTypeInfo" : { },
"ownerDocument" : { },
"firstChild" : { },
"prefix" : "...",
"nextSibling" : { },
"parentNode" : { },
"nodeType" : 12345,
"nodeValue" : "...",
"nodeName" : "...",
"namespaceURI" : "...",
"childNodes" : { },
"baseURI" : "...",
"localName" : "...",
"attributes" : { },
"lastChild" : { },
"textContent" : "...",
"previousSibling" : { }
}, {
"tagName" : "...",
"schemaTypeInfo" : { },
"ownerDocument" : { },
"firstChild" : { },
"prefix" : "...",
"nextSibling" : { },
"parentNode" : { },
"nodeType" : 12345,
"nodeValue" : "...",
"nodeName" : "...",
"namespaceURI" : "...",
"childNodes" : { },
"baseURI" : "...",
"localName" : "...",
"attributes" : { },
"lastChild" : { },
"textContent" : "...",
"previousSibling" : { }
} ]
}
}