{"id":17658832,"url":"https://github.com/volfpeter/great-circle-distance","last_synced_at":"2025-09-06T19:44:06.635Z","repository":{"id":138825507,"uuid":"339342091","full_name":"volfpeter/great-circle-distance","owner":"volfpeter","description":"Simple great circle distance calculation package","archived":false,"fork":false,"pushed_at":"2025-05-07T10:24:28.000Z","size":14,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-05-07T11:30:24.363Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Python","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/volfpeter.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":"2021-02-16T09:12:57.000Z","updated_at":"2025-05-07T10:24:31.000Z","dependencies_parsed_at":null,"dependency_job_id":"9c9fb19d-406a-454c-91ed-74f0ebd16e85","html_url":"https://github.com/volfpeter/great-circle-distance","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/volfpeter/great-circle-distance","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/volfpeter%2Fgreat-circle-distance","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/volfpeter%2Fgreat-circle-distance/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/volfpeter%2Fgreat-circle-distance/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/volfpeter%2Fgreat-circle-distance/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/volfpeter","download_url":"https://codeload.github.com/volfpeter/great-circle-distance/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/volfpeter%2Fgreat-circle-distance/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":273955632,"owners_count":25197579,"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-09-06T02:00:13.247Z","response_time":2576,"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-23T15:43:25.569Z","updated_at":"2025-09-06T19:44:06.591Z","avatar_url":"https://github.com/volfpeter.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"[![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black)\n[![Checked with mypy](http://www.mypy-lang.org/static/mypy_badge.svg)](http://mypy-lang.org/)\n\n# Great circle distance\n\nSimple great circle distance calculation package\n\n## Usage\n\n```python\nfrom great_circle_distance import PlanetRadius, great_circle_distance\n\nstonehenge = (51.178939, -1.825941)\ngreat_pyramid_of_giza = (29.979123, 31.134234)\n\nprint(\n    \"Distance between Stonehenge and the Great Pyramid of Giza is \"\n    f\"{great_circle_distance(stonehenge, great_pyramid_of_giza)} kilometers or \"\n    f\"{great_circle_distance(stonehenge, great_pyramid_of_giza, radius=PlanetRadius.earth_mi)} miles.\"\n)\n```\n\n## Installation\n\nPip: `pip install git+https://github.com/volfpeter/great-circle-distance.git#egg=great-circle-distance`\n\nPipenv: `pipenv install git+https://github.com/volfpeter/great-circle-distance.git#egg=great-circle-distance`\n\n## License - MIT\n\nThe library is open-sourced under the conditions of the MIT [license](https://choosealicense.com/licenses/mit/).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvolfpeter%2Fgreat-circle-distance","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fvolfpeter%2Fgreat-circle-distance","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvolfpeter%2Fgreat-circle-distance/lists"}