He is competing in the 125cc streamlined motorcycle class in case anyone is interested and his target speed is 200mph.
The system collects GPS location, Exhaust Gas Temperature (for mixture tuning), Cylinder head temperature, engine RPM, and of course, speed. Each datapoint is stored in a MySQL database on the Raspberry Pi and all graphing and reporting are done using a web browser. In addition to simple graphing, data can be exported into KML format for easy importing into Google Earth.
Recording is enabled with a single switch. Each time the switch is moved from off to on position, the SQL database assigns a new dataset number to the data collected so the data can be grouped and displayed conveniently.
There is an Eagle Tree Power panel LCD that will be located in the cockpit. It displays the data in real time along with GPS lock status and recording status. Conveniently, this display is actually addressable over I2C.
Data collection source code is located here along with schematics and MySQL database structure:
https://github.com/mikedowney/Bonneville-Data-Logger
Apache web reporting documentation is located here:
https://github.com/mikedowney/Bonnevill ... -Reporting



Anyway, I thought this community would be a good place to share. I hope that you find this useful.
This is my first python based project, so I am sure there are things that could be done more elegantly, but it seems to be quite stable and functional, so I thought I would share.