{"id":17272611,"url":"https://github.com/rubyist/guppy","last_synced_at":"2025-10-29T08:02:15.734Z","repository":{"id":486800,"uuid":"112841","full_name":"rubyist/guppy","owner":"rubyist","description":"Ruby lib to parse tcx and gpx files from GPS devices","archived":false,"fork":false,"pushed_at":"2009-10-29T13:29:21.000Z","size":109,"stargazers_count":32,"open_issues_count":0,"forks_count":9,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-04-14T08:21:42.140Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Ruby","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/rubyist.png","metadata":{"files":{"readme":"README.rdoc","changelog":null,"contributing":null,"funding":null,"license":"MIT-LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2009-01-22T22:25:10.000Z","updated_at":"2020-10-08T16:14:43.000Z","dependencies_parsed_at":"2022-07-20T15:18:08.850Z","dependency_job_id":null,"html_url":"https://github.com/rubyist/guppy","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/rubyist/guppy","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rubyist%2Fguppy","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rubyist%2Fguppy/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rubyist%2Fguppy/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rubyist%2Fguppy/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rubyist","download_url":"https://codeload.github.com/rubyist/guppy/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rubyist%2Fguppy/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":268198069,"owners_count":24211811,"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","status":"online","status_checked_at":"2025-08-01T02:00:08.611Z","response_time":67,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":[],"created_at":"2024-10-15T08:49:02.438Z","updated_at":"2025-10-29T08:02:15.608Z","avatar_url":"https://github.com/rubyist.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"= Guppy - Ruby library for handling tcx files\n\nThis library provides a set of classes for working with tcx and gpx\ndumps from GPS devices such as the Garmin Forerunner 305.\n\n== Examples\n  db = Guppy::Db.open('foo.tcx')\n  db.activities.each do |activity|\n    puts activity.date\n  end\n\n  run = db.activity('2009-01-12T19:28:18Z')\n  run.laps.each do |lap|\n    puts \"Lap Time: #{lap.time}\"\n    puts \"Lap Distance: #{lap.distance}\"\n    puts \"Lap Calories: #{lap.calories}\"\n    lap.track_points.each do |track_point|\n      puts \"#{track_point.latitude} #{track_point.longitude}\"\n    end\n  end\n\n\n== TODO\n\n* Get aggregated pace and heart rate signals for an activity\n* Make it faster and avoid re-parsing the db in some instances\n* A nicer way to find a specific activity\n\n= Other Stuff\n\nAuthor::  Scott Barron \u003cscott at elitists dot net\u003e\nLicense:: Copyright 2009 by Scott Barron.\n          Released under an MIT-style license.  See the MIT-LICENSE\n          file included in the distribution.\nGitHub::  http://github.com/rubyist/guppy/tree/master\n\n== Warranty\n\nThis software is provided \"as is\" and without any express or implied\nwarranties, including, without limitation, the implied warranties of\nmerchantibility and fitness for a particular purpose.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frubyist%2Fguppy","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frubyist%2Fguppy","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frubyist%2Fguppy/lists"}