Documentation
Reads a time series wind climate file into a xarray.Dataset.
filename (str) – path to the file to be read.
file_format (str) – format of the file to be read. If ‘infer’ is passed, the function will try to infer the format from the file extension. Defaults to ‘infer’.
**kwargs (dict) – Additional arguments that are forwarded to the specific file reader.
Time series wind climate dataset.
xarray.Dataset