forked from radiantearth/stac-spec
-
Notifications
You must be signed in to change notification settings - Fork 0
/
landsat8-sample.json
125 lines (115 loc) · 3.57 KB
/
landsat8-sample.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
{
"id": "LC81530252014153LGN00",
"type": "Feature",
"bbox": [ 49.16354,72.27502,51.36812,75.67662
],
"geometry": {
"type": "MultiPolygon",
"coordinates": [
[
[
[
51.33855,
72.27502
],
[
51.36812,
75.70821
],
[
49.16354,
72.39640
],
[
49.19092,
75.67662
],
[
51.33855,
72.27502
]
]
]
]
},
"properties": {
"start": "2014-06-02T09:22:02Z",
"end": "2014-06-02T09:22:02Z",
"provider": "LANDSAT_8",
"license": "PDDL-1.0",
"eo:off_nadir_angle" : -0.001,
"eo:cloud_cover" : 10.31,
"eo:sun_azimuth" : 149.01607154,
"eo:sun_elevation" : 59.21424700,
"eo:resolution" : 30,
"ls:data_type": "L1T",
"ls:wrs_path": 153,
"ls:wrs_row": 25,
"ls:earth_sun_distance": 1.0141560,
"ls:ground_control_points_verify": 114,
"ls:geometric_rmse_model": 7.562,
"ls:image_quality_tirs": 9,
"ls:ground_control_points_model": 313,
"ls:geometric_rmse_model_x": 5.96,
"ls:geometric_rmse_model_y": 4.654,
"ls:geometric_rmse_verify": 5.364,
"ls:image_quality_oli": 9
},
"links": [
{ "rel":"self", "href": "http://landsat-pds.s3.amazonaws.com/L8/153/025/LC81530252014153LGN00/LC81530252014153LGN00.json"},
{ "rel":"alternate", "href": "https://landsatonaws.com/L8/153/025/LC81530252014153LGN00"},
{ "rel":"source_metadata", "href": "LC81530252014153LGN00_MTL.txt"},
{ "rel":"catalog", "href": "http://landsat-pds.s3.amazonaws.com/L8/catalog.json"},
{ "rel":"thumbnail", "href": "http://landsat-pds.s3.amazonaws.com/L8/153/025/LC81530252014153LGN00/LC81530252014153LGN00_thumb_large.jpg"}
],
"assets" :[
{
"href": "LC81530252014153LGN00_B1.TIF",
"product" : "http://landsat-pds.s3.amazonaws.com/L8/landsat8_product-band-1.json"
},
{
"href": "LC81530252014153LGN00_B2.TIF",
"product" : "http://landsat-pds.s3.amazonaws.com/L8/landsat8_product-band-2.json"
},
{
"href": "LC81530252014153LGN00_B3.TIF",
"product" : "http://landsat-pds.s3.amazonaws.com/L8/landsat8_product-band-3.json"
},
{
"href": "LC81530252014153LGN00_B4.TIF",
"product" : "http://landsat-pds.s3.amazonaws.com/L8/landsat8_product-band-4.json"
},
{
"href": "LC81530252014153LGN00_B5.TIF",
"product" : "http://landsat-pds.s3.amazonaws.com/L8/landsat8_product-band-5.json"
},
{
"href": "LC81530252014153LGN00_B6.TIF",
"product" : "http://landsat-pds.s3.amazonaws.com/L8/landsat8_product-band-6.json"
},
{
"href": "LC81530252014153LGN00_B7.TIF",
"product" : "http://landsat-pds.s3.amazonaws.com/L8/landsat8_product-band-7.json"
},
{
"href": "LC81530252014153LGN00_B8.TIF",
"product" : "http://landsat-pds.s3.amazonaws.com/L8/landsat8_product-band-8.json"
},
{
"href": "LC81530252014153LGN00_B9.TIF",
"product" : "http://landsat-pds.s3.amazonaws.com/L8/landsat8_product-band-9.json"
},
{
"href": "LC81530252014153LGN00_B10.TIF",
"product" : "http://landsat-pds.s3.amazonaws.com/L8/landsat8_product-band-10.json"
},
{
"href": "LC81530252014153LGN00_B11.TIF",
"product" : "http://landsat-pds.s3.amazonaws.com/L8/landsat8_product-band-11.json"
},
{
"href": "LC81530252014153LGN00_MTL.txt",
"product" : "http://landsat-pds.s3.amazonaws.com/L8/landsat8_product_metadata.json"
}
]
}