MobilityDB 1.1
Data Fields
trip_record Struct Reference

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...

Collaboration diagram for trip_record:
Collaboration graph
[legend]

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
 
TemporalSOG
 
TInstantSOG_instants [MAX_INSTANTS]
 
TInstant ** SOG_instants
 
Temporaltrip
 
TInstanttrip_instants [MAX_INSTANTS]
 
TInstant ** trip_instants
 
int tripid
 
int tripId
 
int vehid
 
int vehId
 

Detailed Description

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

gcc -Wall -g -I/usr/local/include -o 09_meos_aggregate_berlinmod 09_meos_aggregate_berlinmod.c -L/usr/local/lib -lmeos

The documentation for this struct was generated from the following files: