Skip to content

Commit

Permalink
Add stac_dist/ERA5_monthly_averaged_data/ERA5_monthly_averaged_data.j…
Browse files Browse the repository at this point in the history
…son for pull request submission
  • Loading branch information
baloola committed Oct 4, 2024
1 parent b40ae5b commit 69639e6
Showing 1 changed file with 10 additions and 11 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
"stac_version": "1.0.0",
"id": "ERA5_monthly_averaged_data",
"properties": {
"keywords": [],
"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": [],
Expand All @@ -26,35 +27,33 @@
"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"
},
"time": {
"type": "temporal",
"extent": [
"1940-01-01T12:55:40Z",
"2023-12-01T12:55:40Z"
],
"step": ""
}
},
"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')",
"datetime": null,
"modification": null,
"provision": null,
"use_case_NHM_2": "1",
Expand Down

0 comments on commit 69639e6

Please sign in to comment.