{"id":18249491,"url":"https://github.com/rossengeorgiev/orbits-js","last_synced_at":"2025-04-04T15:32:58.972Z","repository":{"id":17754858,"uuid":"20607506","full_name":"rossengeorgiev/orbits-js","owner":"rossengeorgiev","description":"🛰️ A small library to display satellite orbits from two-line elements with Google Maps API3","archived":false,"fork":false,"pushed_at":"2018-07-09T18:10:29.000Z","size":839,"stargazers_count":21,"open_issues_count":0,"forks_count":5,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-20T15:03:24.326Z","etag":null,"topics":["google-maps-api","javascript","orbits","satellites","tle"],"latest_commit_sha":null,"homepage":"http://rgp.io/orbits-js/","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/rossengeorgiev.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}},"created_at":"2014-06-08T02:29:42.000Z","updated_at":"2025-03-06T02:01:42.000Z","dependencies_parsed_at":"2022-09-04T13:01:49.421Z","dependency_job_id":null,"html_url":"https://github.com/rossengeorgiev/orbits-js","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rossengeorgiev%2Forbits-js","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rossengeorgiev%2Forbits-js/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rossengeorgiev%2Forbits-js/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rossengeorgiev%2Forbits-js/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rossengeorgiev","download_url":"https://codeload.github.com/rossengeorgiev/orbits-js/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247203161,"owners_count":20900927,"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":["google-maps-api","javascript","orbits","satellites","tle"],"created_at":"2024-11-05T09:40:12.166Z","updated_at":"2025-04-04T15:32:53.963Z","avatar_url":"https://github.com/rossengeorgiev.png","language":"JavaScript","readme":"# Orbits.js\n\n![orbits.js preview image](preview.png \"orbits.js preview image\")\n\nA small library to display satellite orbits from two-line elements via Google Maps.\n\n[Live preview](http://rossengeorgiev.github.io/orbits-js/preview.html)\n\n## Example usage\n\n```javascript\nvar myMap = new google.maps.Map(...);\nvar myTLE = new orbits.TLE(tle_text);\nvar mySat = new orbits.Satellite({ map: myMap, tle: myTLE});\n\n// You can also parse a file containing many TLEs\nvar TLE_Array = orbits.util.praseTLE(tle_text);\n```\n## Documentation\n\nExplore the library from [here](http://rossengeorgiev.github.io/orbits-js/).\n\n## Library based on\n\n* [Models for Propagation of NORAD Element Sets](http://www.celestrak.com/NORAD/documentation/spacetrk.pdf)\n*By Felix R. Hoots and Ronald L. Roehrichm, December 1980*\n* [Orbital Coordinate Systems, Part III](http://www.celestrak.com/columns/v02n03/)\n*By Dr. T.S. Kelso*\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frossengeorgiev%2Forbits-js","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frossengeorgiev%2Forbits-js","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frossengeorgiev%2Forbits-js/lists"}