mirror of
https://github.com/osm-search/Nominatim.git
synced 2024-11-25 19:35:02 +03:00
.. | ||
src/nominatim_core | ||
pyproject.toml | ||
README.md |
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.