MobilityDB 1.1
|
◆ MAX_INSTANTS
A simple program that reads AIS data from a CSV file, constructs trips from these records, and outputs for each trip the MMSI, the number of instants, and the distance travelled. The program also stores in a CSV file the assembled 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 03_meos_assemble_ais 03_meos_assemble_ais.c -L/usr/local/lib -lmeos
|