User Tools

Site Tools


manual:csv-format

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
manual:csv-format [2022/11/16 20:20]
Staff created
manual:csv-format [2024/01/13 16:01] (current)
Staff Added section about wheel/tyre suffixes
Line 85: Line 85:
 As not all games and tracks have the same number of sectors, exporting each sector as a separated column would produce CVS files harder to parse (the number and names of the columns wouldn't have a fixed layout anymore). As not all games and tracks have the same number of sectors, exporting each sector as a separated column would produce CVS files harder to parse (the number and names of the columns wouldn't have a fixed layout anymore).
 We could add this information in the future (likely "//packing//" the data using a special format). We could add this information in the future (likely "//packing//" the data using a special format).
 +
 +===== Tyre/wheel data =====
 +
 +Data for tyres/wheels are reported with a 0-based index, usually following the front-to-back/left-to-right order.
 +
 +For a 4-wheels vehicle:
 +
 +^ Suffix ^ Description ^
 +| ''_0'' | Front Left (FL) |
 +| ''_1'' | Front Right (FR) |
 +| ''_2'' | Rear Left (RL) |
 +| ''_3'' | Rear Right (RR) |
 +
 +For a 2-wheels vehicle:
 +
 +^ Suffix ^ Description ^
 +| ''_0'' | Front (F) |
 +| ''_1'' | Rear (R) |
  
 ===== Data fields ===== ===== Data fields =====
Line 94: Line 112:
 ==== Unit of Measures ==== ==== Unit of Measures ====
  
-All the exported data use the unit of measures as defined by the standard [[https://en.wikipedia.org/wiki/International_System_of_Units|International System of Units]].+All the exported data use the unit of measures as defined by the standard [[https://en.wikipedia.org/wiki/International_System_of_Units|International System of Units]]. For historical reasons, the only exception is for //temperature// that is measured in [[https://en.wikipedia.org/wiki/Celsius|degree Celsius]].
  
 So - for example - all the velocities are exported in "//metres/second//", while in the application they are converted in more useful units (for example: for the vehicle speed, we convert //m/s// to //kilometres/hour// for the metric system and to //miles/hour// for the imperial system; while we continue using //m/s// for suspension velocities; etc). So - for example - all the velocities are exported in "//metres/second//", while in the application they are converted in more useful units (for example: for the vehicle speed, we convert //m/s// to //kilometres/hour// for the metric system and to //miles/hour// for the imperial system; while we continue using //m/s// for suspension velocities; etc).
manual/csv-format.1668626459.txt.gz ยท Last modified: 2022/11/16 20:20 by Staff