This repository has been archived by the owner on Jul 15, 2024. It is now read-only.
forked from stac-extensions/label
-
Notifications
You must be signed in to change notification settings - Fork 0
/
znz029.json
121 lines (121 loc) · 2.71 KB
/
znz029.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/file/v1.0.0/schema.json",
"https://stac-extensions.github.io/version/v1.0.0/schema.json"
],
"id": "znz029",
"type": "Feature",
"bbox": [
39.3411063109548,
-5.878778696206506,
39.356865475223195,
-5.851576529338078
],
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
39.3411063109548,
-5.878778696206506
],
[
39.3411063109548,
-5.851576529338078
],
[
39.356865475223195,
-5.851576529338078
],
[
39.356865475223195,
-5.878778696206506
]
]
]
},
"assets": {
"labels": {
"title": "znz029_label",
"href": "https://www.dropbox.com/sh/ct3s1x2a846x3yl/AADHytc8fSCf3gna0wNAW3lZa/grid_029.geojson?dl=1",
"type": "application/geo+json"
},
"raster": {
"title": "znz029_previewcog",
"href": "https://oin-hotosm.s3.amazonaws.com/5ae242fd0b093000130afd38/0/5ae242fd0b093000130afd39.tif",
"type": "image/tiff; application=geotiff; profile=cloud-optimized"
},
"thumbnail": {
"title": "znz029_thumbnail",
"href": "https://oin-hotosm.s3.amazonaws.com/5ae242fd0b093000130afd38/0/5ae242fd0b093000130afd39.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": 1612
}
]
}
]
},
"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/5ae242fd0b093000130afd38/0/5ae242fd0b093000130afd39.tif",
"title": "The source imagery these building labels were derived from",
"label:assets": [
"building"
]
}
]
}