WindFact.json 736 Bytes
Newer Older
Don Gagne's avatar
Don Gagne committed
1 2 3 4 5 6 7 8 9
{
    "version": 1,

    "properties": [
        {
            "name":             "direction",
            "shortDescription": "Wind Direction",
            "type":             "double",
            "decimalPlaces":    1,
10
            "units":            "deg"
Don Gagne's avatar
Don Gagne committed
11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27
        },
        {
            "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"
        }
    ]
}