Skip to content

ivleth/OpenNameSearch

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 Cannot retrieve latest commit at this time.

History

31 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

OpenNameSearch

This script is for building a basic Nominatim server with OpenStreetMap data.

Only for use on a clean Ubuntu 14!

Before proceeding, see OpenNameSearch.org for limitations, etc..

An Ubuntu 16 version has been contributed by @f1ana: https://github.com/f1ana

https://github.com/AcuGIS/OpenNameSearch/blob/master/OpenNameSearch-Ubuntu16.sh

Step 1: Get the OpenNameSearch.sh script from GitHub

Step 2: Make it executable:

chmod 755 OpenNameSearch.sh

Step 3: Run the script

Script usage:

./OpenNameSearch.sh pbf_url

pbf_url: Complete PBF url from GeoFarbrik

Examples:

Load Delware data:

./OpenNameSearch.sh http://download.geofabrik.de/north-america/us/delaware-latest.osm.pbf

Welcome Page

Once installation completes, navigate to the IP/nominatim or hostname/nominatim on your server.

You should see a page as below:

installation complete

Loading Additional PBFs, Multiplie PBFs, or Replacing Existing PBFs:

You can use our reload-OpenNameSearch.sh script via GitHUB script.

Usage is: ./reload-OpenNameSearch.sh [PBF_URL1] [PBF_URL2] ...

Enable Automatic Updates

The script creates an updater service. In order to enable updates:

chmod +x /etc/init.d/nominatim_updater

Credits

Produced by AcuGIS. We Make GIS Simple

Cited, Inc. Wilmington, Delaware

About

Script for Building a Basic Nominatim Server

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 100.0%