Setup
Users Guide
API
Planning
Reads a .grd file into a weibull wind climate dataset.
grdfiles (str or list) – path of .grd file or list of .grd files.
regex_pattern (re str) – Filename regex pattern to extract height, sector, and variable name. Defaults to None.
regex_var_order (list or tuple) – Order of ‘height’, ‘sector’, and ‘var’ in regex_pattern. Defaults to None.
wwc – Weibull wind climate dataset.
xarray.Dataset