Implemented GPX file parsing with track statistics

- Using gpx-parser-builder for parsing GPX files
- Calculating some preliminary statistics
- Some error handling
This commit is contained in:
Atharva Sawant
2024-11-02 19:23:16 +05:30
parent 5d9648e1ed
commit be5ff4992d
4 changed files with 273 additions and 5 deletions

5
.gitignore vendored
View File

@@ -21,4 +21,7 @@ dist-ssr
*.ntvs*
*.njsproj
*.sln
*.sw?
*.sw?
# Data used for testing
test-files