trackerproject / trackeR

Infrastructure for Running, Cycling and Swimming Data from GPS-Enabled Tracking Devices
http://cran.r-project.org/package=trackeR
90 stars 7 forks source link

Allow for "other" sports #19

Open prochlorothrix opened 5 years ago

prochlorothrix commented 5 years ago

A nice enhancement could be to allow to upload data for sports different from running, swimming and cycling by allowing users to indicate "other" in trackeRdata() and manually set the relevant parameters in other functions.

ikosmidis commented 5 years ago

Sure; we can consider this. Do you have an example (data file and code) from another sport that you can share in order to get a better idea of what you are exactly after?

prochlorothrix commented 5 years ago

This is an example of session recorded using a garmin device using the "other" category (actually some paddling). I upload both the original fit file and the tcx export from garmin connect. No special sensors in this case, it only records basic data such as time, position, speed and hearth rate. I think it would be nice to have a basic category with these fields, allowing users to add others if needed. 3595500324.zip

ikosmidis commented 5 years ago

Thanks. That makes sense. I am leaving the issue open for consideration in the next release. My initial thoughts for handling this are as follows:

prochlorothrix commented 5 years ago

Sounds fine!