get_renewable_energy
Retrieve solar and wind capacity, capacity factor, and state RPS targets for any US state to assess renewable energy feasibility for data center siting or PPA sizing.
Instructions
Use when siting a renewable-powered data center, sizing a PPA, or assessing RE100/24-7-CFE feasibility for one US state. Example: "What is Texas wind+solar capacity and how much utility-scale solar is operating today?" — get_renewable_energy energy_type=solar state=TX. Params: energy_type one of "solar" | "wind" | "combined" (omit for all); state 2-letter US code (e.g. TX, VA, AZ); lat+lon (optional) for the nearest projects within 50mi. Returns: {capacity_mw_total, by_fuel: {solar_utility, solar_rooftop, wind_onshore, wind_offshore}, capacity_factor_pct, top_projects[{name, mw, operator, cod}], state_rps_target_pct, source: "EIA-860 + state RPS"}. Do NOT use for live grid generation (use get_grid_data) or non-US (use get_grid_scoreboard for EU/UK/AU/TW).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| lat | No | Optional latitude in decimal degrees (-90 to 90) to find nearest projects within 50mi | |
| lon | No | Optional longitude in decimal degrees (-180 to 180) to find nearest projects within 50mi | |
| state | No | US state abbreviation, e.g. TX, VA, AZ | |
| energy_type | No | Renewable type: "solar", "wind", or "combined"; omit for all |