MobilityDB 1.1
Data Structures | Macros | Functions
07_meos_tile_berlinmod.c File Reference
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <meos.h>
Include dependency graph for 07_meos_tile_berlinmod.c:

Data Structures

struct  speed_record
 
struct  trip_record
 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...
 

Macros

#define MAX_LENGTH_DATE   12
 
#define MAX_LENGTH_HEADER   1024
 
#define MAX_LENGTH_TRIP   170001
 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 splits the trips and the speed of these trips by tiles, and computes aggregate values of the count, duration, and distance of the tiles. More...
 
#define MAX_NO_BUCKETS   10
 

Functions

int main (void)