oras5_current
ORAS5CurrentDataLoader(bounds, params)
¶
Bases: VectorDataLoader
import_data(bounds)
¶
Reads in data from a ORAS5 Depth NetCDF files. Renames coordinates to 'lat' and 'long', and renames variable to 'uC, vC'
Parameters:
| Name | Type | Description | Default |
|---|---|---|---|
bounds
|
Boundary
|
Initial boundary to limit the dataset to |
required |
Returns:
| Type | Description |
|---|---|
|
xr.Dataset: ORAS5 currents dataset within limits of bounds. Dataset has coordinates 'lat', 'long', and variable 'uC', 'vC' |