As we are 'enhancing' our logs with additional data, the introduction of new data formats is necessary!
Current suggestions for added data in the logs:
- remote controlled
- water depth
- wave information
Two main models can be distinguished here:
- time synchronous CSV format; as no sensors will be time-synchronous, this will mean data that has been post-processed on the boat already
- time a-syncronouse; every log line starts with a timestamp, then a string indicating the type of data ('RC', 'DEPTH', 'WAVE' etc.), followed by the measurement in a given format
As we are 'enhancing' our logs with additional data, the introduction of new data formats is necessary!
Current suggestions for added data in the logs:
Two main models can be distinguished here: