jpilet / anemomind

Anemomind: a sailing data recording, visualization and analysis solution.
http://www.anemomind.com/
MIT License
14 stars 2 forks source link

Hack Sensei #1146

Open jonasseglare opened 6 years ago

jonasseglare commented 6 years ago

The problem with the Sensei dataset is that we don't get full timestamps. We have tried to hack it, but it was not perfect...

Here is a new attempt: https://github.com/jpilet/anemomind/commit/e983e398bd5ade4bf533988e31b3296dfde3d3d0

World map master now:

screen shot 2017-10-12 at 15 29 59

World map with the above code linked:

screen shot 2017-10-12 at 15 30 20

There is still a problem that it generates lots of small session. We should try to fix that.

jonasseglare commented 6 years ago

Work-in-progress: https://github.com/jpilet/anemomind/commit/dee277bf8ff987571606ffc6da243f19b89cbb92

(branch jo-clean-sensei).

The idea was to first sort the files by boot count, then for every boot count group sort the by time of day, and finally rotate the log files so that we start at the max gap. The algorithm is in LogLoader...

But no success right now, needs more elaboration.

Will stop working on this issue, because it is only one client and they also switched boat.