TrackMapAnalyzer
Track layout visualization from GPS telemetry data
Configuration
- Metadata Only: False
When to Use
- User wants to see the circuit layout
- User asks to visualize the track or racing line
Options
show_start_finish: Mark start/finish line (default: True)show_scale: Show scale bar (default: True)x_column: Column name for X position (default: 'x')y_column: Column name for Y position (default: 'y')lap_numbers: Specific laps to plot (default: all)
Examples
Example 1
User Query: Show me the track layout
Call:
analyze(analyzers='track_map', event='01H8SP4HK4')
Explanation: Displays circuit layout from GPS data with markers