WindFact.json 524 Bytes
Newer Older
1
[
Don Gagne's avatar
Don Gagne committed
2
{
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
    "name":             "direction",
    "shortDescription": "Wind Direction",
    "type":             "double",
    "decimalPlaces":    1,
    "units":            "deg"
},
{
    "name":             "speed",
    "shortDescription": "Wind Spd",
    "type":             "double",
    "decimalPlaces":    1,
    "units":            "m/s"
},
{
    "name":             "verticalSpeed",
    "shortDescription": "Wind Spd (vert)",
    "type":             "double",
    "decimalPlaces":    1,
    "units":            "m/s"
Don Gagne's avatar
Don Gagne committed
22
}
23
24
]