{"id":19273028,"url":"https://github.com/fluttercandies/coordtransform","last_synced_at":"2025-07-04T00:05:12.492Z","repository":{"id":46066533,"uuid":"371955874","full_name":"fluttercandies/coordtransform","owner":"fluttercandies","description":"A coord transform tool. 提供百度坐标系(BD-09)、火星坐标系(国测局坐标系、GCJ02)、WGS84坐标系的相互转换。","archived":false,"fork":false,"pushed_at":"2024-06-24T09:20:26.000Z","size":186,"stargazers_count":15,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-07-04T00:03:13.127Z","etag":null,"topics":["bd09","coord","gcj02","transform","wgs84"],"latest_commit_sha":null,"homepage":"","language":"Dart","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/fluttercandies.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":"CODEOWNERS","security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2021-05-29T11:30:26.000Z","updated_at":"2025-04-04T04:07:21.000Z","dependencies_parsed_at":"2024-11-09T20:40:16.006Z","dependency_job_id":"8363dfd2-afbf-4e15-82d9-49ead487c457","html_url":"https://github.com/fluttercandies/coordtransform","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/fluttercandies/coordtransform","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluttercandies%2Fcoordtransform","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluttercandies%2Fcoordtransform/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluttercandies%2Fcoordtransform/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluttercandies%2Fcoordtransform/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/fluttercandies","download_url":"https://codeload.github.com/fluttercandies/coordtransform/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluttercandies%2Fcoordtransform/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":263421886,"owners_count":23464046,"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":["bd09","coord","gcj02","transform","wgs84"],"created_at":"2024-11-09T20:40:10.485Z","updated_at":"2025-07-04T00:05:12.436Z","avatar_url":"https://github.com/fluttercandies.png","language":"Dart","funding_links":[],"categories":[],"sub_categories":[],"readme":"# coordtransform\n\nCoord transform tool\n\n提供百度坐标系(BD-09)、火星坐标系(国测局坐标系、GCJ02)、WGS84坐标系的相互转换。\n\n## Getting Started\n```dart\n    CoordResult result;\n    result = CoordTransform.transformBD09toGCJ02(116.404, 39.915);\n    print(\"BD09toGCJ02 ${result.lon} ${result.lat}\");\n    result = CoordTransform.transformGCJ02toBD09(116.404, 39.915);\n    print(\"GCJ02toBD09 ${result.lon} ${result.lat}\");\n    result = CoordTransform.transformWGS84toGCJ02(116.404, 39.915);\n    print(\"WGS84toGCJ02 ${result.lon} ${result.lat}\");\n    result = CoordTransform.transformGCJ02toWGS84(116.404, 39.915);\n    print(\"GCJ02toWGS84 ${result.lon} ${result.lat}\");\n    result = CoordTransform.transformBD09toWGS84(116.404, 39.915);\n    print(\"BD09toWGS84 ${result.lon} ${result.lat}\");\n    result = CoordTransform.transformWGS84toBD09(116.404, 39.915);\n    print(\"WGS84toBD09 ${result.lon} ${result.lat}\");\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffluttercandies%2Fcoordtransform","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffluttercandies%2Fcoordtransform","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffluttercandies%2Fcoordtransform/lists"}