mirror of
https://github.com/osm-search/Nominatim.git
synced 2026-02-26 11:08:13 +00:00
25 lines
799 B
Markdown
25 lines
799 B
Markdown
Nominatim - Core Package
|
|
=========
|
|
|
|
Nominatim is a tool to search OpenStreetMap data
|
|
by name and address (geocoding) and to generate synthetic addresses of
|
|
OSM points (reverse geocoding).
|
|
|
|
This is the core pacakage containing resources and code shared by
|
|
Nominatim's frontend `nominatim-api` and backend `nominatim-db`. You
|
|
usually don't want to install this package directly.
|
|
|
|
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 Python source code is available under a GPL license version 3 or later.
|
|
The Lua configuration files for osm2pgsql are released under the
|
|
Apache License, Version 2.0. All other files are under a GPLv2 license.
|