User Tools

Site Tools


manual:csv-format

Differences

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

Link to this comparison view

Both sides previous revision Previous revision
manual:csv-format [2024/01/13 14:26]
Staff [Unit of Measures] Added note that temperature is measured in Celsius.
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 =====
manual/csv-format.txt ยท Last modified: 2024/01/13 16:01 by Staff