-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathitem.json
More file actions
95 lines (95 loc) · 1.7 KB
/
item.json
File metadata and controls
95 lines (95 loc) · 1.7 KB
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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
{
"type": "Feature",
"stac_version": "1.0.0",
"stac_extensions": [
"https://stac-extensions.github.io/perspective-imagery/v1.0.0/schema.json"
],
"id": "item1",
"bbox": [
172.9,
1.3,
173,
1.4
],
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
172.9,
1.3
],
[
173,
1.3
],
[
173,
1.4
],
[
172.9,
1.4
],
[
172.9,
1.3
]
]
]
},
"properties": {
"datetime": "2019-04-22T15:15:29Z",
"pers:omega": -0.0721,
"pers:phi": -34.9835,
"pers:kappa": -90.0566,
"pers:perspective_center": [
574271.56,
6223944.96,
996.12
],
"pers:crs": 25832,
"pers:vertical_crs": 5799,
"pers:rotation_matrix": [
-0.0008093675610926118,
-0.9999994330272062,
0.0006920039141392195,
0.8193167887061168,
-0.0002663743499306684,
0.5733410231171339,
-0.5733405137162795,
0.0010310140502592662,
0.8193165397705461
],
"pers:interior_orientation": {
"camera_id": "camera1",
"focal_length": 83,
"pixel_spacing": [
0.0052,
0.0052
],
"field_of_view": 170,
"calibration_date": "2019-04-01",
"principal_point_offset": [
0,
0
],
"sensor_array_dimensions": [
7788,
10336
]
}
},
"links": [
{
"href": "https://example.com/examples/item.json",
"rel": "self"
}
],
"assets": {
"data": {
"href": "https://example.com/examples/file.xyz",
"template:new_field": "test"
}
}
}