2020-10-28 12:11:22 +03:00
[![Build Status ](https://github.com/osm-search/Nominatim/workflows/CI%20Tests/badge.svg )](https://github.com/osm-search/Nominatim/actions?query=workflow%3A%22CI+Tests%22)
2021-04-10 17:57:39 +03:00
[![codecov ](https://codecov.io/gh/osm-search/Nominatim/branch/master/graph/badge.svg?token=8P1LXrhCMy )](https://codecov.io/gh/osm-search/Nominatim)
2017-03-12 15:11:56 +03:00
2012-06-27 23:40:58 +04:00
Nominatim
=========
Nominatim (from the Latin, 'by name') is a tool to search OpenStreetMap data
by name and address (geocoding) and to generate synthetic addresses of
OSM points (reverse geocoding). An instance with up-to-date data can be found
2018-01-06 00:38:51 +03:00
at https://nominatim.openstreetmap.org. Nominatim is also used as one of the
2018-01-23 01:46:56 +03:00
sources for the Search box on the OpenStreetMap home page.
2012-06-27 23:40:58 +04:00
Documentation
=============
2018-01-23 01:46:56 +03:00
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/ .
2012-06-27 23:40:58 +04:00
Installation
============
2018-01-12 01:05:28 +03:00
The latest stable release can be downloaded from https://nominatim.org.
2019-11-27 00:33:00 +03:00
There you can also find [installation instructions for the release ](https://nominatim.org/release-docs/latest/admin/Installation ), as well as an extensive [Troubleshooting/FAQ section ](https://nominatim.org/release-docs/latest/admin/Faq/ ).
2017-09-06 21:36:59 +03:00
2021-02-03 12:17:22 +03:00
[Detailed installation instructions for current master ](https://nominatim.org/release-docs/develop/admin/Installation )
can be found at nominatim.org as well.
2017-09-06 21:36:59 +03:00
A quick summary of the necessary steps:
2012-06-27 23:40:58 +04:00
1. Compile Nominatim:
2017-02-02 13:58:40 +03:00
mkdir build
cd build
cmake ..
make
2021-02-10 13:15:21 +03:00
sudo make install
2012-06-27 23:40:58 +04:00
2021-02-03 12:17:22 +03:00
2. Create a project directory, get OSM data and import:
2012-06-27 23:40:58 +04:00
2021-02-03 12:17:22 +03:00
mkdir nominatim-project
cd nominatim-project
2021-02-10 13:15:21 +03:00
nominatim import --osm-file < your planet file >
2016-06-07 23:47:57 +03:00
2021-02-03 12:17:22 +03:00
3. Point your webserver to the nominatim-project/website directory.
2016-06-07 23:47:57 +03:00
2012-06-27 23:40:58 +04:00
License
=======
The source code is available under a GPLv2 license.
2018-09-11 21:51:22 +03:00
Contributing
============
2021-02-03 12:17:22 +03:00
Contributions, bugreport and pull requests are welcome.
For details see [contribution guide ](CONTRIBUTING.md ).
2018-09-11 21:51:22 +03:00
2021-02-03 12:17:22 +03:00
Questions and help
==================
2018-09-11 21:51:22 +03:00
2021-02-03 12:17:22 +03:00
For questions, community help and discussions you can use the
[Github discussions forum ](https://github.com/osm-search/Nominatim/discussions )
or join the
[geocoding mailing list ](https://lists.openstreetmap.org/listinfo/geocoding ).