Skip to content

Instantly share code, notes, and snippets.

@schwehr
Last active June 2, 2021 16:30
Show Gist options
  • Save schwehr/8ae153363c744d14d49a7021f5c4cb0b to your computer and use it in GitHub Desktop.
Save schwehr/8ae153363c744d14d49a7021f5c4cb0b to your computer and use it in GitHub Desktop.
A cut down version of landsat for testing the EO collection extension
{
"id": "landsat-8-l1",
"title": "Landsat 8 L1",
"description": "Landsat 8 imagery WARNING: FOR TESTING ONLY",
"stac_version": "1.0.0-rc.4",
"type": "Collection"
"stac_extensions": ["https://stac-extensions.github.io/eo/v1.0.0/schema.json"],
"keywords": ["landsat"],
"license": "PDDL-1.0",
"extent": {
"spatial": {"bbox": [[-178.93, -83.53, 178.94, 83.44]]},
"temporal": {"interval": [["2013-03-18T15:59:02Z", null]]}
},
"providers": [
{
"name": "USGS",
"url": "https://landsat.usgs.gov/",
"roles": [
"producer"
]
}
],
"properties": {
"platform": "landsat-8",
"constellation": "landsat",
"instruments": ["OLI_TIRS"],
"eo:bands": [
{
"name": "B1",
"common_name": "coastal",
"center_wavelength": 0.44,
"full_width_half_max": 0.02
},
{
"name": "B2",
"common_name": "blue",
"center_wavelength": 0.48,
"full_width_half_max": 0.06
}
]
},
"links": [
{
"href": "https://staccato-fkeo6qxexa-uc.a.run.app/collections/landsat-8-l1",
"rel": "self",
"type": "application/json"
},
{
"href": "https://staccato-fkeo6qxexa-uc.a.run.app",
"rel": "root",
"type": "application/json"
},
{
"href": "https://staccato-fkeo6qxexa-uc.a.run.app",
"rel": "parent",
"type": "application/json"
}
],
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment