{"id":16937530,"url":"https://github.com/yageek/lambert-dart","last_synced_at":"2025-10-09T21:38:21.958Z","repository":{"id":56833695,"uuid":"50053119","full_name":"yageek/lambert-dart","owner":"yageek","description":":earth_africa: lambert-dart is a library helping to convert Lambert coordinates to WGS84.","archived":false,"fork":false,"pushed_at":"2021-04-21T12:15:35.000Z","size":14,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-06-06T10:08:57.324Z","etag":null,"topics":["coordinates","dart","lambert","wgs84"],"latest_commit_sha":null,"homepage":"","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/yageek.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","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":"2016-01-20T19:04:35.000Z","updated_at":"2025-01-14T21:27:14.000Z","dependencies_parsed_at":"2022-09-10T04:15:11.162Z","dependency_job_id":null,"html_url":"https://github.com/yageek/lambert-dart","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/yageek/lambert-dart","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yageek%2Flambert-dart","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yageek%2Flambert-dart/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yageek%2Flambert-dart/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yageek%2Flambert-dart/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/yageek","download_url":"https://codeload.github.com/yageek/lambert-dart/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yageek%2Flambert-dart/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279002053,"owners_count":26083286,"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-10-09T02:00:07.460Z","response_time":59,"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":["coordinates","dart","lambert","wgs84"],"created_at":"2024-10-13T20:59:43.091Z","updated_at":"2025-10-09T21:38:21.941Z","avatar_url":"https://github.com/yageek.png","language":"Dart","funding_links":[],"categories":[],"sub_categories":[],"readme":"This package helps to convert geographical point from a Lambert coordinate system \nto the WGS84 coordinate system.\n\n## Usage\n\n```dart\nimport 'package:lambert/lambert.dart';\n\nmain() {\n  var point = Point(668832.5384,6950138.7285,0.0);\n  var result = point.convert(Zone.L93).degree();\n\n  print(\"WGS84 Lat: ${result.y} Lon:${result.x}\");\n}\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyageek%2Flambert-dart","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fyageek%2Flambert-dart","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyageek%2Flambert-dart/lists"}