get_wind_farm_assessment
Calculate wind farm energy production using AI trained on 10M+ observations. Returns hourly capacity factors, AEP, P50/P90 metrics, and comprehensive performance data for any location worldwide.
Instructions
Run a full WindAI AI-powered wind resource assessment using our deep learning model trained on 10M+ hourly observations from 289 wind farms. Returns hourly capacity factors (8,760+ hours), AEP, P50/P90, monthly and diurnal profiles, and comprehensive wind farm performance metrics. Requires a WindAI API key (get one at https://windai.tech/account).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| latitude | Yes | Latitude of the wind farm site (-90 to 90) | |
| longitude | Yes | Longitude of the wind farm site (-180 to 180) | |
| hub_height | No | Turbine hub height in meters (default: 100) | |
| rated_power | No | Turbine rated power in kW (e.g., 3000 for a 3 MW turbine) | |
| rotor_diameter | No | Rotor diameter in meters (e.g., 126) | |
| swept_area | No | Swept area in m2. If not provided, calculated from rotor_diameter. | |
| turbines_count | No | Number of turbines in the wind farm (default: 1) | |
| total_power | No | Total farm rated power in kW. If not provided, calculated as rated_power * turbines_count. | |
| api_key | Yes | WindAI API key (starts with 'wai_'). Get one at https://windai.tech/account |