{"id":18402540,"url":"https://github.com/wingkwong/geodesy","last_synced_at":"2025-08-23T06:04:07.072Z","repository":{"id":53151564,"uuid":"166383421","full_name":"wingkwong/geodesy","owner":"wingkwong","description":"A Dart library for geodesic and trigonometric calculations working with points and paths","archived":false,"fork":false,"pushed_at":"2025-04-15T19:06:18.000Z","size":117,"stargazers_count":52,"open_issues_count":2,"forks_count":10,"subscribers_count":3,"default_branch":"develop","last_synced_at":"2025-05-19T07:05:16.729Z","etag":null,"topics":["bearing","coordinate","dart","distance","distance-calculation","geodesy","geodesy-functions","geodetic-point","geography","geometry","hacktoberfest","latitude-and-longitude","trigonometric-calculation"],"latest_commit_sha":null,"homepage":"https://pub.dartlang.org/packages/geodesy","language":"Dart","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/wingkwong.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","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},"funding":{"github":"wingkwong","patreon":null,"open_collective":null,"ko_fi":null,"tidelift":null,"community_bridge":null,"liberapay":null,"issuehunt":null,"otechie":null,"lfx_crowdfunding":null,"custom":null}},"created_at":"2019-01-18T09:55:08.000Z","updated_at":"2025-01-03T19:49:45.000Z","dependencies_parsed_at":"2024-12-16T18:30:39.802Z","dependency_job_id":"14f64f25-14e3-491c-9bab-6f51dd1b1c10","html_url":"https://github.com/wingkwong/geodesy","commit_stats":{"total_commits":103,"total_committers":6,"mean_commits":"17.166666666666668","dds":"0.23300970873786409","last_synced_commit":"78b4cbb36cd247294e40e8df9a6ffc1aec9985b0"},"previous_names":[],"tags_count":12,"template":false,"template_full_name":null,"purl":"pkg:github/wingkwong/geodesy","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wingkwong%2Fgeodesy","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wingkwong%2Fgeodesy/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wingkwong%2Fgeodesy/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wingkwong%2Fgeodesy/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/wingkwong","download_url":"https://codeload.github.com/wingkwong/geodesy/tar.gz/refs/heads/develop","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wingkwong%2Fgeodesy/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":271745660,"owners_count":24813515,"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-08-23T02:00:09.327Z","response_time":69,"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":["bearing","coordinate","dart","distance","distance-calculation","geodesy","geodesy-functions","geodetic-point","geography","geometry","hacktoberfest","latitude-and-longitude","trigonometric-calculation"],"created_at":"2024-11-06T02:42:47.253Z","updated_at":"2025-08-23T06:04:07.015Z","avatar_url":"https://github.com/wingkwong.png","language":"Dart","funding_links":["https://github.com/sponsors/wingkwong"],"categories":[],"sub_categories":[],"readme":"# Geodesy\n\n[![pub package](https://img.shields.io/pub/v/geodesy.svg)](https://pub.dartlang.org/packages/geodesy)\n\n## About\n\nA Dart library for implementing geodesic and trigonometric calculations based on a spherical Earth model for working with points and paths such as distances, bearings and destinations.\n\n## How to Use Geodesy\n\n### Commands\n\n#### For Dart\n\n```dart\ndart pub add geodesy\n```\n\n#### For Flutter\n\n```dart\nflutter pub add geodesy\n```\n\n### Import Geodesy\n\n```dart\nimport 'package:geodesy/geodesy.dart';\n```\n\n## Class\n\nThe `Geodesy` class provides a collection of methods for performing various geodetic calculations, including distance calculations, point intersections, and more. This class is designed to work with geographical coordinates in the form of latitude and longitude.\n\nPlease see the [Usage](doc/CLASS.md) and [Example](example/class_example.dart).\n\n## Static Methods\n\nStatic methods are available without using `Geodesy` instance.\n\nPlease see the [Usage](doc/METHODS.md) and [Example](example/static_example.dart).\n\n## License\n\nThis project is licensed under [MIT](./LICENSE).\n\n## Contributors\n\nThank you for your contributions! We appreciate all the contributions from the community.\n\n\u003ca href=\"https://github.com/wingkwong/geodesy/graphs/contributors\"\u003e\n  \u003cimg src=\"https://contrib.rocks/image?repo=wingkwong/geodesy\" /\u003e\n\u003c/a\u003e","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwingkwong%2Fgeodesy","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwingkwong%2Fgeodesy","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwingkwong%2Fgeodesy/lists"}