{"id":15039497,"url":"https://github.com/osm-search/nominatim","last_synced_at":"2025-05-11T03:37:25.558Z","repository":{"id":2625142,"uuid":"3610486","full_name":"osm-search/Nominatim","owner":"osm-search","description":"Open Source search based on OpenStreetMap data","archived":false,"fork":false,"pushed_at":"2025-04-30T08:45:37.000Z","size":161940,"stargazers_count":3517,"open_issues_count":100,"forks_count":750,"subscribers_count":95,"default_branch":"master","last_synced_at":"2025-05-08T23:44:26.789Z","etag":null,"topics":["geocoding","openstreetmap","osm"],"latest_commit_sha":null,"homepage":"https://nominatim.org","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/osm-search.png","metadata":{"files":{"readme":"README.md","changelog":"ChangeLog","contributing":"CONTRIBUTING.md","funding":".github/FUNDING.yml","license":"COPYING","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":"SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":"AUTHORS","dei":null,"publiccode":null,"codemeta":null,"zenodo":null},"funding":{"github":"lonvia","custom":"https://nominatim.org/funding/"}},"created_at":"2012-03-03T12:24:39.000Z","updated_at":"2025-05-08T19:30:26.000Z","dependencies_parsed_at":"2023-07-08T09:01:03.845Z","dependency_job_id":"f3a2b2b7-d5ba-4335-a448-1d26613bdd57","html_url":"https://github.com/osm-search/Nominatim","commit_stats":{"total_commits":3346,"total_committers":99,"mean_commits":33.7979797979798,"dds":0.2764494919306635,"last_synced_commit":"a8bedb6ab9ae22ba88f2a85afc7a9021aae283ff"},"previous_names":["openstreetmap/nominatim"],"tags_count":43,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/osm-search%2FNominatim","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/osm-search%2FNominatim/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/osm-search%2FNominatim/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/osm-search%2FNominatim/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/osm-search","download_url":"https://codeload.github.com/osm-search/Nominatim/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":253514436,"owners_count":21920330,"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":["geocoding","openstreetmap","osm"],"created_at":"2024-09-24T20:43:03.359Z","updated_at":"2025-05-11T03:37:25.488Z","avatar_url":"https://github.com/osm-search.png","language":"Python","funding_links":["https://github.com/sponsors/lonvia","https://nominatim.org/funding/"],"categories":[],"sub_categories":[],"readme":"[![Build Status](https://github.com/osm-search/Nominatim/workflows/CI%20Tests/badge.svg)](https://github.com/osm-search/Nominatim/actions?query=workflow%3A%22CI+Tests%22)\n\nNominatim\n=========\n\nNominatim (from the Latin, 'by name') is a tool to search OpenStreetMap data\nby name and address (geocoding) and to generate synthetic addresses of\nOSM points (reverse geocoding). An instance with up-to-date data can be found\nat https://nominatim.openstreetmap.org. Nominatim is also used as one of the\nsources for the Search box on the OpenStreetMap home page.\n\nDocumentation\n=============\n\nThe documentation of the latest development version is in the\n`docs/` subdirectory. A HTML version can be found at\nhttps://nominatim.org/release-docs/develop/ .\n\nInstallation\n============\n\nThe latest stable release can be downloaded from https://nominatim.org.\nThere you can also find [installation instructions for the release](https://nominatim.org/release-docs/latest/admin/Installation), as well as an extensive [Troubleshooting/FAQ section](https://nominatim.org/release-docs/latest/admin/Faq/).\n\n[Detailed installation instructions for current master](https://nominatim.org/release-docs/develop/admin/Installation)\ncan be found at nominatim.org as well.\n\nA quick summary of the necessary steps:\n\n1. Create a Python virtualenv and install the packages:\n\n        python3 -m venv nominatim-venv\n        ./nominatim-venv/bin/pip install packaging/nominatim-{api,db}\n\n2. Create a project directory, get OSM data and import:\n\n        mkdir nominatim-project\n        cd nominatim-project\n        ../nominatim-venv/bin/nominatim import --osm-file \u003cyour planet file\u003e\n\n3. Start the webserver:\n\n        ./nominatim-venv/bin/pip install uvicorn falcon\n        ../nominatim-venv/bin/nominatim serve\n\n\nLicense\n=======\n\nThe Python source code is available under a GPL license version 3 or later.\nThe Lua configuration files for osm2pgsql are released under the\nApache License, Version 2.0. All other files are under a GPLv2 license.\n\n\nContributing\n============\n\nContributions, bug reports and pull requests are welcome. When reporting a\nbug, please use one of the\n[issue templates](https://github.com/osm-search/Nominatim/issues/new/choose)\nand make sure to provide all the information requested. If you are not\nsure if you have really found a bug, please ask for help in the forums\nfirst (see 'Questions' below).\n\nFor details on contributing, have a look at the\n[contribution guide](CONTRIBUTING.md).\n\n\nQuestions and help\n==================\n\nIf you have questions about search results and the OpenStreetMap data\nused in the search, use the [OSM Forum](https://community.openstreetmap.org/).\n\nFor questions, community help and discussions around the software and\nyour own installation of Nominatim, use the\n[Github discussions forum](https://github.com/osm-search/Nominatim/discussions).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fosm-search%2Fnominatim","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fosm-search%2Fnominatim","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fosm-search%2Fnominatim/lists"}