windkit.binned_wind_climate.bwc_to_tabfile
- windkit.binned_wind_climate.bwc_to_tabfile(bwc, /, path=None)[source]
Write bwc to tab-style ascii file.
- Parameters:
bwc (xr.Dataset) – Binned wind climate xr.Dataset object.
path (str or pathlib.Path) – dir or file path to write the file. Default value set to the current working directory.