{"id":38611257,"url":"https://github.com/c2corg/fit-parser-extract-geometry","last_synced_at":"2026-01-20T16:58:07.245Z","repository":{"id":61678563,"uuid":"553415426","full_name":"c2corg/fit-parser-extract-geometry","owner":"c2corg","description":"Basic FIT parser that only focuses on extracting geometry from activities","archived":false,"fork":false,"pushed_at":"2025-09-04T11:38:09.000Z","size":1508,"stargazers_count":0,"open_issues_count":1,"forks_count":0,"subscribers_count":5,"default_branch":"main","last_synced_at":"2025-09-04T12:30:20.372Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"TypeScript","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/c2corg.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2022-10-18T07:18:57.000Z","updated_at":"2025-09-04T11:38:05.000Z","dependencies_parsed_at":"2024-03-07T14:26:11.397Z","dependency_job_id":"3434bb3b-4cff-42a9-a411-c042e88a6705","html_url":"https://github.com/c2corg/fit-parser-extract-geometry","commit_stats":{"total_commits":124,"total_committers":4,"mean_commits":31.0,"dds":0.06451612903225812,"last_synced_commit":"7a44f56df659254b66893c7bcd4adcf82ff0b9a5"},"previous_names":[],"tags_count":4,"template":false,"template_full_name":null,"purl":"pkg:github/c2corg/fit-parser-extract-geometry","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/c2corg%2Ffit-parser-extract-geometry","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/c2corg%2Ffit-parser-extract-geometry/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/c2corg%2Ffit-parser-extract-geometry/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/c2corg%2Ffit-parser-extract-geometry/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/c2corg","download_url":"https://codeload.github.com/c2corg/fit-parser-extract-geometry/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/c2corg%2Ffit-parser-extract-geometry/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28504460,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-17T06:57:29.758Z","status":"ssl_error","status_checked_at":"2026-01-17T06:56:03.931Z","response_time":85,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":"2026-01-17T08:44:50.407Z","updated_at":"2026-01-17T08:44:51.092Z","avatar_url":"https://github.com/c2corg.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# fit-parser-extract-geometry\n\n[![GitHub license](https://img.shields.io/github/license/c2corg/fit-parser-extract-geometry.svg)](https://github.com/c2corg/fit-parser-extract-geometry/blob/main/LICENSE) ![Continuous integration](https://github.com/c2corg/fit-parser-extract-geometry/workflows/Continuous%20integration/badge.svg?branch=main) ![Github Code scanning](https://github.com/c2corg/fit-parser-extract-geometry/workflows/Github%20Code%20scanning/badge.svg?branch=main) [![Codacy Badge](https://app.codacy.com/project/badge/Grade/937c8b91d70d4e03bb372a9b029ce166)](https://www.codacy.com/gh/c2corg/fit-parser-extract-geometry/dashboard?utm_source=github.com\u0026amp;utm_medium=referral\u0026amp;utm_content=c2corg/fit-parser-extract-geometry\u0026amp;utm_campaign=Badge_Grade) [![Codacy Badge](https://app.codacy.com/project/badge/Coverage/937c8b91d70d4e03bb372a9b029ce166)](https://www.codacy.com/gh/c2corg/fit-parser-extract-geometry/dashboard?utm_source=github.com\u0026utm_medium=referral\u0026utm_content=c2corg/fit-parser-extract-geometry\u0026utm_campaign=Badge_Coverage)\n\nBasic FIT parser that only focuses on extracting geometry from activities\n\n## Installation\n\n```sh\nnpm install @c2corg/fit-parser-extract-geometry\n```\n\n## Usage\n\n```ts\nimport { extractGeometry } from '@c2corg/fit-parser-extract-geometry';\n\nconst bytes = [0x0E, 0x10, 0xD9, 0x07, 0x00, 0x00, 0x00, 0x00, 0x2E, 0x46, 0x49, 0x54, 0x91, 0x33, 0x00, 0x00];\nconst geometry = extractGeometry(new Uint8Array(bytes));\n```\n\nWhen an error is encountered, the parser stops silently and returns the coordinates already processed. Set `DEBUG` environment variable to `fit-parser-extract-geometry` to enable error messages ([more info](https://github.com/debug-js/debug)).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fc2corg%2Ffit-parser-extract-geometry","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fc2corg%2Ffit-parser-extract-geometry","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fc2corg%2Ffit-parser-extract-geometry/lists"}