Part of the Physics family.
Lineage
Overview
3 tests guard this model - 3 generic, 0 singular.
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Circuit geometry (gradient + curvature) from raw X/Y/Z telemetry, binned to 25m distance intervals.
| Property | Value |
|---|---|
| Layer | intermediate |
| Family | Physics |
| Contract enforced | No |
| Column | Type | Nullable | Tests | Description |
|---|---|---|---|---|
race_year | Yes | not_null | Season | |
track_id | Yes | not_null | Circuit identifier (from race_to_track) | |
distance_bin | Yes | not_null | Lower edge of the 25m distance bin (meters from start line) | |
gradient_dz_ds | Yes | Elevation gradient dZ/ds between the previous and next bin | ||
curvature_per_m | Yes | Menger curvature (1/m) from 3 consecutive binned points. NULL at season boundaries or where points are collinear. | ||
lateral_accel_proxy_ms2 | Yes | v^2 * curvature_per_m, using median speed at the bin (m/s^2) |