-
|
An AIS partner recently wanted details of all movements of a few of their vessels for the last year. We don't record any data, we clean it and pass it on to major aggregators, who collate it and filter it before sharing. This led me to consider the technicalities of recording raw AIS data, in case someone wanted it later. This is unlikely to be commercially attractive, but it might be worthwhile for a port operator. |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 5 replies
-
|
I guess that whatever openCPN does tends to become the de facto standard. Wrt AIS-catcher, you can write the stream to a file in different formats: Only the first three contain timestamp and all of them can be read back into the program with Not sure if there ever will be a standard as it depends very much on how you want to access the data again. I have not seen much on this. For a generic backup, '-f' and some file rotation with zipping might be a decent option. For advanced historical analysis I guess you need a proper geospatial-temporal database. |
Beta Was this translation helpful? Give feedback.
-
|
Thank for the information. I'll look at those formats, and the option to playback through AIS-catcher. My thinking is to do the minimum amount of processing when recording the data, because 1) probably no one will look at it anyway and 2) without knowing the playback method there is not much point. openCPN might be satisfactory as the de facto standard, and the format is pretty straightforward. |
Beta Was this translation helpful? Give feedback.
-
|
NMEA 0183 v4.0 format with TAG block seems to be standard, see: |
Beta Was this translation helpful? Give feedback.
NMEA 0183 v4.0 format with TAG block seems to be standard, see: