-
Notifications
You must be signed in to change notification settings - Fork 15
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Collections: - noaa-cdr-ocean-heat-content - noaa-cdr-ocean-heat-content-netcdf - noaa-cdr-sea-ice-concentration - noaa-cdr-sea-surface-temperature-optimum-interpolation - noaa-cdr-sea-surface-temperature-whoi - noaa-cdr-sea-surface-temperature-whoi-netcdf
- Loading branch information
Showing
16 changed files
with
1,547 additions
and
0 deletions.
There are no files selected for viewing
3 changes: 3 additions & 0 deletions
3
datasets/noaa-cdr/collections/ocean-heat-content-netcdf/description.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
The Ocean Heat Content Climate Data Record (CDR) is a set of ocean heat content anomaly (OHCA) time-series for 1955-present on 3-monthly, yearly, and pentadal (five-yearly) scales. This CDR quantifies ocean heat content change over time, which is an essential metric for understanding climate change and the Earth's energy budget. It provides time-series for multiple depth ranges in the global ocean and each of the major basins (Atlantic, Pacific, and Indian) divided by hemisphere (Northern, Southern). | ||
|
||
This is a NetCDF-only collection, for Cloud-Optimized GeoTIFFS use collection 'noaa-cdr-ocean-heat-content'. |
91 changes: 91 additions & 0 deletions
91
datasets/noaa-cdr/collections/ocean-heat-content-netcdf/template.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,91 @@ | ||
{ | ||
"type": "Collection", | ||
"id": "noaa-cdr-ocean-heat-content-netcdf", | ||
"stac_version": "1.0.0", | ||
"description": "{{ collection.description }}", | ||
"links": [ | ||
{ | ||
"rel": "license", | ||
"href": "https://www.ncei.noaa.gov/pub/data/sds/cdr/CDRs/Ocean_Heat_Content/UseAgreement_01B-41.pdf", | ||
"type": "application/pdf", | ||
"title": "NOAA CDR Ocean Heat Content Use Agreement" | ||
}, | ||
{ | ||
"rel": "about", | ||
"href": "https://www.ncei.noaa.gov/products/climate-data-records/global-ocean-heat-content", | ||
"type": "text/html", | ||
"title": "Global Ocean Heat Content CDR" | ||
}, | ||
{ | ||
"rel": "cite-as", | ||
"href": "https://doi.org/10.7289/v53f4mvp" | ||
} | ||
], | ||
"stac_extensions": [ | ||
"https://stac-extensions.github.io/scientific/v1.0.0/schema.json", | ||
"https://stac-extensions.github.io/item-assets/v1.0.0/schema.json" | ||
], | ||
"sci:doi": "10.7289/v53f4mvp", | ||
"sci:citation": "Levitus, Sydney; Antonov, John I.; Boyer, Tim P.; Baranova, Olga K.; García, Hernán E.; Locarnini, Ricardo A.; Mishonov, Alexey V.; Reagan, James R.; [Seidov, Dan; Yarosh, Evgeney; Zweng, Melissa M. (2017). NCEI ocean heat content, temperature anomalies, salinity anomalies, thermosteric sea level anomalies, halosteric sea level anomalies, and total steric sea level anomalies from 1955 to present calculated from in situ oceanographic subsurface profile data (NCEI Accession 0164586).NOAA National Centers for Environmental Information. Dataset. https://doi.org/10.7289/v53f4mvp.", | ||
"item_assets": { | ||
"netcdf": { | ||
"type": "application/netcdf", | ||
"roles": [ | ||
"data" | ||
] | ||
} | ||
}, | ||
"title": "Global Ocean Heat Content CDR NetCDFs", | ||
"keywords": [ | ||
"Global", | ||
"Climate", | ||
"NOAA", | ||
"Temperature", | ||
"Ocean" | ||
], | ||
"providers": [ | ||
{ | ||
"name": "National Centers for Environmental Information", | ||
"description": "NCEI is the Nation's leading authority for environmental data, and manage one of the largest archives of atmospheric, coastal, geophysical, and oceanic research in the world. NCEI contributes to the NESDIS mission by developing new products and services that span the science disciplines and enable better data discovery.", | ||
"roles": [ | ||
"producer", | ||
"processor", | ||
"licensor" | ||
], | ||
"url": "https://www.ncei.noaa.gov/" | ||
}, | ||
{ | ||
"name": "Microsoft", | ||
"roles": [ | ||
"processor", | ||
"host" | ||
], | ||
"url": "https://planetarycomputer.microsoft.com" | ||
} | ||
], | ||
"msft:short_description": "The Ocean Heat Content Climate Data Record (CDR) is a set of ocean heat content anomaly (OHCA) time-series for 1955-present on 3-monthly, yearly, and pentadal (five-yearly) scales.", | ||
"msft:storage_account": "noaacdr", | ||
"msft:container": "ocean-heat-content", | ||
"msft:group_id": "noaa-cdr", | ||
"extent": { | ||
"spatial": { | ||
"bbox": [ | ||
[ | ||
-180.0, | ||
-90.0, | ||
180.0, | ||
90.0 | ||
] | ||
] | ||
}, | ||
"temporal": { | ||
"interval": [ | ||
[ | ||
"1972-03-01T00:00:00Z", | ||
"2022-03-31T23:59:59Z" | ||
] | ||
] | ||
} | ||
}, | ||
"license": "proprietary" | ||
} |
1 change: 1 addition & 0 deletions
1
datasets/noaa-cdr/collections/ocean-heat-content/description.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
The Ocean Heat Content Climate Data Record (CDR) is a set of ocean heat content anomaly (OHCA) time-series for 1955-present on 3-monthly, yearly, and pentadal (five-yearly) scales. This CDR quantifies ocean heat content change over time, which is an essential metric for understanding climate change and the Earth's energy budget. It provides time-series for multiple depth ranges in the global ocean and each of the major basins (Atlantic, Pacific, and Indian) divided by hemisphere (Northern, Southern). |
168 changes: 168 additions & 0 deletions
168
datasets/noaa-cdr/collections/ocean-heat-content/template.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,168 @@ | ||
{ | ||
"type": "Collection", | ||
"id": "noaa-cdr-ocean-heat-content", | ||
"stac_version": "1.0.0", | ||
"description": "{{ collection.description }}", | ||
"links": [ | ||
{ | ||
"rel": "license", | ||
"href": "https://www.ncei.noaa.gov/pub/data/sds/cdr/CDRs/Ocean_Heat_Content/UseAgreement_01B-41.pdf", | ||
"type": "application/pdf", | ||
"title": "NOAA CDR Ocean Heat Content Use Agreement" | ||
}, | ||
{ | ||
"rel": "about", | ||
"href": "https://www.ncei.noaa.gov/products/climate-data-records/global-ocean-heat-content", | ||
"type": "text/html", | ||
"title": "Global Ocean Heat Content CDR" | ||
}, | ||
{ | ||
"rel": "cite-as", | ||
"href": "https://doi.org/10.7289/v53f4mvp" | ||
} | ||
], | ||
"stac_extensions": [ | ||
"https://stac-extensions.github.io/scientific/v1.0.0/schema.json", | ||
"https://stac-extensions.github.io/item-assets/v1.0.0/schema.json" | ||
], | ||
"sci:doi": "10.7289/v53f4mvp", | ||
"sci:citation": "Levitus, Sydney; Antonov, John I.; Boyer, Tim P.; Baranova, Olga K.; García, Hernán E.; Locarnini, Ricardo A.; Mishonov, Alexey V.; Reagan, James R.; [Seidov, Dan; Yarosh, Evgeney; Zweng, Melissa M. (2017). NCEI ocean heat content, temperature anomalies, salinity anomalies, thermosteric sea level anomalies, halosteric sea level anomalies, and total steric sea level anomalies from 1955 to present calculated from in situ oceanographic subsurface profile data (NCEI Accession 0164586).NOAA National Centers for Environmental Information. Dataset. https://doi.org/10.7289/v53f4mvp.", | ||
"item_assets": { | ||
"heat_content": { | ||
"title": "Ocean Heat Content anomalies from WOA09", | ||
"type": "image/tiff; application=geotiff; profile=cloud-optimized", | ||
"roles": [ | ||
"data" | ||
], | ||
"raster:bands": [ | ||
{ | ||
"nodata": "nan", | ||
"data_type": "float32", | ||
"unit": "10^18 joules" | ||
} | ||
] | ||
}, | ||
"mean_halosteric_sea_level": { | ||
"title": "Mean halosteric sea level anomalies from WOA09", | ||
"type": "image/tiff; application=geotiff; profile=cloud-optimized", | ||
"roles": [ | ||
"data" | ||
], | ||
"raster:bands": [ | ||
{ | ||
"nodata": "nan", | ||
"data_type": "float32", | ||
"unit": "millimeters" | ||
} | ||
] | ||
}, | ||
"mean_salinity": { | ||
"title": "Mean salinity anomalies from WOA09", | ||
"type": "image/tiff; application=geotiff; profile=cloud-optimized", | ||
"roles": [ | ||
"data" | ||
], | ||
"raster:bands": [ | ||
{ | ||
"nodata": "nan", | ||
"data_type": "float32" | ||
} | ||
] | ||
}, | ||
"mean_temperature": { | ||
"title": "Mean temperature anomalies from WOA09", | ||
"type": "image/tiff; application=geotiff; profile=cloud-optimized", | ||
"roles": [ | ||
"data" | ||
], | ||
"raster:bands": [ | ||
{ | ||
"nodata": "nan", | ||
"data_type": "float32", | ||
"unit": "degrees Celsius" | ||
} | ||
] | ||
}, | ||
"mean_thermosteric_sea_level": { | ||
"title": "Mean thermosteric sea level anomalies from WOA09", | ||
"type": "image/tiff; application=geotiff; profile=cloud-optimized", | ||
"roles": [ | ||
"data" | ||
], | ||
"raster:bands": [ | ||
{ | ||
"nodata": "nan", | ||
"data_type": "float32", | ||
"unit": "millimeters" | ||
} | ||
] | ||
}, | ||
"mean_total_steric_sea_level": { | ||
"title": "Mean total steric sea level anomalies from WOA09", | ||
"type": "image/tiff; application=geotiff; profile=cloud-optimized", | ||
"roles": [ | ||
"data" | ||
], | ||
"raster:bands": [ | ||
{ | ||
"nodata": "nan", | ||
"data_type": "float32", | ||
"unit": "millimeters" | ||
} | ||
] | ||
} | ||
}, | ||
"title": "Global Ocean Heat Content CDR", | ||
"keywords": [ | ||
"Global", | ||
"Climate", | ||
"NOAA", | ||
"Temperature", | ||
"Ocean" | ||
], | ||
"providers": [ | ||
{ | ||
"name": "National Centers for Environmental Information", | ||
"description": "NCEI is the Nation's leading authority for environmental data, and manage one of the largest archives of atmospheric, coastal, geophysical, and oceanic research in the world. NCEI contributes to the NESDIS mission by developing new products and services that span the science disciplines and enable better data discovery.", | ||
"roles": [ | ||
"producer", | ||
"processor", | ||
"licensor" | ||
], | ||
"url": "https://www.ncei.noaa.gov/" | ||
}, | ||
{ | ||
"name": "Microsoft", | ||
"roles": [ | ||
"processor", | ||
"host" | ||
], | ||
"url": "https://planetarycomputer.microsoft.com" | ||
} | ||
], | ||
"msft:short_description": "The Ocean Heat Content Climate Data Record (CDR) is a set of ocean heat content anomaly (OHCA) time-series for 1955-present on 3-monthly, yearly, and pentadal (five-yearly) scales.", | ||
"msft:storage_account": "noaacdr", | ||
"msft:container": "ocean-heat-content", | ||
"msft:group_id": "noaa-cdr", | ||
"extent": { | ||
"spatial": { | ||
"bbox": [ | ||
[ | ||
-180.0, | ||
-90.0, | ||
180.0, | ||
90.0 | ||
] | ||
] | ||
}, | ||
"temporal": { | ||
"interval": [ | ||
[ | ||
"1972-03-01T00:00:00Z", | ||
"2022-03-31T23:59:59Z" | ||
] | ||
] | ||
} | ||
}, | ||
"license": "proprietary" | ||
} |
1 change: 1 addition & 0 deletions
1
datasets/noaa-cdr/collections/sea-ice-concentration/description.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
The Sea Ice Concentration Climate Data Record (CDR) provides a consistent daily and monthly time series of sea ice concentrations for both the north and south Polar Regions on a 25 km x 25 km grid. These data can be used to estimate how much of the ocean surface is covered by ice, and monitor changes in sea ice concentration. The CDR combines concentration estimates using two algorithms developed at the NASA Goddard Space Flight Center (GSFC). Gridded brightness temperatures acquired from a number of Defense Meteorological Satellite Program (DMSP) passive microwave radiometers provide the necessary input to produce the dataset. |
Oops, something went wrong.