Skip to content

agunnarsson/Nominatim

This branch is 4175 commits behind osm-search/Nominatim:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

af06d31 · Apr 12, 2016
Mar 30, 2016
Apr 12, 2016
Feb 29, 2016
Jan 14, 2014
Mar 18, 2013
Feb 29, 2016
Mar 16, 2016
Apr 12, 2016
Apr 12, 2016
Mar 22, 2016
Apr 1, 2016
Apr 7, 2016
Mar 13, 2016
Apr 7, 2016
Sep 9, 2013
Feb 29, 2016
Sep 29, 2012
Apr 28, 2015
Mar 12, 2016
Mar 28, 2016
Apr 27, 2012
Feb 8, 2016
Feb 29, 2016
Feb 8, 2016
Mar 13, 2016
Sep 23, 2014

Repository files navigation

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
at http://nominatim.openstreetmap.org. Nominatim is also used as one of the
sources for the Search box on the OpenStreetMap home page and powers the search
on the MapQuest Open Initiative websites.

Documentation
=============

More information about Nominatim, including usage and installation instructions,
can be found in the OSM wiki at:

http://wiki.openstreetmap.org/wiki/Nominatim

Installation
============

The following instructions is a quick guide to installation. A more detailed guide
how to set up your own instance of Nominatim can be found in the wiki:

http://wiki.openstreetmap.org/wiki/Nominatim/Installation

Note that this repository contains a submodule called osm2pgsql. Make sure it
is cloned as well by running `git submodule update --init`.

Installation steps:

1. Compile Nominatim:

     mkdir build
     cd build
     cmake ..
     make

2. Get OSM data and import:

     ./utils/setup.php --osm-file <your planet file> --all

3. Point your webserver to the ./website directory.

License
=======

The source code is available under a GPLv2 license.

Contact and Bugreports
======================

For questions you can join the geocoding mailinglist, see
http://lists.openstreetmap.org/listinfo/geocoding

Bugs may be reported on the github project site:
https://github.com/twain47/Nominatim

About

Open Source search based on OpenStreetMap data

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C 29.7%
  • PHP 24.1%
  • Python 12.1%
  • Gherkin 11.1%
  • PLpgSQL 8.7%
  • C++ 7.6%
  • Other 6.7%