network_summary_tool
Get a detailed summary of a SUMO network, including edge and junction counts, total road length, bounding box, and road names, by providing the network file path.
Instructions
Get a comprehensive summary of a SUMO network.
Use when user asks about the network, its size, or what roads are included.
Returns edge count, junction count, total road length, bounding box, and road name list.
Args:
net_file: Path to the SUMO network file (.net.xml)
Returns:
Dict with network statistics and road names
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| net_file | Yes |