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 simplifies the trips using both Douglas-Peucker (DP) and Synchronized Euclidean Distance (SED, also known as Top-Down Time Ratio simplification), and outputs for each trip the initial number of instants and the number of instants of the two simplified trips. Please read the assumptions made about the input file The program can be build as follows gcc -Wall -g -I/usr/local/include -o 08_meos_simplify_berlinmod 08_meos_simplify_berlinmod.c -L/usr/local/lib -lmeos
|