generated from stac-extensions/template
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathexample-landsat8.json
89 lines (89 loc) · 2.38 KB
/
example-landsat8.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
{
"stac_version": "1.1.0",
"stac_extensions": [
"https://stac-extensions.github.io/sat/v1.1.0/schema.json",
"https://stac-extensions.github.io/view/v1.0.0/schema.json"
],
"id": "LC08_L1TP_107018_20181001",
"collection": "landsat-8-l1",
"type": "Feature",
"bbox": [
148.13933,
59.51584,
152.52758,
60.63437
],
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
152.52758,
60.63437
],
[
149.1755,
61.19016
],
[
148.13933,
59.51584
],
[
151.33786,
58.97792
],
[
152.52758,
60.63437
]
]
]
},
"properties": {
"datetime": "2018-10-01T01:08:32.033Z",
"view:sun_azimuth": 168.8989761,
"view:sun_elevation": 26.32596431,
"platform": "landsat-8",
"instruments": [
"oli",
"tirs"
],
"constellation": "landsat",
"sat:orbit_state": "ascending",
"view:off_nadir": 0
},
"assets": {
"blue": {
"href": "https://landsat-pds.s3.amazonaws.com/c1/L8/107/018/LC08_L1TP_107018_20181001_20181001_01_RT/LC08_L1TP_107018_20181001_20181001_01_RT_B2.TIF",
"type": "image/tiff; application=geotiff",
"title": "Band 2 (blue)"
},
"green": {
"href": "https://landsat-pds.s3.amazonaws.com/c1/L8/107/018/LC08_L1TP_107018_20181001_20181001_01_RT/LC08_L1TP_107018_20181001_20181001_01_RT_B3.TIF",
"type": "image/tiff; application=geotiff",
"title": "Band 3 (green)"
},
"red": {
"href": "https://landsat-pds.s3.amazonaws.com/c1/L8/107/018/LC08_L1TP_107018_20181001_20181001_01_RT/LC08_L1TP_107018_20181001_20181001_01_RT_B4.TIF",
"type": "image/tiff; application=geotiff",
"title": "Band 4 (red)"
},
"thumbnail": {
"href": "https://landsat-pds.s3.amazonaws.com/c1/L8/107/018/LC08_L1TP_107018_20181001_20181001_01_RT/LC08_L1TP_107018_20181001_20181001_01_RT_thumb_large.jpg",
"title": "Thumbnail image",
"type": "image/jpeg"
},
"index": {
"href": "https://landsat-pds.s3.amazonaws.com/c1/L8/107/018/LC08_L1TP_107018_20181001_20181001_01_RT/index.html",
"type": "text/html",
"title": "HTML index page"
}
},
"links": [
{
"rel": "collection",
"href": "http://landsat-stac.s3.amazonaws.com/landsat-8-l1/catalog.json"
}
]
}