{"id":21201747,"url":"https://github.com/oleander/coordinate-swift","last_synced_at":"2026-04-28T09:32:59.702Z","repository":{"id":66260546,"uuid":"150696904","full_name":"oleander/coordinate-swift","owner":"oleander","description":"A Swift library for handling coordinates","archived":false,"fork":false,"pushed_at":"2019-10-23T20:15:27.000Z","size":7,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2026-02-17T05:09:01.914Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Swift","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/oleander.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":"2018-09-28T06:41:49.000Z","updated_at":"2019-10-24T12:16:25.000Z","dependencies_parsed_at":"2023-06-12T13:00:24.645Z","dependency_job_id":null,"html_url":"https://github.com/oleander/coordinate-swift","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/oleander/coordinate-swift","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/oleander%2Fcoordinate-swift","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/oleander%2Fcoordinate-swift/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/oleander%2Fcoordinate-swift/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/oleander%2Fcoordinate-swift/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/oleander","download_url":"https://codeload.github.com/oleander/coordinate-swift/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/oleander%2Fcoordinate-swift/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32375451,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-28T09:24:15.638Z","status":"ssl_error","status_checked_at":"2026-04-28T09:24:15.071Z","response_time":56,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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-11-20T20:10:50.883Z","updated_at":"2026-04-28T09:32:59.677Z","avatar_url":"https://github.com/oleander.png","language":"Swift","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Coordinate\n\n[![Build Status](https://travis-ci.org/oleander/coordinate-swift.svg?branch=master)](https://travis-ci.org/oleander/coordinate-swift)\n\nA Swift library for handling coordinates.\n\n## Example\n\n``` swift\nlet origin = Coordinate(\n  long: 100.561371,\n  lat: 13.822495\n)\n\nlet target = Coordinate(\n  long: 100.613660,\n  lat: 13.749423\n)\n\norigin.distance(to: target) // 10.0km\n```\n\n## Install\n\n``` swift\n// swift-tools-version: 4.2\nimport PackageDescription\n\nlet package = Package(\n  name: \"YOUR_PROJECT_NAME\",\n  dependencies: [\n    .package(\n      url: \"https://github.com/oleander/coordinate-swift.git\", .branch(\"master\")\n    )\n  ]\n)\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Foleander%2Fcoordinate-swift","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Foleander%2Fcoordinate-swift","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Foleander%2Fcoordinate-swift/lists"}