ecmwf_sig_wave_height
ECMWFSigWaveHeightDataLoader(bounds, params)
¶
Bases: ScalarDataLoader
import_data(bounds)
¶
Reads in data from a ECMWF GRIB2 file, or folder of files. Extracts Significant wave height
Parameters:
| Name | Type | Description | Default |
|---|---|---|---|
bounds
|
Boundary
|
Initial boundary to limit the dataset to |
required |
Returns:
| Type | Description |
|---|---|
|
xr.Dataset: ECMWF SWH dataset within limits of bounds. Dataset has coordinates 'lat', 'long', and variable 'SIC' |