{"id":15759016,"url":"https://github.com/aoshimash/cs","last_synced_at":"2025-03-31T08:48:33.226Z","repository":{"id":134284641,"uuid":"175163390","full_name":"aoshimash/cs","owner":"aoshimash","description":"Coordinate systems for planetary N-body simulation","archived":false,"fork":false,"pushed_at":"2019-09-08T11:54:16.000Z","size":8,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-02-06T13:29:19.500Z","etag":null,"topics":["astrophysics","cpp","n-body"],"latest_commit_sha":null,"homepage":"","language":"C++","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/aoshimash.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":"2019-03-12T08:07:18.000Z","updated_at":"2023-11-02T04:38:47.000Z","dependencies_parsed_at":null,"dependency_job_id":"b6757fd5-17e2-4437-8afd-953410a10728","html_url":"https://github.com/aoshimash/cs","commit_stats":{"total_commits":4,"total_committers":2,"mean_commits":2.0,"dds":0.25,"last_synced_commit":"032ff77cf053452c3530769669a9583c3e898c11"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aoshimash%2Fcs","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aoshimash%2Fcs/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aoshimash%2Fcs/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aoshimash%2Fcs/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/aoshimash","download_url":"https://codeload.github.com/aoshimash/cs/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246443527,"owners_count":20778247,"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":["astrophysics","cpp","n-body"],"created_at":"2024-10-04T10:02:21.447Z","updated_at":"2025-03-31T08:48:33.175Z","avatar_url":"https://github.com/aoshimash.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"# CS\n\nCoordinate systems library for planetary N-body simulation.\n\n## Usage\n\n### Example\n\nConvert Orbital Elements to Cartesian Coordinates\n\n```cpp\n// Arrange containers to store results\nvector\u003cvalarray\u003cdouble\u003e\u003e pos(3, valarray\u003cdouble\u003e(3));\nvector\u003cvalarray\u003cdouble\u003e\u003e vel(3, valarray\u003cdouble\u003e(3));\n\n// Convert orbital elements to cartesian coordinates\ncs::ConvertOelemToCartesian(mass, oelems, \u0026pos, \u0026vel);\n```\n\nConvert Cartesian Coordinates to Orbital Elements\n\n``` cpp\nauto oelems = cs::ConvertCartesianToOelem(mass, pos, vel);\n```\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faoshimash%2Fcs","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Faoshimash%2Fcs","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faoshimash%2Fcs/lists"}