MobilityDB 1.1
|
◆ MAX_LENGTH_TRIP
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 disassembles the trips into individual observations, and write them in a CSV file named "trip_instants.csv" ordered by timestamp. The input file is
The program can be build as follows gcc -Wall -g -I/usr/local/include -o 05_meos_disassemble_berlinmod 05_meos_disassemble_berlinmod.c -L/usr/local/lib -lmeos
|