A tool for building a database of OpenStreetMap for geocoding and for searching the database. Database backend.
Project description
Nominatim - DB Backend
Nominatim is a tool to search OpenStreetMap data by name and address (geocoding) and to generate synthetic addresses of OSM points (reverse geocoding).
This module implements the database backend for Nominatim and the command-line tool for importing and maintaining the database.
Installation
Prerequisites
Nominatim requires osm2pgsql (>=1.8) for reading OSM data and PostgreSQL (>=9.6) to store the data.
On Ubuntu (>=23.04) and Debian (when using backports), you can install them with:
sudo apt-get install osm2pgsql postgresql-postgis
Installation from pypi
To install Nominatim from pypi, run:
pip install nominatim-db
Quick start
First create a project directory for your new Nominatim database, which is the space for additional configuration and customization:
mkdir nominatim-project
Make sure you run all nominatim commands from within the project directory:
cd nominatim-project
Download an appropriate data extract, for example from Geofabrik and import the file:
nominatim import --osm-file <downlaoded-osm-data.pbf>
You will need to install the nominatim-api
package to query the database.
Documentation
A HTML version of the documentation can be found at https://nominatim.org/release-docs/latest/ .
License
The source code is available under a GPLv3 license.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file nominatim_db-4.5.0.tar.gz
.
File metadata
- Download URL: nominatim_db-4.5.0.tar.gz
- Upload date:
- Size: 15.1 MB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.0 CPython/3.11.2
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 05faa2bb86edaf8b040786bf32773960af7a067a4487a9e8077dcfe3b6f495eb |
|
MD5 | f79572202d0138caaf499d166001b4ce |
|
BLAKE2b-256 | d0823e54c5af1803028e35ac568b98f161081659ff8dcee7b6db3236275eacaa |
File details
Details for the file nominatim_db-4.5.0-py3-none-any.whl
.
File metadata
- Download URL: nominatim_db-4.5.0-py3-none-any.whl
- Upload date:
- Size: 15.3 MB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.0 CPython/3.11.2
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 23221e5b3762823472dd0906e1309853230442a9da0c367c70479843ef53392d |
|
MD5 | bb32e85083f9447b626fb95197b02d28 |
|
BLAKE2b-256 | 9eb0f19571fba3882d9854a895be331914b9b6a4a98c7080e6802c18ff1a00ab |