mirror of
https://github.com/osm-search/Nominatim.git
synced 2026-02-26 11:08:13 +00:00
22 lines
569 B
Markdown
22 lines
569 B
Markdown
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.
|
|
|
|
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.
|