Skip to content

Instantly share code, notes, and snippets.

@schwehr
Created April 18, 2022 21:13
Show Gist options
  • Save schwehr/38bd3f85e38d1988ec1f646c3c95cb47 to your computer and use it in GitHub Desktop.
Save schwehr/38bd3f85e38d1988ec1f646c3c95cb47 to your computer and use it in GitHub Desktop.
Example STAC JSON output from Earth Engine catalog entry
{
"description": "Contents of `description.md`.\n",
"gee:type": "image",
"id": "ORG/SUBORG/dataset/v5",
"keywords": [
"coral",
"ocean"
],
"license": "CC-BY-4.0",
"links": [
{
"href": "https://earthengine-stac.storage.googleapis.com/catalog/ORG/ORG_SUBORG_dataset_v5.json",
"rel": "self",
"type": "application/json"
},
{
"href": "https://earthengine-stac.storage.googleapis.com/catalog/ORG/catalog.json",
"rel": "parent",
"type": "application/json"
},
{
"href": "https://earthengine-stac.storage.googleapis.com/catalog/catalog.json",
"rel": "root",
"type": "application/json"
},
{
"code": "JavaScript",
"href": "https://code.earthengine.google.com/?scriptPath=Examples:Datasets/ORG_SUBORG_dataset_v5",
"rel": "related",
"title": "Run the example for ORG/SUBORG/dataset/v5 in the Earth Engine Code Editor",
"type": "text/html"
},
{
"href": "https://mw1.google.com/ges/dd/images/ORG_SUBORG_dataset_v5_sample.png",
"rel": "preview",
"type": "image/png"
},
{
"href": "https://developers.google.com/earth-engine/datasets/catalog/ORG_SUBORG_dataset_v5#terms-of-use",
"rel": "license",
"type": "text/html"
}
],
"providers": [
{
"name": "ORG/SUBORG",
"roles": [
"producer",
"licensor"
],
"url": "https:/example.com/org/suborg"
},
{
"name": "Google Earth Engine",
"roles": [
"host"
],
"url": "https://developers.google.com/earth-engine/datasets/catalog/ORG_SUBORG_dataset_v5"
}
],
"stac_extensions": [
"https://stac-extensions.github.io/eo/v1.0.0/schema.json",
"https://stac-extensions.github.io/scientific/v1.0.0/schema.json",
"https://stac-extensions.github.io/version/v1.0.0/schema.json"
],
"stac_version": "1.0.0",
"title": "Dataset title - v5",
"type": "Collection",
"version": "v5"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment