windkit.wind_turbines

Defines a wind_turbines object

Wind turbines object can include groups of turbines.. Turbines are defined by their position, and a mapping to a wind turbine generator.

Functions

check_wtg_keys(wind_turbines, wtg_dict)

Checks that all keys in a wind turbines object are there.

create_wind_turbines_from_arrays(west_east, ...)

Creates a point dataset with required metadata from explicit arrays.

create_wind_turbines_from_dataframe(location_df)

Creates a point dataset with required metadata from a dataframe.

wind_turbines_to_geodataframe(ds)

Converts a wind turbine dataset to a geopandas dataframe.