-
Notifications
You must be signed in to change notification settings - Fork 0
Issues: evensolberg/fitutils
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
Author
Label
Projects
Milestones
Assignee
Sort
Issues list
Create an application to download FIT files from Garmin
enhancement
New feature or request
#117
opened Mar 19, 2023 by
evensolberg
7 tasks
Extract and possibly aggregate specific fields
enhancement
New feature or request
#107
opened Feb 26, 2023 by
evensolberg
Look into using the New feature or request
miette
crate for better error reporting
enhancement
#105
opened Feb 26, 2023 by
evensolberg
Augment lap and record information with Session (and Lap) information before exporting
enhancement
New feature or request
#104
opened Feb 26, 2023 by
evensolberg
Figure out a better way to serialize the Lap and Record structs
enhancement
New feature or request
#103
opened Feb 26, 2023 by
evensolberg
Use multi-threading for parallel analysis of multiple files.
enhancement
New feature or request
#102
opened Feb 26, 2023 by
evensolberg
Having space(s) in the path when calling the fit2csv application from PowerShell creates problems
bug
Something isn't working
#101
opened Feb 26, 2023 by
evensolberg
Add the ability to handle multiple sessions in an Activity
enhancement
New feature or request
#100
opened Feb 26, 2023 by
evensolberg
Figure out what distance and speed units (m, m/s, etc) are being used and apply them accordingly.
enhancement
New feature or request
#99
opened Feb 26, 2023 by
evensolberg
Get a list of waypoints (need to find a file) and export
enhancement
New feature or request
#98
opened Feb 26, 2023 by
evensolberg
Get the list of routes (need to find a file) and export
enhancement
New feature or request
#97
opened Feb 26, 2023 by
evensolberg
Implement the New feature or request
Serialize
trait for Track
enhancement
#96
opened Feb 26, 2023 by
evensolberg
Export tracks with segments and waypoints to CSV
enhancement
New feature or request
#95
opened Feb 26, 2023 by
evensolberg
Refactor main into more functions
enhancement
New feature or request
#94
opened Feb 26, 2023 by
evensolberg
Export detailed waypoint data
enhancement
New feature or request
#93
opened Feb 26, 2023 by
evensolberg
Figure out how to parse a GPX file to something meaningful
enhancement
New feature or request
#92
opened Feb 26, 2023 by
evensolberg
Look into creating a PR for the Pull requests that update a dependency file
enhancement
New feature or request
tcx
crate to add Creator
and Author
sections.
dependencies
#91
opened Feb 26, 2023 by
evensolberg
Try to dig out more information from GPX and TCX files about the activity
dependencies
Pull requests that update a dependency file
enhancement
New feature or request
#90
opened Feb 26, 2023 by
evensolberg
Look into making all the values New feature or request
Option
s instead of straight values. Ref fitrename
.
enhancement
#89
opened Feb 26, 2023 by
evensolberg
Convert activity New feature or request
start_time
to DateTime
. Read id
into it. If unsuccessfully converted, read the first Trackpoint.time
enhancement
#88
opened Feb 26, 2023 by
evensolberg
Look at replacing New feature or request
HashMap::new()
with HashMap::with_capacity()
since that can create the hashmap size needed right away.
enhancement
#87
opened Feb 26, 2023 by
evensolberg
Figure out what to show by default and what to show with the New feature or request
-l
/--long
parameter.
enhancement
#86
opened Feb 26, 2023 by
evensolberg
Look into replacing Pull requests that update a dependency file
chrono
with time
dependencies
#85
opened Feb 26, 2023 by
evensolberg
Previous Next
ProTip!
Add no:assignee to see everything that’s not assigned.