run_odin_spider
Generate origin-destination desire lines for a municipality, producing GeoJSON arc geometries of trip flows between areas.
Instructions
Generate origin-destination desire lines (spider diagram) for a municipality. Returns GeoJSON with arc geometries showing trip flows between municipalities.
Args: gemeente: Municipality name (e.g. 'Rotterdam', 'Amsterdam', "'s-Gravenhage") mode: Transport mode filter: AllModes, Auto, OV, Btm, Trein, Fiets, Lopen, Overig motive: Trip purpose: AllMotives, ToWork, ToHome, Shopping, ToEducation, etc. top_n: Number of top connections to return (1-100) include_internal: Include trips within the same municipality
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| gemeente | Yes | ||
| mode | No | AllModes | |
| motive | No | AllMotives | |
| top_n | No | ||
| include_internal | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |