-
Notifications
You must be signed in to change notification settings - Fork 181
/
Copy pathroads_collection.json
59 lines (59 loc) · 1.1 KB
/
roads_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
{
"stac_version": "0.8.0",
"stac_extensions": [
"label"
],
"id": "spacenet-roads-sample",
"description": "A sample of the SpaceNet Roads dataset built during STAC Sprint 4. The dataset contains hand-labeled roads.",
"keywords": [
"spacenet",
"roads",
"labels"
],
"version": "0.0.1",
"license": "CC-BY-SA-4.0",
"providers": [
{
"name": "SpaceNet",
"roles": [
"licensor",
"host",
"producer",
"processor"
],
"url": "https://spacenet.ai"
}
],
"extent": {
"spatial": {
"bbox": [
[
2.23379639995,
49.0178709,
2.23730639995,
49.0213809
]
]
},
"temporal": {
"interval": [
[
"2016-08-26T22:41:55.000000Z",
null
]
]
}
},
"links": [
{
"href": "roads_collection.json",
"rel": "self",
"title": "sample SpaceNet roads label collection"
},
{
"href": "roads_collection.json",
"rel": "root",
"title": "sample SpaceNet roads label collection"
}
]
}