generated from stactools-packages/template
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcollection.json
84 lines (84 loc) · 1.86 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
{
"type": "Collection",
"id": "ms-buildings",
"stac_version": "1.0.0",
"description": "Machine-learning detected building footprints. The underlying imagery is from Bing Maps and includes imagery from Maxar and Airbus.",
"links": [
{
"rel": "license",
"href": "https://github.com/microsoft/GlobalMLBuildingFootprints/blob/main/LICENSE",
"type": "text/html",
"title": "ODbL-1.0 License"
}
],
"stac_extensions": [
"https://stac-extensions.github.io/item-assets/v1.0.0/schema.json"
],
"item_assets": {
"data": {
"type": "application/x-parquet",
"title": "Building Footprints",
"roles": [
"data"
],
"description": "Parquet dataset with the building footprints for this region.",
"table:storage_options": {
"account_name": "bingmlbuildings"
},
"table:columns": [
{
"name": "geometry",
"type": "byte_array",
"description": "Building footprint polygons"
}
]
}
},
"title": "Microsoft Building Footprints",
"extent": {
"spatial": {
"bbox": [
[
-180.0,
90.0,
180.0,
-90.0
]
]
},
"temporal": {
"interval": [
[
"2014-01-01T00:00:00Z",
null
]
]
}
},
"license": "ODbL-1.0",
"keywords": [
"Bing Maps",
"Buildings",
"geoparquet",
"Microsoft",
"Footprint"
],
"providers": [
{
"name": "Microsoft",
"roles": [
"producer",
"processor",
"host"
],
"url": "https://planetarycomputer.microsoft.com"
}
],
"assets": {
"thumbnail": {
"href": "https://ai4edatasetspublicassets.blob.core.windows.net/assets/pc_thumbnails/msbuildings-thumbnail.png",
"type": "image/png",
"title": "Thumbnail"
}
}
}