generated from stac-extensions/template
-
Notifications
You must be signed in to change notification settings - Fork 3
/
znz001.json
121 lines (121 loc) · 2.71 KB
/
znz001.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
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
{
"stac_version": "1.0.0-rc.1",
"stac_extensions": [
"https://stac-extensions.github.io/label/v1.0.1/schema.json",
"https://stac-extensions.github.io/version/v1.0.0/schema.json"
],
"id": "znz001",
"type": "Feature",
"bbox": [
39.28919876472999,
-5.743028283012867,
39.31302874892266,
-5.722212794937691
],
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
39.28919876472999,
-5.743028283012867
],
[
39.31302874892266,
-5.743028283012867
],
[
39.31302874892266,
-5.722212794937691
],
[
39.28919876472999,
-5.722212794937691
]
]
]
},
"assets": {
"labels": {
"title": "znz001_label",
"href": "https://www.dropbox.com/sh/ct3s1x2a846x3yl/AAARCAOqhcRdoU7ULOb9GJl9a/grid_001.geojson?dl=1",
"type": "application/geo+json"
},
"raster": {
"title": "znz001_previewcog",
"href": "https://oin-hotosm.s3.amazonaws.com/5afeda152b6a08001185f11a/0/5afeda152b6a08001185f11b.tif",
"type": "image/tiff; application=geotiff; profile=cloud-optimized"
},
"thumbnail": {
"title": "znz001_thumbnail",
"href": "https://oin-hotosm.s3.amazonaws.com/5afeda152b6a08001185f11a/0/5afeda152b6a08001185f11b.png",
"type": "image/png"
}
},
"properties": {
"datetime": "2019-04-23T00:00:00Z",
"license": "CC-BY-4.0",
"label:properties": [
"building",
"condition"
],
"label:description": "building footprints manually labeled and classified according to building completion status",
"label:tasks": [
"segmentation"
],
"label:type": "vector",
"label:methods": [
"manual"
],
"version": "1",
"label:classes": [
{
"name": "building",
"classes": [
"yes"
]
},
{
"name": "condition",
"classes": [
"Complete",
"Incomplete",
"Foundation"
]
}
],
"label:overviews": [
{
"property_key": "building",
"counts": [
{
"name": "yes",
"count": 4440
}
]
}
]
},
"links": [
{
"rel": "root",
"href": "../catalog.json"
},
{
"rel": "parent",
"href": "collection.json"
},
{
"rel": "collection",
"href": "collection.json"
},
{
"rel": "source",
"href": "https://oin-hotosm.s3.amazonaws.com/5afeda152b6a08001185f11a/0/5afeda152b6a08001185f11b.tif",
"title": "The source imagery these building labels were derived from",
"label:assets": [
"building"
]
}
]
}