TrackMapAnalyzer - Circuit Session - Lime Rock MX-5
Track layout visualization from GPS telemetry data
Sample Data
| Attribute | Value |
|---|---|
| Source | garage61 |
| Category | circuit_lap |
| File | 01K451BYJ64G0T2GPQ44AKXC86 |
Available Channels: LongAccel, VertAccel, YawRate, abs_active, brake, clutch, drs_active, gear, lap_distance_pct, lat_accel, latitude, longitude, position_type, rpm, speed, speed_kph, speed_mph, steering, throttle, time, track_pct, yaw
Configuration
| Setting | Value |
|---|---|
| Slice Type | N/A |
| Metadata Only | False |
When to Use
- User wants to see the circuit layout
- User asks to visualize the track or racing line
Key Options
| Option | Description |
|---|---|
show_sectors | Display sector markers (default: True) |
show_start_finish | Mark start/finish line (default: True) |
Sample Output
Subjects Analyzed: 1
Default
{
"analyzer_name": "track_map",
"data": {},
"metadata": {
"format": "png",
"dpi": 300,
"figsize": [
12,
8
],
"subject_count": 1
},
"artifacts": {
"track_map": "/Users/mhild/src/durandom/racing/b4racing/apps/docs/docs/analyzers/samples/graphics/track_map_01K451BYJ64G0T2GPQ44AKXC86.png"
}
}
Example Calls
Show me the track layout
analyze(analyzers='track_map', event='01H8SP4HK4')
Displays circuit layout from GPS data with markers
Generated from b4racing.analysis.graphics.track_map.TrackMapAnalyzer