windkit.empty.empty_met_fields

windkit.empty.empty_met_fields(output_locs, nsec=12, not_empty=True, seed=9876538, met_fields=['wspd', 'power_density'], **kwargs)[source]

Create empty dataset filled with met_fields

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

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

  • met_fields (list of strings, or string) – List of variables to include in the output, or a string “all” with all the variables. Defaults to [“wspd”, “power_dens”]

  • kwargs (dict) – Additional arguments.

Returns:

ds – empty met fields dataset

Return type:

xarray.Dataset