I notice that as part of the 0.9.5release(147) there was a new option to export data, can someone tell me where it is in the app,as i cant see
anything about export there
--
You received this message because you are subscribed to the Google Groups "talos-rowing" group.
To view this discussion on the web visit https://groups.google.com/d/msg/talos-rowing/-/t2HEa2Cts-oJ.
To post to this group, send email to talos-...@googlegroups.com.
To unsubscribe from this group, send email to talos-rowing...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/talos-rowing?hl=en.
I notice that as part of the 0.9.5release(147) there was a new option to export data, can someone tell me where it is in the app,as i cant see
anything about export there
--
You received this message because you are subscribed to the Google Groups "talos-rowing" group.
To view this discussion on the web visit https://groups.google.com/d/msg/talos-rowing/-/6UHdjeeG5moJ.
Note, however, that all these *.cvs files contain either raw sensor data or with very little processing. In time I hope to add functionality which will enable detecting/marking points of interest inside a rowing session recording file and exporting only those sections. At the moment the whole file is the scope for exporting, so you are right if you think it is difficult to do something meaningful with them at their current state.
--
You received this message because you are subscribed to the Google Groups "talos-rowing" group.
To view this discussion on the web visit https://groups.google.com/d/msg/talos-rowing/-/CYqGLG4de0wJ.
Correction:
- speed
in meters/seconds
From the way.cvs header:
timestamp,distance,speed,accuracy
- timestamp
Device java System.currentTimeMillis- distance
progress in meters since last entry- speed
in meters/seconds- accuracy
GPS positioning accuracy in meters
Note, however, that all these *.cvs files contain either raw sensor data or with very little processing. In time I hope to add functionality which will enable detecting/marking points of interest inside a rowing session recording file and exporting only those sections. At the moment the whole file is the scope for exporting, so you are right if you think it is difficult to do something meaningful with them at their current state.