mcmancini / Era5Weather

0 stars 0 forks source link

Rechunk ERA5 weather data #4

Closed mcmancini closed 8 months ago

mcmancini commented 8 months ago

The ERA5 data comes into netcdf files, each containing data for one month. Each file contains hourly data for all variables of interest for the whole of GB. These files need to be rechunked to contain data for the time series of all available variables. Each new file will contain data for one single tile instead of all GB. The rechunked files will either be in csv format (rows are days and columns are variables) or a netcdf file

mcmancini commented 8 months ago

Closed with PR https://github.com/mcmancini/Era5Weather/pull/5