windkit.wind_climate.get_wc_struct

windkit.wind_climate.get_wc_struct(obj)[source]

Get the type of a WindKit wind climate object.

Parameters:

obj (xarray.Dataset, xarray.DataArray) – Object to determine the wind climate structure from.

Returns:

Spatial structure name. Can be on of:
  • ’ts’

  • ’bwc’

  • ’wwc’

  • ’genwc’

  • ’geowc’

If no spatial structure is found None is returned.

Return type:

string