windkit.empty.empty_wv_count

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

Create empty wind vector count dataset. If not_empty=True, the data variables are filled with meaninful random numbers.

Parameters:
  • output_loc (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.

Returns:

ds – Wind vector count dataset either empty or filled with random numbers.

Return type:

xarray.Dataset