.. _wind_turbines: Wind Turbines ============= Wind Turbine Generator ^^^^^^^^^^^^^^^^^^^^^^ Wind Turbine Generators (WTGs) A `.wtg` file can be read using the :py:func:`windkit.read_wtg` function. .. code-block:: python import windkit as wk wtg = wk.read_wtg("Bonus_1_MW.wtg") print(wtg) .. code-block:: bash Dimensions: (mode: 1, wind_speed: 22) Coordinates: * wind_speed (wind_speed) float64 4.0 5.0 ... 24.0 25.0 * mode (mode) int64 0 Data variables: power_output (mode, wind_speed) float64 2.41e+04 ... 1e+06 thrust_coefficient (mode, wind_speed) float64 0.915 ... 0.161 air_density (mode) float64 1.225 stationary_thrust_coefficient (mode) float64 0.161 wind_speed_cutin (mode) float64 4.0 wind_speed_cutout (mode) float64 25.0 rated_power (mode) float64 1e+06 name