windkit.empty.empty_wwc

windkit.empty.empty_wwc(output_locs, nsec=12, not_empty=True, seed=9876538, **kwargs)[source]

Create empty weibull wind climate dataset.

If not_empty=True,the data variables are filled with meaninful random numbers, e.g. the values from A are generated from a uniform function between 5 and 10 and the values for k from a uniform function between 1.5 and 2.5.

Parameters:
  • output_locs (xarray.Dataset) – Output geospatial information

  • nsec (int) – Number of sectors, defaults to 12.

  • not_empty (bool) – If true, the empty dataset is filled with random meaningful data. Defaults to True.

  • seed (int) – Seed for the random data, defaults to 9876538.

  • kwargs (dict) – Additional arguments.

Returns:

ds – Weibull wind climate dataset either empty or filled with random numbers.

Return type:

xarray.Dataset