Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Logging data formats #4

Open
smaria opened this issue Mar 19, 2018 · 3 comments
Open

Logging data formats #4

smaria opened this issue Mar 19, 2018 · 3 comments
Labels
IRSC discussion This is a longer term rule question for debate at IRSC

Comments

@smaria
Copy link
Collaborator

smaria commented Mar 19, 2018

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
@smaria smaria added the IRSC discussion This is a longer term rule question for debate at IRSC label Mar 19, 2018
@smaria
Copy link
Collaborator Author

smaria commented Mar 19, 2018

It may also be worth attaching an open licence to those data formats - then we will end up generating a lovely set of widely usable reference data!

@takluyver
Copy link
Member

I was about to write that we should ask previous competitors about the capabilities of their systems to store logs, but I've just changed my mind: the requirements shouldn't need to be fitted to what teams can do.

We might want to explicitly say that it's OK to process logs from your boat into the standard format, so the boat doesn't have to write the standard format directly, in case that's a challenge for anyone. But obviously the processing stage can't generate any new data.

@smaria
Copy link
Collaborator Author

smaria commented Mar 22, 2018

Another question worth asking: Is the binary format still required? It is difficult to give examples for, and not readable without the added big/little endian information. As data storage gets cheaper, I would expect this to be obsolete nowadays.

@tsaoyu tsaoyu mentioned this issue Aug 30, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
IRSC discussion This is a longer term rule question for debate at IRSC
Projects
None yet
Development

No branches or pull requests

2 participants