|
MobilityDB 1.3
|
A simple program that a CSV file containing temporal points and applies a function to the temporal points. More...
Macros | |
| #define | MAX_LEN_HEADER 1024 |
| #define | MAX_LEN_TGEO 7501 |
Functions | |
| int | main (void) |
A simple program that a CSV file containing temporal points and applies a function to the temporal points.
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