MobilityDB 1.1
|
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...
Data Fields | |
int | count |
DateADT | day |
double | distance |
Interval | duration |
int | free_SOG_instants |
int | free_trip_instants |
long int | MMSI |
int | no_SOG_instants |
int | no_trip_instants |
int | numinstants |
int | seq |
Temporal * | SOG |
TInstant * | SOG_instants [MAX_INSTANTS] |
TInstant ** | SOG_instants |
Temporal * | trip |
TInstant * | trip_instants [MAX_INSTANTS] |
TInstant ** | trip_instants |
int | tripid |
int | tripId |
int | vehid |
int | vehId |
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 trips.csv
in the file meos_disassemble_berlinmod.c
in the same directory.
The program can be build as follows