Skip to content

era5_wind

ERA5WindDataLoader(bounds, params)

Bases: VectorDataLoader

import_data(bounds)

Reads in wind data from a ERA5 NetCDF file. Renames coordinates to 'lat' and 'long'

Parameters:

Name Type Description Default
bounds Boundary

Initial boundary to limit the dataset to

required

Returns:

Type Description

xr.Dataset: ERA5 wind dataset within limits of bounds. Dataset has coordinates 'lat', 'long', and variables 'u10', 'v10'