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