Survey.FactMetaData.json 1.05 KB
Newer Older
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37
[
{
    "name":             "Altitude",
    "shortDescription": "Altitude for all waypoints within the grid.",
    "type":             "double",
    "units":            "m",
    "decimalPlaces":    1
},
{
    "name":             "Grid angle",
    "shortDescription": "Angle for parallel lines of grid.",
    "type":             "double",
    "units":            "deg",
    "decimalPlaces":    1
},
{
    "name":             "Grid spacing",
    "shortDescription": "Amount of spacing in between parallel grid lines.",
    "type":             "double",
    "decimalPlaces":    2,
    "units":            "m"
},
{
    "name":             "Turnaround dist.",
    "shortDescription": "Amount of additional distance to add outside the grid area for vehicle turnaround.",
    "type":             "double",
    "decimalPlaces":    2,
    "units":            "m"
},
{
    "name":             "Camera trigger distance",
    "shortDescription": "Distance between each triggering of the camera.",
    "type":             "double",
    "decimalPlaces":    2,
    "units":            "m"
}
]