Skip to content
Open
Changes from 4 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
115 changes: 115 additions & 0 deletions stac_dist/ERA5_monthly_averaged_data/ERA5_monthly_averaged_data.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,115 @@
{
"type": "Feature",
"stac_version": "1.0.0",
"id": "ERA5_monthly_averaged_data",
"properties": {
"license": "CC-BY-4.0",
"description": "Reanalysis model for the global climate and weather for the past 8 decades. Data is available from 1940 onwards. \nIt includes datasets for: temperature and pressure, wind, mean rates, radiation and heat, clouds, lakes, evaporation and runoff, precipitation and rain, snow, soil, vertical integrals, vegetation and ocean waves. ",
"providers": [],
"dataSource": "Copernicus Climate Change Service ",
"cube:dimensions": {
"x": {
"axis": "x",
"extent": [
-180,
180
],
"reference_system": "3035",
"type": "spatial"
},
"y": {
"axis": "y",
"extent": [
-90,
90
],
"reference_system": "3035",
"type": "spatial"
},
"time": {
"extent": [
"1940-01-01T12:55:40Z",
"2023-12-01T12:55:40Z"
],
"type": "temporal",
"step": ""
},
"z": {
"extent": [
null,
null
],
"reference_system": "3035",
"type": "spatial"
}
},
"datetime": null,
"raster:bands": [],
"title": "ERA5 monthly averaged data on single levels from 1940 to present (reanalysis)",
"area_cover": "Global availability, but API request made for Europe.",
"documentation": "https://doi.org/10.1002/qj.3803",
"crs": "3035",
"start_datetime": "1940-01-01T12:55:40Z",
"end_datetime": "2023-12-01T12:55:40Z",
"Provenance_name": "Copernicus Climate Change Service",
"models": "https://cds.climate.copernicus.eu/cdsapp#!/dataset/reanalysis-era5-single-levels-monthly-means?tab=overview",
"quality_control": "checked, see link: https://cds.climate.copernicus.eu/cdsapp#!/dataset/reanalysis-era5-single-levels-monthly-means?tab=eqc",
"apis": "import cdsapi c = cdsapi.Client() c.retrieve( 'reanalysis-era5-single-levels-monthly-means', { 'product_type': 'monthly_averaged_reanalysis', 'variable': [ '2m_dewpoint_temperature', '2m_temperature', 'ice_temperature_layer_1', 'ice_temperature_layer_2', 'ice_temperature_layer_3', 'ice_temperature_layer_4', 'mean_sea_level_pressure', 'sea_surface_temperature', 'skin_temperature', 'surface_pressure', ], 'year': [ '1940', '1941', '1942', '1943', '1944', '1945', '1946', '1947', '1948', '1949', '1950', '1951', '1952', '1953', '1954', '1955', '1956', '1957', '1958', '1959', '1960', '1961', '1962', '1963', '1964', '1965', '1966', '1967', '1968', '1969', '1970', '1971', '1972', '1973', '1974', '1975', '1976', '1977', '1978', '1979', '1980', '1981', '1982', '1983', '1984', '1985', '1986', '1987', '1988', '1989', '1990', '1991', '1992', '1993', '1994', '1995', '1996', '1997', '1998', '1999', '2000', '2001', '2002', '2003', '2004', '2005', '2006', '2007', '2008', '2009', '2010', '2011', '2012', '2013', '2014', '2015', '2016', '2017', '2018', '2019', '2020', '2021', '2022', '2023', '2024', ], 'month': [ '01', '02', '03', '04', '05', '06', '07', '08', '09', '10', '11', '12', ], 'time': '00:00', 'format': 'netcdf', }, 'download.nc')",
"modification": null,
"provision": null,
"use_case_NHM_2": "1",
"platform": "Eox"
},
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-29.088598170384085,
12.992020531726936
],
[
-29.088598170384085,
12.99512751563393
],
[
-29.085072497975485,
12.99512751563393
],
[
-29.085072497975485,
12.992020531726936
],
[
-29.088598170384085,
12.992020531726936
]
]
]
},
"links": [
{
"rel": "root",
"href": "../catalog.json",
"type": "application/json",
"title": "data-access catalog"
},
{
"rel": "parent",
"href": "../catalog.json",
"type": "application/json",
"title": "data-access catalog"
}
],
"assets": {},
"bbox": [
-29.088598170384085,
12.992020531726936,
-29.085072497975485,
12.99512751563393
],
"stac_extensions": [
"https://stac-extensions.github.io/raster/v1.1.0/schema.json",
"https://stac-extensions.github.io/datacube/v2.0.0/schema.json"
]
}