forked from radiantearth/stac-spec
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsample-full.json
66 lines (65 loc) · 2.33 KB
/
sample-full.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
{
"type": "Feature",
"id" : "CS3-20160503_132131_05",
"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.288048600, 37.562818007],
[-122.308150179, 37.488035566]
]
]
},
"properties": {
"datetime": "2016-05-03T13:22:30.040Z",
"eo:sun_azimuth": 168.7,
"eo:cloud_cover": 0.12,
"eo:off_nadir": 1.4,
"eo:platform": "COOLSAT2",
"eo:sun_elevation": 33.4,
"eo:gsd": 0.512,
"cs:type": "scene",
"cs:anomalous_pixels": 0.14,
"cs:earth_sun_distance": 1.0141560,
"cs:sat_id": "CS3",
"cs:product_level": "LV1B"
},
"links": [
{"rel": "self", "href": "http://cool-sat.com/catalog/CS3-20160503_132130_04/CS3-20160503_132130_04.json"},
{"rel": "thumbnail", "href":"thumbnail.png"},
{"rel": "root", "href": "http://cool-sat.com/catalog/catalog.json"},
{"rel": "parent", "href": "http://cool-sat.com/catalog/CS3-20160503_132130_04/catalog.json"},
{"rel": "collection", "href": "http://cool-sat.com/catalog/CS3-20160503_132130_04/catalog.json"},
{"rel": "acquisition", "href": "http://cool-sat.com/catalog/acquisitions/20160503_56"}
],
"assets": {
"analytic": {
"href": "http://cool-sat.com/catalog/CS3-20160503_132130_04/analytic.tif",
"title": "4-Band Analytic",
"product": "http://cool-sat.com/catalog/products/analytic.json"
},
"thumbnail": {
"href": "http://cool-sat.com/catalog/CS3-20160503_132130_04/thumbnail.png",
"title": "Thumbnail"
},
"udm": {
"href": "http://cool-sat.com/catalog/CS3-20160503_132130_04/UDM.tif",
"title": "Unusable Data Mask",
"product": "http://cool-sat.com/catalog/products/udm.json"
},
"json-metadata": {
"href": "http://cool-sat.com/catalog/CS3-20160503_132130_04/extended-metadata.json",
"title": "Extended Metadata",
"product": "http://cool-sat.com/catalog/products/extended-metadata.json"
},
"ephemeris": {
"href": "http://cool-sat.com/catalog/CS3-20160503_132130_04/S3-20160503_132130_04.EPH",
"title": "Satellite Ephemeris Metadata",
"product": "http://cool-sat.com/catalog/products/satellite-ephemeris.json"
}
}
}