forked from radiantearth/stac-spec
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcollectionless-item.json
140 lines (140 loc) · 3.25 KB
/
collectionless-item.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
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
{
"stac_version": "1.0.0-rc.4",
"stac_extensions": [
"https://stac-extensions.github.io/eo/v1.0.0/schema.json",
"https://stac-extensions.github.io/view/v1.0.0/schema.json"
],
"type": "Feature",
"id": "CS3-20160503_132131_08",
"bbox": [
-122.59750209,
37.48803556,
-122.2880486,
37.613537207
],
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-122.308150179,
37.488035566
],
[
-122.597502109,
37.538869539
],
[
-122.576687533,
37.613537207
],
[
-122.2880486,
37.562818007
],
[
-122.308150179,
37.488035566
]
]
]
},
"properties": {
"title": "Full Item",
"description": "A sample STAC Item demonstrates an Item that does not have a collection, which is not recommended, but allowed by the spec.",
"datetime": null,
"start_datetime": "2016-05-03T13:22:30Z",
"end_datetime": "2016-05-03T13:27:30Z",
"created": "2016-05-04T00:00:01Z",
"updated": "2017-01-01T00:30:55Z",
"license": "various",
"providers": [
{
"name": "Remote Data, Inc",
"description": "Producers of awesome spatiotemporal assets",
"roles": [
"producer",
"processor"
],
"url": "http://remotedata.it"
}
],
"platform": "cool_sat2",
"instruments": [
"cool_sensor_v1"
],
"view:sun_elevation": 33.4,
"gsd": 0.512,
"cs:type": "scene",
"cs:anomalous_pixels": 0.14,
"cs:earth_sun_distance": 1.014156,
"cs:sat_id": "CS3",
"cs:product_level": "LV1B"
},
"links": [
{
"rel": "root",
"href": "./catalog.json",
"type": "application/json"
},
{
"rel": "parent",
"href": "./catalog.json",
"type": "application/json"
},
{
"rel": "alternate",
"type": "text/html",
"href": "http://cool-sat.com/catalog/CS3-20160503_132130_04/CS3-20160503_132130_04.html"
},
{
"rel": "license",
"type": "text/html",
"href": "http://remotedata.io/license.html"
}
],
"assets": {
"analytic": {
"href": "http://cool-sat.com/catalog/CS3-20160503_132130_04/analytic.tif",
"title": "4-Band Analytic",
"eo:bands": [
{
"name": "band1"
},
{
"name": "band1"
},
{
"name": "band2"
},
{
"name": "band3"
}
]
},
"thumbnail": {
"href": "http://cool-sat.com/catalog/CS3-20160503_132130_04/thumbnail.png",
"title": "Thumbnail",
"type": "image/png",
"roles": [
"thumbnail"
]
},
"udm": {
"href": "http://cool-sat.com/catalog/CS3-20160503_132130_04/UDM.tif",
"title": "Unusable Data Mask"
},
"json-metadata": {
"href": "http://cool-sat.com/catalog/CS3-20160503_132130_04/extended-metadata.json",
"title": "Extended Metadata",
"type": "application/json",
"roles": [
"metadata"
]
},
"ephemeris": {
"href": "http://cool-sat.com/catalog/CS3-20160503_132130_04/S3-20160503_132130_04.EPH",
"title": "Satellite Ephemeris Metadata"
}
}
}