Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Explore moving metadata from veda-config to STAC #176

Draft
wants to merge 6 commits into
base: main
Choose a base branch
from
Draft
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
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -161,4 +161,5 @@ cython_debug/

reformat.py
Test.ipynb
create_collections.py
create_collections.py
datasets
532 changes: 532 additions & 0 deletions import-metadata.ipynb

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,8 @@
"stac_version": "1.0.0",
"providers": [
{
"name": "NASA National Oceanic and Atmospheric Administration",
"url": "https://www.nasa.gov/directorates/smd/joint-agency-satellite-division/noaa/",
"name": "NOAA",
"url": "https://www.noaa.gov",
"roles": [
"producer"
]
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,95 @@
{
"id": "CMIP245-winter-median-pr",
"type": "Collection",
"title": "Projected changes to winter (January, February, and March) cumulative daily precipitation",
"links": [],
"description": "Percent difference in projected winter (January, February, March) cumulative precipitation, relative to a historical timeframe between 1995 and 2014. Outputs represent the median of 23 member ensembles from CMIP6 (SSP 2-4.5) with downscaling performed by NASA Earth Exchange \n\n ### Technical Details \n\n Future changes to precipitation are expected to alter the volume and timing of snow water resources. Here, we present the projected percent-change to Western US cumulative winter precipitation at quarter-degree spatial resoutions across 20-year time periods between 2016 and 2095. Projections are averaged from an ensemble of 23 downscaled climate models from the CMIP6 NASA Earth Exchange Global Daily Downscaled Projections.",
"extent": {
"spatial": {
"bbox": [
[
-126,
30,
-104,
51
]
]
},
"temporal": {
"interval": [
[
"2025-01-01T00:00:00Z",
"2085-03-31T12:00:00Z"
]
]
}
},
"license": "MIT",
"stac_extensions": [
"https://stac-extensions.github.io/render/v1.0.0/schema.json",
"https://stac-extensions.github.io/item-assets/v1.0.0/schema.json"
],
"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"
}
},
"dashboard:is_periodic": false,
"dashboard:time_density": "year",
"stac_version": "1.0.0",
"renders": {
"dashboard": {
"resampling": "bilinear",
"bidx": [
1
],
"nodata": "nan",
"colormap_name": "rdbu",
"rescale": [
[
-60,
60
]
],
"assets": [
"cog_default"
],
"title": "VEDA Dashboard Render Parameters"
}
},
"providers": [
{
"name": "NASA Center for Climate Simulation (NCCS)",
"url": "https://www.nccs.nasa.gov/services/data-collections/land-based-products/nex-gddp-cmip6",
"roles": [
"producer",
"processor",
"licensor"
]
},
{
"name": "NASA VEDA",
"url": "https://www.earthdata.nasa.gov/dashboard/",
"roles": [
"host"
]
}
],
"assets": {
"thumbnail": {
"title": "Thumbnail",
"description": "Photo by Justin Pflug (Photo of Nisqually glacier)",
"href": "https://thumbnails.openveda.cloud/CMIP-winter-median.jpeg",
"type": "image/jpeg",
"roles": [
"thumbnail"
]
}
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,94 @@
{
"id": "CMIP245-winter-median-ta",
"type": "Collection",
"title": "Projected changes to winter (January, February, and March) average daily air temperature",
"links": [],
"description": "Difference in projected winter (January, February, March) average air temperature, relative to a historical timeframe between 1995 and 2014. Outputs represent the median of 23 member ensembles from CMIP6 (SSP 2-4.5) with downscaling performed by NASA Earth Exchange \n\n ### Technical Details \n\n Future changes to air temperature are expected to influence the phase of winter precipitation (snowfall or rainfall) and the timing and amount of snowmelt and streamflow. Here, we present the projected percent-change to Western US average winter temperature at quarter-degree spatial resoutions across 20-year time periods between 2016 and 2095. Projections are averaged from an ensemble of 23 downscaled climate models from the [CMIP6 NASA Earth Exchange Global Daily Downscaled Projections](https://www.nccs.nasa.gov/services/data-collections/land-based-products/nex-gddp-cmip6).",
"extent": {
"spatial": {
"bbox": [
[
-126,
30,
-104,
51
]
]
},
"temporal": {
"interval": [
[
"2025-01-01T00:00:00Z",
"2085-03-31T12:00:00Z"
]
]
}
},
"license": "MIT",
"stac_extensions": [
"https://stac-extensions.github.io/render/v1.0.0/schema.json",
"https://stac-extensions.github.io/item-assets/v1.0.0/schema.json"
],
"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"
}
},
"dashboard:is_periodic": false,
"dashboard:time_density": "year",
"stac_version": "1.0.0",
"renders": {
"dashboard": {
"resampling": "bilinear",
"bidx": [
1
],
"colormap_name": "rdbu_r",
"rescale": [
[
-5.5,
5.5
]
],
"assets": [
"cog_default"
],
"title": "VEDA Dashboard Render Parameters"
}
},
"providers": [
{
"name": "NASA Center for Climate Simulation (NCCS)",
"url": "https://www.nccs.nasa.gov/services/data-collections/land-based-products/nex-gddp-cmip6",
"roles": [
"producer",
"processor",
"licensor"
]
},
{
"name": "NASA VEDA",
"url": "https://www.earthdata.nasa.gov/dashboard/",
"roles": [
"host"
]
}
],
"assets": {
"thumbnail": {
"title": "Thumbnail",
"description": "Photo by Justin Pflug (Photo of Nisqually glacier)",
"href": "https://thumbnails.openveda.cloud/CMIP-winter-median.jpeg",
"type": "image/jpeg",
"roles": [
"thumbnail"
]
}
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,95 @@
{
"id": "CMIP585-winter-median-pr",
"type": "Collection",
"title": "Projected changes to winter (January, February, and March) cumulative daily precipitation",
"links": [],
"description": "Percent difference in projected winter (January, February, March) cumulative precipitation, relative to a historical timeframe between 1995 and 2014. Outputs represent the median of 23 member ensembles from CMIP6 (SSP 5-8.5) with downscaling performed by NASA Earth Exchange \n\n ### Technical Details \n\n Future changes to precipitation are expected to alter the volume and timing of snow water resources. Here, we present the projected percent-change to Western US cumulative winter precipitation at quarter-degree spatial resoutions across 20-year time periods between 2016 and 2095. Projections are averaged from an ensemble of 23 downscaled climate models from the CMIP6 NASA Earth Exchange Global Daily Downscaled Projections.",
"extent": {
"spatial": {
"bbox": [
[
-126,
30,
-104,
51
]
]
},
"temporal": {
"interval": [
[
"2025-01-01T00:00:00Z",
"2085-03-31T12:00:00Z"
]
]
}
},
"license": "MIT",
"stac_extensions": [
"https://stac-extensions.github.io/render/v1.0.0/schema.json",
"https://stac-extensions.github.io/item-assets/v1.0.0/schema.json"
],
"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"
}
},
"dashboard:is_periodic": false,
"dashboard:time_density": "year",
"stac_version": "1.0.0",
"renders": {
"dashboard": {
"resampling": "bilinear",
"bidx": [
1
],
"nodata": "nan",
"colormap_name": "rdbu",
"rescale": [
[
-60,
60
]
],
"assets": [
"cog_default"
],
"title": "VEDA Dashboard Render Parameters"
}
},
"providers": [
{
"name": "NASA Center for Climate Simulation (NCCS)",
"url": "https://www.nccs.nasa.gov/services/data-collections/land-based-products/nex-gddp-cmip6",
"roles": [
"producer",
"processor",
"licensor"
]
},
{
"name": "NASA VEDA",
"url": "https://www.earthdata.nasa.gov/dashboard/",
"roles": [
"host"
]
}
],
"assets": {
"thumbnail": {
"title": "Thumbnail",
"description": "Photo by Justin Pflug (Photo of Nisqually glacier)",
"href": "https://thumbnails.openveda.cloud/CMIP-winter-median.jpeg",
"type": "image/jpeg",
"roles": [
"thumbnail"
]
}
}
}
Loading
Loading