get_infrastructure
Find nearby electrical substations, high-voltage transmission lines, interstate gas pipelines, and power plants within a configurable radius, with distance and capacity data.
Instructions
Nearby infrastructure for a location — substations (count + max voltage_kv within radius), transmission lines (>69 kV path overlay), interstate + lateral gas pipelines, and power plants (operating + planned, by fuel) within configurable radius_km. Returns distance + capacity for each, joined to HIFLD/EIA. Try: get_infrastructure lat=33.45 lon=-112.07 radius_km=25. Returns raw nearby assets; do NOT use for a single scored site-suitability verdict (use analyze_site).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| lat | No | Center latitude in decimal degrees (-90 to 90, required), e.g. 33.45 | |
| lon | No | Center longitude in decimal degrees (-180 to 180, required), e.g. -112.07 | |
| layer | No | Optional single asset layer to return, e.g. substations, transmission, pipelines, power_plants | |
| limit | No | Max results to return (1-500; default varies by tool) | |
| radius_km | No | Search radius in kilometers around the point, e.g. 25 | |
| min_voltage_kv | No | Only include transmission/substations at or above this voltage in kV, e.g. 69 |