query_power_plants
Query unit-level power plants from the Global Energy Monitor — Global Integrated Power Tracker (GIPT). ~127k operating units worldwide spanning coal, oil/gas, nuclear, geothermal, bioenergy, utility-scale solar, wind, and hydropower. Each row carries plant name, fuel type, capacity (MW), status, start year, country, owner. Use for questions like "nuclear plants in France above 1 GW", "coal capacity in India", "operating bioenergy plants in Brazil". Pass include_minor=true to bypass the operating-only filter (e.g. to include proposed/retired). Pass fuel to slice to a single fuel_type.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| fuel | No | utility-scale solar | wind | hydropower | geothermal | bioenergy | nuclear | coal | oil/gas | |
| limit | No | Default 50, max 500. | |
| status | No | operating (default) | construction | proposed | retired | cancelled | shelved | mothballed | |
| lat_max | Yes | ||
| lat_min | Yes | ||
| lon_max | Yes | ||
| lon_min | Yes | ||
| include_minor | No | If true, drops the default operating-only filter and capacity floor. | |
| min_capacity_mw | No | Minimum capacity in MW |