generated from stac-extensions/template
-
Notifications
You must be signed in to change notification settings - Fork 5
/
collection.json
85 lines (85 loc) · 1.6 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
85
{
"stac_version": "1.0.0",
"stac_extensions": [
"https://stac-extensions.github.io/projection/v2.0.0/schema.json",
"https://stac-extensions.github.io/item-assets/v1.0.0/schema.json"
],
"type": "Collection",
"id": "proj-example",
"description": "An example for the projection extension in Collections based on Planet data.",
"links": [
{
"rel": "item",
"href": "./item.json",
"title": "Proj in Items"
},
{
"rel": "item",
"href": "./item-assets.json",
"title": "Proj in Items Assets"
}
],
"title": "Projection Extension example",
"item_assets": {
"analytic": {
"type": "image/tiff; application=geotiff; profile=cloud-optimized",
"title": "4-Band Analytic",
"roles": [
"data"
],
"gsd": 0.66,
"proj:code": "EPSG:32659",
"proj:shape": [
5558,
9559
],
"proj:transform": [
0.5,
0,
712710,
0,
-0.5,
151406,
0,
0,
1
]
}
},
"summaries": {
"platform": [
"cool_sat2"
],
"instruments": [
"cool_sensor_v1"
],
"gsd": [
0.66
],
"proj:code": [
32659,
null
]
},
"extent": {
"spatial": {
"bbox": [
[
172.91173669923782,
1.3438851951615003,
172.95469614953714,
1.3690476620161975
]
]
},
"temporal": {
"interval": [
[
"2020-12-11T22:38:32.125Z",
"2020-12-11T22:38:32.125Z"
]
]
}
},
"license": "PDDL-1.0"
}