generated from stac-extensions/template
-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathcollection.json
90 lines (90 loc) · 1.67 KB
/
collection.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
{
"stac_version": "1.0.0-rc.1",
"stac_extensions": [
"https://stac-extensions.github.io/version/v1.0.0/schema.json"
],
"type": "Collection",
"id": "zanzibar-collection",
"title": "zanzibar AoI",
"description": "Collection of training labels for zanzibar",
"extent": {
"spatial": {
"bbox": [
[
39.28919876472999,
-5.878778696206506,
39.356865475223195,
-5.722212794937691
]
]
},
"temporal": {
"interval": [
[
"2016-08-28T00:00:00Z",
null
]
]
}
},
"version": "1.0",
"keywords": [
"demo"
],
"license": "CC-BY-4.0",
"providers": [
{
"name": "Commission for Lands (COLA) ; Revolutionary Government of Zanzibar (RGoZ)",
"roles": [
"licensor"
],
"url": "http://www.zanzibarmapping.com/"
},
{
"name": "Zanzibar Mapping Initiative",
"roles": [
"producer"
],
"url": "http://www.zanzibarmapping.com/"
},
{
"name": "OpenStreetMap",
"roles": [
"producer"
],
"url": "https://www.openstreetmap.org"
},
{
"name": "WeRobotics",
"roles": [
"processor"
],
"url": "https://werobotics.org/"
},
{
"name": "World Bank",
"roles": [
"processor"
],
"url": "https://www.worldbank.org"
}
],
"links": [
{
"rel": "root",
"href": "../catalog.json"
},
{
"rel": "parent",
"href": "../catalog.json"
},
{
"rel": "item",
"href": "znz001.json"
},
{
"rel": "item",
"href": "znz029.json"
}
]
}