{"id":17972984,"url":"https://github.com/gi0baro/geohashr","last_synced_at":"2026-03-10T20:31:08.568Z","repository":{"id":180474492,"uuid":"665203800","full_name":"gi0baro/geohashr","owner":"gi0baro","description":"Just another Python geohashing library","archived":false,"fork":false,"pushed_at":"2025-05-28T22:42:06.000Z","size":39,"stargazers_count":9,"open_issues_count":0,"forks_count":3,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-10-29T07:36:25.979Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-3-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/gi0baro.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","license":"LICENSE","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,"zenodo":null},"funding":{"github":["gi0baro"]}},"created_at":"2023-07-11T17:07:13.000Z","updated_at":"2025-10-28T02:28:28.000Z","dependencies_parsed_at":null,"dependency_job_id":"a0ec11d8-d42e-4467-93d4-adf291123934","html_url":"https://github.com/gi0baro/geohashr","commit_stats":null,"previous_names":["gi0baro/geohashr"],"tags_count":8,"template":false,"template_full_name":null,"purl":"pkg:github/gi0baro/geohashr","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gi0baro%2Fgeohashr","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gi0baro%2Fgeohashr/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gi0baro%2Fgeohashr/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gi0baro%2Fgeohashr/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/gi0baro","download_url":"https://codeload.github.com/gi0baro/geohashr/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gi0baro%2Fgeohashr/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30352875,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-10T15:55:29.454Z","status":"ssl_error","status_checked_at":"2026-03-10T15:54:58.440Z","response_time":106,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5: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-10-29T16:26:46.513Z","updated_at":"2026-03-10T20:31:08.549Z","avatar_url":"https://github.com/gi0baro.png","language":"Python","funding_links":["https://github.com/sponsors/gi0baro"],"categories":["Utilities"],"sub_categories":[],"readme":"# Geohashr\n\n*Just another Python geohashing library.*\n\n## In a nutshell\n\n```python\nimport geohashr\n\ngeohashr.encode(45.464664, 9.188540)\n# 'u0nd9hdfue8h'\n\ngeohashr.decode('u0nd9hdfue8h')\n# (45.46466396190226, 9.188540149480104)\n\ngeohashr.decode_exact('u0nd9hd')\n# (45.46485900878906, 9.188003540039062, 0.0006866455078125, 0.0006866455078125)\n\ngeohashr.bbox('u0nd9hdfue8h')\n# {\n#     'e': 9.188540317118168,\n#     's': 45.46466387808323,\n#     'w': 9.188539981842041,\n#     'n': 45.46466404572129\n# }\n\ngeohashr.neighbors('u0nd9hdfue8h')\n# {\n#     'e': 'u0nd9hdfue8k',\n#     'n': 'u0nd9hdfue8j',\n#     'ne': 'u0nd9hdfue8m',\n#     'nw': 'u0nd9hdfu7xv',\n#     's': 'u0nd9hdfue85',\n#     'se': 'u0nd9hdfue87',\n#     'sw': 'u0nd9hdfu7xg',\n#     'w': 'u0nd9hdfu7xu'\n# }\n\ngeohashr.neighbor('u0nd9hdfue8h', 'e')\n# 'u0nd9hdfue8k'\n```\n\n## License\n\nGeohashr is released under the BSD License.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgi0baro%2Fgeohashr","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgi0baro%2Fgeohashr","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgi0baro%2Fgeohashr/lists"}