{"id":36532332,"url":"https://github.com/vectorhacker/go.geohash","last_synced_at":"2026-01-12T03:02:33.068Z","repository":{"id":57608455,"uuid":"91841237","full_name":"vectorhacker/go.geohash","owner":"vectorhacker","description":" geohash is a simple implementation of the Public Domain Geohash algorithm. It represents the hashes using boxes which contain the resulting hashes and can reverse the box, using the geohash and the precision to recreate it at.","archived":false,"fork":false,"pushed_at":"2019-08-12T10:45:57.000Z","size":8,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2024-06-20T08:13:08.569Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Go","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/vectorhacker.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2017-05-19T20:02:30.000Z","updated_at":"2019-08-12T10:45:53.000Z","dependencies_parsed_at":"2022-09-03T10:01:34.146Z","dependency_job_id":null,"html_url":"https://github.com/vectorhacker/go.geohash","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/vectorhacker/go.geohash","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vectorhacker%2Fgo.geohash","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vectorhacker%2Fgo.geohash/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vectorhacker%2Fgo.geohash/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vectorhacker%2Fgo.geohash/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/vectorhacker","download_url":"https://codeload.github.com/vectorhacker/go.geohash/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vectorhacker%2Fgo.geohash/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28332845,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-12T00:36:25.062Z","status":"online","status_checked_at":"2026-01-12T02:00:08.677Z","response_time":98,"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":"2026-01-12T03:02:33.014Z","updated_at":"2026-01-12T03:02:33.063Z","avatar_url":"https://github.com/vectorhacker.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"GeoHash Algororithm in Go\n=====\n\nExample\n\n```go\npackage main\n\nimport \"github.com/vectorhacker/go.geohash\"\n\nfunc main() {\n  box := geohash.Encode(46.7666, -101.4650, 0) // 0 is the same as full presicion\n\n  boxes := box.Neighbors()\n\n  boxesBoxes := boxes[0].Neighbors()\n\n\n  // ....\n\n  box1 := geohash.Decode(\"c8rf51e7n\", 12)\n  box1.Neighbors()\n\n  // ...\n}\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvectorhacker%2Fgo.geohash","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fvectorhacker%2Fgo.geohash","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvectorhacker%2Fgo.geohash/lists"}