windkit.wind_turbines_to_geodataframe#

windkit.wind_turbines_to_geodataframe(ds: Dataset) GeoDataFrame[source]#

Converts a wind turbine dataset to a geopandas dataframe.

Parameters:

ds (xr.Dataset) – Wind turbine dataset.

Returns:

Geopandas dataframe with the turbine positions and metadata.

Return type:

gpd.GeoDataFrame