{"id":20382941,"url":"https://github.com/evgeniyarbatov/strava2csv","last_synced_at":"2025-08-14T11:54:34.540Z","repository":{"id":229974973,"uuid":"778129716","full_name":"evgeniyarbatov/strava2csv","owner":"evgeniyarbatov","description":"Convert Strava archive download to CSV file","archived":false,"fork":false,"pushed_at":"2024-04-04T06:36:57.000Z","size":10,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-15T07:57:36.749Z","etag":null,"topics":["csv","export","strava"],"latest_commit_sha":null,"homepage":"","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/evgeniyarbatov.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-03-27T06:10:34.000Z","updated_at":"2024-03-27T06:45:00.000Z","dependencies_parsed_at":"2024-03-27T07:26:50.879Z","dependency_job_id":"69c5dcf0-b75a-4256-9933-154f3861aa07","html_url":"https://github.com/evgeniyarbatov/strava2csv","commit_stats":null,"previous_names":["evgeniyarbatov/strava2csv"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/evgeniyarbatov%2Fstrava2csv","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/evgeniyarbatov%2Fstrava2csv/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/evgeniyarbatov%2Fstrava2csv/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/evgeniyarbatov%2Fstrava2csv/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/evgeniyarbatov","download_url":"https://codeload.github.com/evgeniyarbatov/strava2csv/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241935269,"owners_count":20044826,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["csv","export","strava"],"created_at":"2024-11-15T02:19:39.587Z","updated_at":"2025-03-04T22:43:22.242Z","avatar_url":"https://github.com/evgeniyarbatov.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# strava2csv\n\nConvert Strava archive download to CSV file.\n\nUse [bulk export](https://support.strava.com/hc/en-us/articles/216918437-Exporting-your-Data-and-Bulk-Export#h_01GG58HC4F1BGQ9PQZZVANN6WF) on Strava to download the archive.\n\nRun this on `activities` directory.\n\n## run\n\n```\ngo run main.go \\\n../gpx-data/data/strava/ \\\n~/Downloads/strava2gpx/gpx-file.csv\n```\n## output\n\n```\nTime,ActivityType,Filename,Latitude,Longitude,Elevation,Cadence,Heartrate,Power\n2022-10-01T15:33:08.149Z,Running,8439099964.tcx.gz,1.34324833,103.83843833,6.248,0,104,348\n2022-10-01T15:33:09.149Z,Running,8439099964.tcx.gz,1.343325,103.83849167,6.248,0,103,0\n2022-10-01T15:33:10.149Z,Running,8439099964.tcx.gz,1.34342333,103.83851833,7.315,0,103,192\n2022-10-01T15:33:11.149Z,Running,8439099964.tcx.gz,1.343435,103.838555,7.315,0,102,440\n2022-10-01T15:33:12.149Z,Running,8439099964.tcx.gz,1.34348,103.838655,7.315,0,102,760\n2022-10-01T15:33:13.149Z,Running,8439099964.tcx.gz,1.34352167,103.83875833,7.315,0,103,908\n2022-10-01T15:33:14.149Z,Running,8439099964.tcx.gz,1.34355833,103.838855,7.315,0,103,802\n2022-10-01T15:33:15.149Z,Running,8439099964.tcx.gz,1.34363833,103.83907667,7.315,0,103,570\n2022-10-01T15:33:16.149Z,Running,8439099964.tcx.gz,0,0,7.315,0,103,282\n2022-10-01T15:33:17.149Z,Running,8439099964.tcx.gz,0,0,7.315,0,103,142\n```\n\n## perf\n\nI have 1846 GPX / TCX files exported from Strava.\n\nIt takes 111.17s to process all of them.\n\nThe resulting CSV file is 416MB.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fevgeniyarbatov%2Fstrava2csv","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fevgeniyarbatov%2Fstrava2csv","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fevgeniyarbatov%2Fstrava2csv/lists"}