{"id":36670936,"url":"https://github.com/cprosche/tle","last_synced_at":"2026-01-12T10:40:43.043Z","repository":{"id":268492436,"uuid":"904507761","full_name":"cprosche/tle","owner":"cprosche","description":"TLE handling package for Go. This is a fairly simple package and shouldn't need frequent releases.","archived":false,"fork":false,"pushed_at":"2025-02-16T14:47:24.000Z","size":44,"stargazers_count":1,"open_issues_count":5,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-09-03T06:59:31.030Z","etag":null,"topics":["iss","orbit","orbital-mechanics","space","spaceflight","tle"],"latest_commit_sha":null,"homepage":"","language":"Go","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/cprosche.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}},"created_at":"2024-12-17T03:06:21.000Z","updated_at":"2025-02-16T14:11:36.000Z","dependencies_parsed_at":null,"dependency_job_id":"38148ca3-3b1c-4ebc-9df4-de222f114c98","html_url":"https://github.com/cprosche/tle","commit_stats":null,"previous_names":["cprosche/tle"],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/cprosche/tle","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cprosche%2Ftle","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cprosche%2Ftle/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cprosche%2Ftle/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cprosche%2Ftle/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/cprosche","download_url":"https://codeload.github.com/cprosche/tle/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cprosche%2Ftle/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28338787,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-12T10:40:25.642Z","status":"ssl_error","status_checked_at":"2026-01-12T10:39:27.820Z","response_time":98,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: 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":["iss","orbit","orbital-mechanics","space","spaceflight","tle"],"created_at":"2026-01-12T10:40:42.195Z","updated_at":"2026-01-12T10:40:43.033Z","avatar_url":"https://github.com/cprosche.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# tle\n\n[![Go Reference](https://pkg.go.dev/badge/github.com/cprosche/tle.svg)](https://pkg.go.dev/github.com/cprosche/tle)\n\nA TLE handling package for Go\n\n## Installation\n\nTo use the package, run:\n\n```bash\ngo get github.com/cprosche/tle\n```\n\n## Features\n\n- Provides TLE type\n- Parses TLEs and 3LEs\n- Validates checksums\n- Supports Alpha 5 format\n\n## Example\n\n```go\npackage main\n\nimport (\n    \"fmt\"\n    \"github.com/cprosche/tle\"\n)\n\nfunc main() {\n    tleStr := `ISS (ZARYA)\n1 25544U 98067A   21293.61892701  .00000913  00000-0  26179-4 0  9991\n2 25544  51.6443  88.9783 0004266  35.1673  33.6829 15.48976801304895`\n\n    tle, err := tle.Parse(tleStr)\n    if err != nil {\n        fmt.Println(err)\n        return\n    }\n\n    fmt.Println(tle)\n}\n```\n\n## What is a TLE (or 2LE or 3LE)?\n\n\u003e **TLE or 2LE**: Two-Line Element Set\n\n\u003e **3LE**: Three-Line Element Set\n\nTLEs are used to describe the orbits of Earth-orbiting objects. They are used by the United States Department of Defense to track objects in orbit.\n\nRecent TLEs for most objects can be found at the following websites:\n\n- [Space-Track](https://www.space-track.org/)\n- [Celestrak](https://www.celestrak.com/)\n- [N2YO](https://www.n2yo.com/)\n\n## Technical References\n\n- https://www.space-track.org/documentation#tle\n- https://en.wikipedia.org/wiki/Two-line_element_set\n\n## License\n\nThis package is licensed under the MIT license. See the LICENSE file for more information.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcprosche%2Ftle","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcprosche%2Ftle","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcprosche%2Ftle/lists"}