MobilityDB 1.1
|
◆ MAX_INSTANTS
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. The input file is
The program can be build as follows gcc -Wall -g -I/usr/local/include -o 03_meos_assemble_berlinmod 03_meos_assemble_berlinmod.c -L/usr/local/lib -lmeos
|