|
MobilityDB 1.1
|

Data Structures | |
| struct | trip_input_record |
| struct | trip_output_record |
Macros | |
| #define | MAX_INSTANTS 50000 |
| A simple program that reads from a CSV file synthetic trip data in Brussels generated by the MobilityDB-BerlinMOD generator, https://github.com/MobilityDB/MobilityDB-BerlinMOD assembles the trips from the individual observations, and write them in a CSV file named "trips_new.csv" which corresponds to the file "trips.csv" in the current directory. More... | |
| #define | MAX_LENGTH_DATE 12 |
| #define | MAX_LENGTH_HEADER 1024 |
| #define | MAX_LENGTH_POINT 100 |
| #define | MAX_LENGTH_TIMESTAMP 32 |
| #define | MAX_TRIPS 5 |
| #define | NO_INSTANTS_BATCH 1000 |
Functions | |
| int | main (void) |