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

Add all collections and items for public cmip6 data #205

Closed
wants to merge 8 commits into from
41 changes: 41 additions & 0 deletions data/collections/nex-gddp-cmip6/nex-gddp-cmip6-crossover.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,41 @@
{
"id": "nex-gddp-cmip6-crossover",
"type": "Collection",
"links": [],
"title": "CMIP6 2-degree average temperature crossover predictions",
"extent": {
"spatial": {
"bbox": [
[
-180,
-90,
180,
90
]
]
},
"temporal": {
"interval": [
[
"2015-01-01T00:00:00Z",
"2101-01-01T00:00:00Z"
]
]
}
},
"license": "MIT",
"description": "Predicted year at which the average daily temperature has risen by 2-degrees",
"stac_version": "1.0.0",
"dashboard:is_periodic": false,
Copy link
Contributor Author

@moradology moradology Oct 25, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should this simply not be here? When do we want to add "dashboard:is_periodic": false? @anayeaye

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think we do want dashboard:is_periodic but it should be true + we need to add dashboard:time_density day. This will tell the summarizer to just return the first and last date and the dashboard UI will create a daily timestep picker. Not sure how nice 30 years of daily data will feel in the UI experience, though, if that's what you mean

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm not sure about this - the rasters in question have values which are years rather than, themselves, being indexed by years. In a sense, these two rasters are temporal indices. The rasters themselves are definitely not periodic in the normal sense

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I was thinking of COGs set one year apart. Now that I am looking at the crossing year data I see that there is only one COG for each scenario. Not a time series. Sorry about that.

Given that, I think the best thing to do is keep dashboard:is_periodic false and adddashboard:time_density null.

This will let the dashboard apply the default mosaic xyz logic here but we are definitely pushing the edges of the default cog dashboard display logic here.

"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"
}
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,42 @@
{
"id": "nex-gddp-cmip6-daily-hurs",
"type": "Collection",
"links": [],
"title": "CMIP6 historical and projected near-surface relative humidity",
"extent": {
"spatial": {
"bbox": [
[
-180,
-90,
180,
90
]
]
},
"temporal": {
"interval": [
[
"1950-01-01T00:00:00Z",
"2101-01-01T00:00:00Z"
]
]
}
},
"license": "MIT",
"description": "CMIP6 historical and projected near-surface relative humidity",
"stac_version": "1.0.0",
"dashboard:is_periodic": true,
"dashboard:time_density": "day",
"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"
}
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,42 @@
{
"id": "nex-gddp-cmip6-daily-huss",
"type": "Collection",
"links": [],
"title": "CMIP6 historical and projected near-surface specific humidity",
"extent": {
"spatial": {
"bbox": [
[
-180,
-90,
180,
90
]
]
},
"temporal": {
"interval": [
[
"1950-01-01T00:00:00Z",
"2101-01-01T00:00:00Z"
]
]
}
},
"license": "MIT",
"description": "CMIP6 historical and projected near-surface specific humidity",
"stac_version": "1.0.0",
"dashboard:is_periodic": true,
"dashboard:time_density": "day",
"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"
}
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,42 @@
{
"id": "nex-gddp-cmip6-daily-pr",
"type": "Collection",
"links": [],
"title": "CMIP6 historical and projected precipitation",
"extent": {
"spatial": {
"bbox": [
[
-180,
-90,
180,
90
]
]
},
"temporal": {
"interval": [
[
"1950-01-01T00:00:00Z",
"2101-01-01T00:00:00Z"
]
]
}
},
"license": "MIT",
"description": "CMIP6 historical and projected precipitation",
"stac_version": "1.0.0",
"dashboard:is_periodic": true,
"dashboard:time_density": "day",
"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"
}
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,42 @@
{
"id": "nex-gddp-cmip6-daily-rlds",
"type": "Collection",
"links": [],
"title": "CMIP6 historical and projected surface downwelling longwave radiation",
"extent": {
"spatial": {
"bbox": [
[
-180,
-90,
180,
90
]
]
},
"temporal": {
"interval": [
[
"1950-01-01T00:00:00Z",
"2101-01-01T00:00:00Z"
]
]
}
},
"license": "MIT",
"description": "CMIP6 historical and projected surface downwelling longwave radiation",
"stac_version": "1.0.0",
"dashboard:is_periodic": true,
"dashboard:time_density": "day",
"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"
}
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,42 @@
{
"id": "nex-gddp-cmip6-daily-rdsds",
"type": "Collection",
"links": [],
"title": "CMIP6 historical and projected surface downwelling shortwave radiation",
"extent": {
"spatial": {
"bbox": [
[
-180,
-90,
180,
90
]
]
},
"temporal": {
"interval": [
[
"1950-01-01T00:00:00Z",
"2101-01-01T00:00:00Z"
]
]
}
},
"license": "MIT",
"description": "CMIP6 historical and projected surface downwelling shortwave radiation",
"stac_version": "1.0.0",
"dashboard:is_periodic": true,
"dashboard:time_density": "day",
"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"
}
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,42 @@
{
"id": "nex-gddp-cmip6-daily-sfcwind",
"type": "Collection",
"links": [],
"title": "CMIP6 historical and projected near-surface wind speed",
"extent": {
"spatial": {
"bbox": [
[
-180,
-90,
180,
90
]
]
},
"temporal": {
"interval": [
[
"1950-01-01T00:00:00Z",
"2101-01-01T00:00:00Z"
]
]
}
},
"license": "MIT",
"description": "CMIP6 historical and projected near-surface wind speed",
"stac_version": "1.0.0",
"dashboard:is_periodic": true,
"dashboard:time_density": "day",
"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"
}
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,42 @@
{
"id": "nex-gddp-cmip6-daily-tas",
"type": "Collection",
"links": [],
"title": "CMIP6 historical and projected daily near-surface air temperature",
"extent": {
"spatial": {
"bbox": [
[
-180,
-90,
180,
90
]
]
},
"temporal": {
"interval": [
[
"1950-01-01T00:00:00Z",
"2101-01-01T00:00:00Z"
]
]
}
},
"license": "MIT",
"description": "CMIP6 historical and projected daily near-surface air temperature",
"stac_version": "1.0.0",
"dashboard:is_periodic": true,
"dashboard:time_density": "day",
"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"
}
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,42 @@
{
"id": "nex-gddp-cmip6-daily-tasmax",
"type": "Collection",
"links": [],
"title": "CMIP6 historical and projected daily maximum near-surface air temperature",
"extent": {
"spatial": {
"bbox": [
[
-180,
-90,
180,
90
]
]
},
"temporal": {
"interval": [
[
"1950-01-01T00:00:00Z",
"2101-01-01T00:00:00Z"
]
]
}
},
"license": "MIT",
"description": "CMIP6 historical and projected daily maximum near-surface air temperature",
"stac_version": "1.0.0",
"dashboard:is_periodic": true,
"dashboard:time_density": "day",
"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"
}
}
}
Loading