generated from stac-extensions/template
-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathcollection-item-assets.json
121 lines (121 loc) · 2.95 KB
/
collection-item-assets.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
{
"type": "Collection",
"id": "103001005D31F500",
"stac_version": "1.0.0",
"description": "103001005D31F500 ARD Tiles",
"links": [
{
"rel": "root",
"href": "../order_collections/5867496013686833273_root_collection.json",
"type": "application/json"
},
{
"rel": "parent",
"href": "../order_collections/5867496013686833273_root_collection.json",
"type": "application/json"
},
{
"rel": "item",
"href": "../10/120020223032/2016-10-08/103001005D31F500.json",
"type": "application/json"
}
],
"extent": {
"spatial": {
"bbox": [
[
-122.43409303549794,
37.76425505192271,
-122.37337588954041,
37.812440528660765
]
]
},
"temporal": {
"interval": [
[
"2016-10-08 19:25:32Z",
"2016-10-08 19:25:32Z"
]
]
}
},
"item_assets": {
"cloud-mask-raster": {
"type": "image/tiff; application=geotiff; profile=cloud-optimized",
"title": "Cloud/Cloud Shadow Coverage Raster",
"description": "thematic raster, 0 -> no data, 1 -> clear, 2 -> cloud, 3 -> cloud shadow",
"proj:shape": [
2176,
2176
],
"eo:bands": [
{
"name": "BAND_CM",
"description": "Clouds/Cloud Shadows Mask"
}
],
"raster:bands": [
{
"classification:classes": [
{
"value": 0,
"name": "nodata",
"description": "NoData",
"nodata": true
},
{
"value": 1,
"name": "clear",
"description": "Clear of clouds or shadows"
},
{
"value": 2,
"name": "cloud",
"description": "Clouds",
"color_hint": "B8D0EC"
},
{
"value": 3,
"name": "cloud_shadow",
"description": "Cloud shadows",
"color_hint": "9C9EA0"
}
]
}
]
},
"visual": {
"type": "image/tiff; application=geotiff; profile=cloud-optimized",
"title": "Visual (RGB) Image",
"proj:shape": [
17408,
17408
],
"eo:bands": [
{
"name": "BAND_R",
"common_name": "red",
"description": "Red"
},
{
"name": "BAND_G",
"common_name": "green",
"description": "Green"
},
{
"name": "BAND_B",
"common_name": "blue",
"description": "Blue"
}
]
}
},
"license": "proprietary",
"stac_extensions": [
"https://stac-extensions.github.io/projection/v1.0.0/schema.json",
"https://stac-extensions.github.io/eo/v1.0.0/schema.json",
"https://stac-extensions.github.io/raster/v1.0.0/schema.json",
"https://stac-extensions.github.io/classification/v2.0.0/schema.json"
]
}