generated from stac-extensions/template
-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathcollection.json
69 lines (69 loc) · 1.26 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
{
"stac_version": "1.0.0-rc.1",
"stac_extensions": [
"https://stac-extensions.github.io/version/v1.0.0/schema.json"
],
"type": "Collection",
"id": "spacenet-buildings-collection",
"title": "spacenet-buildings AoI",
"description": "Collection of training labels for spacenet-buildings",
"extent": {
"spatial": {
"bbox": [
[
-115.23556259985658,
31.234725900085653,
121.66738919996575,
49.00558590002751
]
]
},
"temporal": {
"interval": [
[
"2016-08-28T00:00:00Z",
null
]
]
}
},
"version": "1.0",
"keywords": [
"demo"
],
"license": "CC-BY-SA-4.0",
"providers": [
{
"name": "SpaceNet",
"roles": [
"licensor",
"host",
"producer",
"processor"
],
"url": "https://spacenet.ai"
}
],
"links": [
{
"rel": "root",
"href": "../catalog.json"
},
{
"rel": "parent",
"href": "../catalog.json"
},
{
"rel": "item",
"href": "AOI_2_Vegas_img2636.json"
},
{
"rel": "item",
"href": "AOI_3_Paris_img1648.json"
},
{
"rel": "item",
"href": "AOI_4_Shanghai_img3344.json"
}
]
}