|
MobilityDB 1.3
|
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 and performs a temporal count aggregation. More...
#include <stdio.h>#include <stdlib.h>#include <string.h>#include <time.h>#include <meos.h>#include <meos_geo.h>#include <meos_internal.h>Data Structures | |
| struct | trip_record |
Macros | |
| #define | MAX_LEN_DATE 12 |
| #define | MAX_LEN_HEADER 1024 |
| #define | MAX_LEN_TRIP 400001 |
| Maximum length in characters of a trip in the input data. More... | |
Functions | |
| int | main (void) |
Variables | |
| trip_record | trip_rec |
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 and performs a temporal count aggregation.
Please read the assumptions made about the input file berlinmod_trips.csv in the file 05_berlinmod_disassemble.c in the same directory.
The program can be build as follows