windkit.read_mfwwc

windkit.read_mfwwc(files, file_format='infer', **kwargs)[source]

Read multiple weibull wind climate datasets from files.

Parameters:
  • files (list of str or pathlib.Path) – Paths to the files to read the datasets from.

  • file_format (str) – File format of the files. If “infer”, the file format is inferred from the file extension. Supported file formats are “rsf”, “wrg”, and “grd”. Defaults to “infer”.

  • **kwargs – Additional keyword arguments passed to the read function

Returns:

Weibull wind climate dataset.

Return type:

xarray.Dataset