Downloads provided by UsageCounts
Dataset has been retrieved on the Copernicus Climate data Store (https://cds.climate.copernicus.eu/#!/home) and is meant to be used for teaching purposes only. Data retrieved were split per year and concatenated to create two separate files. Then these two files were converted from GRIB format to netcdf using xarray (http://xarray.pydata.org/en/stable/). This dataset is used in the Galaxy training on "Visualize Climate data with Panoply in Galaxy". See https://training.galaxyproject.org/ (topic: climate) for more information. The python code below show how it has been retrieved on CDS: import cdsapi c = cdsapi.Client() c.retrieve( 'ecv-for-climate-change', { 'variable': [ 'precipitation', 'sea_ice_cover', 'surface_air_temperature', ], 'product_type': 'monthly_mean', 'time_aggregation': '1_month', 'year': [ '1979', '2018', ], 'month': [ '01', '02', '03', '04', '05', '06', '07', '08', '09', '10', '11', '12', ], 'origin': 'era5', 'format': 'zip', }, 'download.zip')
copernicus, galaxy, climate
copernicus, galaxy, climate
| selected citations These citations are derived from selected sources. This is an alternative to the "Influence" indicator, which also reflects the overall/total impact of an article in the research community at large, based on the underlying citation network (diachronically). | 0 | |
| popularity This indicator reflects the "current" impact/attention (the "hype") of an article in the research community at large, based on the underlying citation network. | Average | |
| influence This indicator reflects the overall/total impact of an article in the research community at large, based on the underlying citation network (diachronically). | Average | |
| impulse This indicator reflects the initial momentum of an article directly after its publication, based on the underlying citation network. | Average |
| views | 15 | |
| downloads | 166 |

Views provided by UsageCounts
Downloads provided by UsageCounts