2017-03-12 15:11:56 +03:00
|
|
|
[![Build Status](https://travis-ci.org/openstreetmap/Nominatim.svg?branch=master)](https://travis-ci.org/openstreetmap/Nominatim)
|
|
|
|
|
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.
|
2018-01-23 01:46:56 +03:00
|
|
|
There you can also find [installation instructions for the release](https://nominatim.org/release-docs/latest/admin/Installation).
|
2017-09-06 21:36:59 +03:00
|
|
|
|
|
|
|
Detailed installation instructions for the development version can be
|
2018-01-23 01:46:56 +03:00
|
|
|
found at [nominatim.org](https://nominatim.org/release-docs/develop/admin/Installation)
|
|
|
|
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
|
2012-06-27 23:40:58 +04:00
|
|
|
|
|
|
|
2. Get OSM data and import:
|
|
|
|
|
2017-02-02 13:58:40 +03:00
|
|
|
./build/utils/setup.php --osm-file <your planet file> --all
|
2016-06-07 23:47:57 +03:00
|
|
|
|
|
|
|
3. Point your webserver to the ./build/website directory.
|
|
|
|
|
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
|
|
|
|
============
|
|
|
|
|
2019-01-28 21:42:40 +03:00
|
|
|
Contributions are welcome. For details see [contribution guide](CONTRIBUTING.md).
|
2018-09-11 21:51:22 +03:00
|
|
|
|
|
|
|
Both bug reports and pull requests are welcome.
|
|
|
|
|
|
|
|
|
|
|
|
Mailing list
|
|
|
|
============
|
2012-06-27 23:40:58 +04:00
|
|
|
|
|
|
|
For questions you can join the geocoding mailinglist, see
|
2018-01-06 00:38:51 +03:00
|
|
|
https://lists.openstreetmap.org/listinfo/geocoding
|