-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcollection.json
More file actions
129 lines (129 loc) · 3.26 KB
/
collection.json
File metadata and controls
129 lines (129 loc) · 3.26 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
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
{
"stac_version": "1.0.0",
"stac_extensions": [
"https://stac-extensions.github.io/item-assets/v1.0.0/schema.json",
"https://stac-extensions.github.io/table/v1.2.0/schema.json",
"https://stac-extensions.github.io/vector/v0.1.0/schema.json"
],
"type": "Collection",
"id": "europe-land-use-2018",
"title": "European Land Use / Land Cover 2018",
"description": "Pan-European land use and land cover dataset derived from satellite imagery. Polygons smaller than 25 ha or narrower than 100 m are not delineated.",
"license": "Apache-2.0",
"extent": {
"spatial": {
"bbox": [
[
-31.3,
27.6,
44.8,
71.2
]
]
},
"temporal": {
"interval": [
[
"2018-01-01T00:00:00Z",
"2018-12-31T23:59:59Z"
]
]
}
},
"vector:geometry_types": [
"Polygon",
"MultiPolygon"
],
"vector:mmu": 250000,
"vector:mmw": 100,
"vector:reference_scale": 100000,
"assets": {
"data": {
"href": "https://example.com/examples/europe-land-use-2018.gpkg",
"type": "application/geopackage+sqlite3",
"title": "Land Use / Land Cover (GeoPackage)",
"roles": [
"data"
],
"table:primary_geometry": "geometry",
"table:columns": [
{
"name": "geometry",
"description": "Land parcel boundary",
"type": "geometry",
"vector:geometry_types": [
"Polygon",
"MultiPolygon"
],
"vector:mmu": 250000,
"vector:mmw": 100,
"vector:reference_scale": 100000
},
{
"name": "land_use_class",
"description": "Land use classification code (e.g. CLC nomenclature)",
"type": "string"
},
{
"name": "area_ha",
"description": "Parcel area in hectares",
"type": "float"
},
{
"name": "confidence",
"description": "Classification confidence score (0-1)",
"type": "float"
}
]
}
},
"item_assets": {
"data": {
"type": "application/geopackage+sqlite3",
"title": "Land Use / Land Cover (GeoPackage)",
"roles": [
"data"
],
"table:primary_geometry": "geometry",
"table:columns": [
{
"name": "geometry",
"description": "Land parcel boundary",
"type": "geometry",
"vector:geometry_types": [
"Polygon",
"MultiPolygon"
],
"vector:mmu": 250000,
"vector:mmw": 100,
"vector:reference_scale": 100000
},
{
"name": "land_use_class",
"description": "Land use classification code (e.g. CLC nomenclature)",
"type": "string"
},
{
"name": "area_ha",
"description": "Parcel area in hectares",
"type": "float"
},
{
"name": "confidence",
"description": "Classification confidence score (0–1)",
"type": "float"
}
]
}
},
"links": [
{
"href": "https://example.com/examples/collection.json",
"rel": "self"
},
{
"href": "https://example.com/examples/item.json",
"rel": "item"
}
]
}