|
MobilityDB 1.3
|
A simple program that reads AIS data from a CSV file and outputs a few of these records converted into temporal values. More...
Data Structures | |
| struct | AIS_record |
Macros | |
| #define | MAX_LEN_HEADER 1024 |
| #define | MAX_LEN_POINT 64 |
| #define | MAX_LEN_TIMESTAMP 32 |
Functions | |
| int | main (void) |
A simple program that reads AIS data from a CSV file and outputs a few of these records converted into temporal values.
In the input file located in the data/ subdirectory it is assumed that
The program can be build as follows