|
1 | 1 | { |
2 | | - "stac_version": "1.0.0", |
| 2 | + "stac_version": "1.1.0-beta.1", |
3 | 3 | "stac_extensions": [ |
4 | | - "https://stac-extensions.github.io/eo/v1.1.0/schema.json", |
| 4 | + "https://stac-extensions.github.io/eo/v2.0.0-beta.1/schema.json", |
5 | 5 | "https://stac-extensions.github.io/language/v1.0.0/schema.json", |
6 | | - "https://stac-extensions.github.io/file/v1.0.0/schema.json", |
| 6 | + "https://stac-extensions.github.io/file/v2.1.0/schema.json", |
7 | 7 | "https://stac-extensions.github.io/view/v1.0.0/schema.json", |
8 | 8 | "https://stac-extensions.github.io/contacts/v0.1.1/schema.json", |
9 | 9 | "https://stac-extensions.github.io/themes/v1.0.0/schema.json", |
|
65 | 65 | }, |
66 | 66 | "proj:code": "EPSG:4326", |
67 | 67 | "file:checksum": "1114a94a8fe5ccb19ba61c4c0873d391e987982fbbd3", |
68 | | - "file:data_type": "uint16", |
| 68 | + "data_type": "uint16", |
69 | 69 | "file:size": 2048, |
70 | | - "file:nodata": [0, 255], |
| 70 | + "nodata": 0, |
71 | 71 | "file:values": [ |
72 | 72 | { |
73 | 73 | "values": [1, 2], |
|
257 | 257 | "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_B1.TIF", |
258 | 258 | "type": "image/tiff; application=geotiff", |
259 | 259 | "title": "Band 1 (coastal)", |
260 | | - "eo:bands": [ |
| 260 | + "bands": [ |
261 | 261 | { |
262 | 262 | "name": "B1", |
263 | | - "common_name": "coastal", |
264 | | - "center_wavelength": 0.44, |
265 | | - "full_width_half_max": 0.02 |
| 263 | + "eo:common_name": "coastal", |
| 264 | + "eo:center_wavelength": 0.44, |
| 265 | + "eo:full_width_half_max": 0.02 |
266 | 266 | } |
267 | 267 | ] |
268 | 268 | }, |
269 | 269 | "B2": { |
270 | 270 | "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", |
271 | 271 | "type": "image/tiff; application=geotiff", |
272 | 272 | "title": "Band 2 (blue)", |
273 | | - "eo:bands": [ |
| 273 | + "bands": [ |
274 | 274 | { |
275 | 275 | "name": "B2", |
276 | | - "common_name": "blue", |
277 | | - "center_wavelength": 0.48, |
278 | | - "full_width_half_max": 0.06 |
| 276 | + "eo:common_name": "blue", |
| 277 | + "eo:center_wavelength": 0.48, |
| 278 | + "eo:full_width_half_max": 0.06 |
279 | 279 | } |
280 | 280 | ] |
281 | 281 | }, |
282 | 282 | "B3": { |
283 | 283 | "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", |
284 | 284 | "type": "image/tiff; application=geotiff", |
285 | 285 | "title": "Band 3 (green)", |
286 | | - "eo:bands": [ |
| 286 | + "bands": [ |
287 | 287 | { |
288 | 288 | "name": "B3", |
289 | | - "common_name": "green", |
290 | | - "center_wavelength": 0.56, |
291 | | - "full_width_half_max": 0.06 |
| 289 | + "eo:common_name": "green", |
| 290 | + "eo:center_wavelength": 0.56, |
| 291 | + "eo:full_width_half_max": 0.06 |
292 | 292 | } |
293 | 293 | ] |
294 | 294 | } |
|
0 commit comments