get_grid_proximity
Locate the nearest grid substations and high-voltage lines around a given point. Retrieve distance, voltage, and operator information for grid connection assessments.
Instructions
Nearest grid infrastructure (substations, HV lines) within a radius. Distance, voltage, operator. Uses OSM Overpass. No API key.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| lat | Yes | Latitude (-90 to 90). WGS84. | |
| lon | Yes | Longitude (-180 to 180). WGS84. | |
| radius_km | No | Search radius in km (default 5, max 25). | |
| voltage_min_kv | No | Minimum voltage in kV to include (default 33). |