![]() |
MobilityDB 1.3
|
A simple program that a CSV file containing temporal values and applies a function to them. More...
#include <stdio.h>
#include <stdlib.h>
#include <meos.h>
#include <meos_cbuffer.h>
#include <meos_geo.h>
Macros | |
#define | MAX_LENGTH_HEADER 1024 |
#define | MAX_LENGTH_TEMP 8192 |
Functions | |
int | main (void) |
A simple program that a CSV file containing temporal values and applies a function to them.
The corresponding SQL query would be
The program can be tested with several functions such as simplification with Douglas-Peucker ... reduction such as tsample
, tprecision
, ...
The program can be build as follows