|
MobilityDB 1.3
|
A simple program that reads two CSV files, the first one containing temporal circular buffers and the second containing geometries and restricts the temporal circular buffers to the geometries. More...
#include <stdio.h>#include <stdlib.h>#include <meos.h>#include <meos_geo.h>#include <meos_cbuffer.h>Macros | |
| #define | MAX_LEN_GEO 12001 |
| #define | MAX_LEN_HEADER 1024 |
| #define | MAX_LEN_TCBUFFER 7501 |
Functions | |
| int | main (void) |
A simple program that reads two CSV files, the first one containing temporal circular buffers and the second containing geometries and restricts the temporal circular buffers to the geometries.
The corresponding SQL query would be
The program can be build as follows