Skip to content
This repository has been archived by the owner on Sep 26, 2023. It is now read-only.

Add ECCO dataset #219

Merged
merged 1 commit into from
Nov 18, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
43 changes: 43 additions & 0 deletions data/collections/ecco-surface-height-change.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,43 @@
{
"id": "ecco-surface-height-change",
"type": "Collection",
"links":[
],
"title":"ECCO sea-surface height change from 1992 to 2017",
"extent":{
"spatial":{
"bbox":[
[
"-180",
"90",
"-90",
"180"
]
]
},
"temporal":{
"interval":[
[
"1992-01-01T00:00:00Z",
"2017-12-31T23:59:59Z"
]
]
}
},
"license":"MIT",
"description": "Gridded global sea-surface height change from 1992 to 2017 from the Estimating the Circulation and Climate of the Ocean (ECCO) ocean state estimate. The dataset was calculated as the difference between the annual means over 2017 and 1992, from the 0.5 degree, gridded monthly mean data product available on PO.DAAC (https://podaac.jpl.nasa.gov/dataset/ECCO_L4_SSH_05DEG_MONTHLY_V4R4).",
"stac_version": "1.0.0",
"dashboard:is_periodic": false,
"dashboard:time_density": null,
"item_assets": {
"cog_default": {
"type": "image/tiff; application=geotiff; profile=cloud-optimized",
"roles": [
"data",
"layer"
],
"title": "Default COG Layer",
"description": "Cloud optimized default layer to display on map"
}
}
}
11 changes: 11 additions & 0 deletions data/step_function_inputs/ecco-surface-height-change.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{
"collection": "ecco-surface-height-change",
"discovery": "s3",
"prefix": "EIS/COG/",
"bucket": "veda-data-store-staging",
"filename_regex": "^(.*)2017_minus_1992.cog.tif$",
"start_datetime": "1992-01-01T00:00:00Z",
"end_datetime": "2017-12-31T23:59:59Z",
"cogify": "false"
}