generated from stac-extensions/template
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathitem.json
96 lines (96 loc) · 1.63 KB
/
item.json
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
96
{
"stac_version": "1.0.0",
"stac_extensions": [
"https://stac-extensions.github.io/themes/v1.0.0/schema.json"
],
"type": "Feature",
"id": "example",
"bbox": [
172.9,
1.3,
173,
1.4
],
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
5.6287,
44.2673
],
[
5.5996,
44.1958
],
[
5.57633,
44.13603
],
[
4.25061,
44.15852
],
[
4.27204,
45.14675
],
[
5.66762,
45.12267
],
[
5.6287,
44.2673
]
]
]
},
"properties": {
"datetime": "2022-06-16T10:36:31.024Z",
"themes": [
{
"concepts": [
{
"id": "geonames::2976077",
"name": "Forêt de Saou"
},
{
"id": "geonames::11071625",
"name": "Auvergne-Rhône-Alpes"
},
{
"id": "geonames::3017382",
"name": "France"
}
],
"scheme": "https://www.geonames.org"
},
{
"concepts": [
{
"id": "wiki::Summer",
"name": "Summer"
},
{
"id": "wiki::Syncline",
"name": "Syncline"
}
],
"scheme": "https://en.wikipedia.org"
}
]
},
"links": [
{
"href": "https://example.com/examples/item.json",
"rel": "self"
}
],
"assets": {
"data": {
"href": "./example.file",
"type": "text/plain"
}
}
}