A fork of Mapache's Dashboard, which reworks the session editor and adds a continous track position metric fitted from GPS geometry and speed, and validated against Formula 1 telemetry through Fast-F1.
To run:
cd dashboard
cp .env.example .env # VITE_SKIP_AUTH_CHECK=true, VITE_BACKEND_URL=/api
npm install
npm run dev
To use:
Github Pages
Click new session, select a "raw data" session. And draw a start/finish line with left click. Then press P or use the process lap buttons to segment the track. Save the session at the bottom of the right-hand sidebar and then return to the sessions page to see the new session. At the very bottom left you may cycle through vehicles (I have ingested two for the sake of this demo). This is not attached to other mapache services or databases for ease of use.