nominatim-db


Namenominatim-db JSON
Version 4.4.99.dev1 PyPI version JSON
download
home_pageNone
SummaryA tool for building a database of OpenStreetMap for geocoding and for searching the database. Database backend.
upload_time2024-06-28 08:49:41
maintainerNone
docs_urlNone
authorNone
requires_python>=3.7
licenseNone
keywords openstreetmap geocoding search
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # 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](https://osm2pgsql.org/) (>=1.8) for reading
OSM data and [PostgreSQL](https://www.postgresql.org/) to store the data.

On Ubuntu (>=23.04) and Debian (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 planet-project

Download an appropriate data extract, for example from
[Geofabrik](https://download.geofabrik.de/) 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

The documentation of the latest development version is in the
`docs/` subdirectory. A HTML version can be found at
https://nominatim.org/release-docs/develop/ .

## License

The source code is available under a GPLv3 license.

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "nominatim-db",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.7",
    "maintainer_email": "Sarah Hoffmann <lonvia@denofr.de>",
    "keywords": "OpenStreetMap, geocoding, search",
    "author": null,
    "author_email": null,
    "download_url": "https://files.pythonhosted.org/packages/4b/98/75a117319fcafdd3dc6c88772a550d5519a2e9f724a8f41db39696552ae7/nominatim_db-4.4.99.dev1.tar.gz",
    "platform": null,
    "description": "# Nominatim - DB Backend\n\nNominatim is a tool to search OpenStreetMap data\nby name and address (geocoding) and to generate synthetic addresses of\nOSM points (reverse geocoding).\n\nThis module implements the database backend for Nominatim and the\ncommand-line tool for importing and maintaining the database.\n\n## Installation\n\n### Prerequisites\n\nNominatim requires [osm2pgsql](https://osm2pgsql.org/) (>=1.8) for reading\nOSM data and [PostgreSQL](https://www.postgresql.org/) to store the data.\n\nOn Ubuntu (>=23.04) and Debian (using backports), you can install them with:\n\n    sudo apt-get install osm2pgsql postgresql-postgis\n\n### Installation from pypi\n\nTo install Nominatim from pypi, run:\n\n    pip install nominatim-db\n\n\n## Quick start\n\nFirst create a project directory for your new Nominatim database, which\nis the space for additional configuration and customization:\n\n    mkdir planet-project\n\nDownload an appropriate data extract, for example from\n[Geofabrik](https://download.geofabrik.de/) and import the file:\n\n    nominatim import --osm-file <downlaoded-osm-data.pbf>\n\nYou will need to install the 'nominatim-api' package to query the\ndatabase.\n\n## Documentation\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\n## License\n\nThe source code is available under a GPLv3 license.\n",
    "bugtrack_url": null,
    "license": null,
    "summary": "A tool for building a database of OpenStreetMap for geocoding and for searching the database. Database backend.",
    "version": "4.4.99.dev1",
    "project_urls": {
        "Documentation": "https://nominatim.org/release-docs/latest/",
        "Homepage": "https://nominatim.org",
        "Issues": "https://github.com/osm-search/Nominatim/issues"
    },
    "split_keywords": [
        "openstreetmap",
        " geocoding",
        " search"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "1b614d4f508e926bf9c0c5c0ec2cc32e33bb65631d6631e60611722b80b77d58",
                "md5": "fa4e100d56a5811f1ec48a979d8f7f95",
                "sha256": "5302379ce1391170775dabc467ac45684293af1ed6e667b1896c2396deef6850"
            },
            "downloads": -1,
            "filename": "nominatim_db-4.4.99.dev1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "fa4e100d56a5811f1ec48a979d8f7f95",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.7",
            "size": 42762470,
            "upload_time": "2024-06-28T08:49:02",
            "upload_time_iso_8601": "2024-06-28T08:49:02.285848Z",
            "url": "https://files.pythonhosted.org/packages/1b/61/4d4f508e926bf9c0c5c0ec2cc32e33bb65631d6631e60611722b80b77d58/nominatim_db-4.4.99.dev1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "4b9875a117319fcafdd3dc6c88772a550d5519a2e9f724a8f41db39696552ae7",
                "md5": "7d09be1ef9e0ff01b377f0414957e275",
                "sha256": "19342a93e62992cd4b3e6d1c404005793037cc44fff19511668220b9622c7f54"
            },
            "downloads": -1,
            "filename": "nominatim_db-4.4.99.dev1.tar.gz",
            "has_sig": false,
            "md5_digest": "7d09be1ef9e0ff01b377f0414957e275",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.7",
            "size": 42573979,
            "upload_time": "2024-06-28T08:49:41",
            "upload_time_iso_8601": "2024-06-28T08:49:41.377949Z",
            "url": "https://files.pythonhosted.org/packages/4b/98/75a117319fcafdd3dc6c88772a550d5519a2e9f724a8f41db39696552ae7/nominatim_db-4.4.99.dev1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-06-28 08:49:41",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "osm-search",
    "github_project": "Nominatim",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "nominatim-db"
}
        
Elapsed time: 0.27029s