File size: 416 Bytes
6506dd4 | 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 38 39 40 41 42 | {
"units": "meters",
"min": [
-5.0,
-5.0,
0.0
],
"max": [
5.0,
5.0,
3.0
],
"center": [
0.0,
0.0,
1.5
],
"size": [
10.0,
10.0,
3.0
],
"footprint_xy": {
"xmin_ymin": [
-5.0,
-5.0
],
"xmin_ymax": [
-5.0,
5.0
],
"xmax_ymax": [
5.0,
5.0
],
"xmax_ymin": [
5.0,
-5.0
]
}
}
|