windkit.empty.empty_wasp_site_factors

windkit.empty.empty_wasp_site_factors(output_locs, nsec=12, not_empty=True, site_factors=['z0meso', 'displ'], seed=9876538, **kwargs)[source]

Create empty site-factors dataset.

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.

  • site_Factors (list of strings, or string) – List of variables to include in the output, or a string “all” that includes all variables. Defaults to [“z0meso”, “displ”]

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

  • kwargs (dict) – Additional arguments.

Returns:

ds – Empty site factors dataset.

Return type:

xarray.Dataset