nominatim-api


Namenominatim-api 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. Search library.
upload_time2024-06-28 08:49:06
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 - Frontend Library

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 library for searching in a Nominatim database
imported with the 'nominatim-db' package.

## Installation

To install the Nominatim API from pypi, run:

    pip install nominatim-api

## Running a Nominatim server

You need falcon or starlette to run Nominatim as a service, as well as
an ASGI-capable server like uvicorn. To install them from pypi run:

    pip install falcon uvicorn

You need to have a Nominatim database imported with the 'nominatim-db'
package. Go to the project directory, then run uvicorn as:

    uvicorn --factory nominatim.server.falcon.server:run_wsgi

## Documentation

The full documentation for the Nominatim library can be found at:
https://nominatim.org/release-docs/develop/library/Getting-Started/

The v1 API of the server is documented at:
https://nominatim.org/release-docs/develop/api/Overview/

## License

The source code is available under a GPLv3 license.

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "nominatim-api",
    "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/54/42/dcc72396e9c7e105bb43bbc4a7fe83fbbfc6d24dc9931d0a0e63d4bd882d/nominatim_api-4.4.99.dev1.tar.gz",
    "platform": null,
    "description": "# Nominatim - Frontend Library\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 library for searching in a Nominatim database\nimported with the 'nominatim-db' package.\n\n## Installation\n\nTo install the Nominatim API from pypi, run:\n\n    pip install nominatim-api\n\n## Running a Nominatim server\n\nYou need falcon or starlette to run Nominatim as a service, as well as\nan ASGI-capable server like uvicorn. To install them from pypi run:\n\n    pip install falcon uvicorn\n\nYou need to have a Nominatim database imported with the 'nominatim-db'\npackage. Go to the project directory, then run uvicorn as:\n\n    uvicorn --factory nominatim.server.falcon.server:run_wsgi\n\n## Documentation\n\nThe full documentation for the Nominatim library can be found at:\nhttps://nominatim.org/release-docs/develop/library/Getting-Started/\n\nThe v1 API of the server is documented at:\nhttps://nominatim.org/release-docs/develop/api/Overview/\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. Search library.",
    "version": "4.4.99.dev1",
    "project_urls": {
        "Homepage": "https://nominatim.org",
        "Issues": "https://github.com/osm-search/Nominatim/issues"
    },
    "split_keywords": [
        "openstreetmap",
        " geocoding",
        " search"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "90b6fce33391d1cef3b6fc5c606bf52a258302cb2643f2912893a2c44fc528cf",
                "md5": "126efe0cd59d87f64edea602c552d216",
                "sha256": "ff1c9939777d176112f86f178369f052f4801702588741e1f8844bdfc79c1543"
            },
            "downloads": -1,
            "filename": "nominatim_api-4.4.99.dev1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "126efe0cd59d87f64edea602c552d216",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.7",
            "size": 500376,
            "upload_time": "2024-06-28T08:48:26",
            "upload_time_iso_8601": "2024-06-28T08:48:26.724093Z",
            "url": "https://files.pythonhosted.org/packages/90/b6/fce33391d1cef3b6fc5c606bf52a258302cb2643f2912893a2c44fc528cf/nominatim_api-4.4.99.dev1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "5442dcc72396e9c7e105bb43bbc4a7fe83fbbfc6d24dc9931d0a0e63d4bd882d",
                "md5": "0f26d268e2831a6c8327ee7686febc30",
                "sha256": "d22022ebf0a10c5b01f40410243cfce522e1cb3b7b18c6879a78d393f6127867"
            },
            "downloads": -1,
            "filename": "nominatim_api-4.4.99.dev1.tar.gz",
            "has_sig": false,
            "md5_digest": "0f26d268e2831a6c8327ee7686febc30",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.7",
            "size": 343907,
            "upload_time": "2024-06-28T08:49:06",
            "upload_time_iso_8601": "2024-06-28T08:49:06.123859Z",
            "url": "https://files.pythonhosted.org/packages/54/42/dcc72396e9c7e105bb43bbc4a7fe83fbbfc6d24dc9931d0a0e63d4bd882d/nominatim_api-4.4.99.dev1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-06-28 08:49:06",
    "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-api"
}
        
Elapsed time: 0.27257s