All Projects → AcuGIS → OpenNameSearch

AcuGIS / OpenNameSearch

Licence: other
Script for Building a Basic Nominatim Server

Programming Languages

shell
77523 projects

Projects that are alternatives of or similar to OpenNameSearch

NominatimGeocoderBackend
UnifiedNlp geocoder backend that uses the OSM Nominatim service
Stars: ✭ 49 (+250%)
Mutual labels:  geocoding, openstreetmap, nominatim
nominatim-java-api
Nominatim search API client written in Java
Stars: ✭ 59 (+321.43%)
Mutual labels:  geocoding, nominatim
bexhill-osm
A local mapping project using data from OpenStreetMap. Includes overlays, walking directions and historical information.
Stars: ✭ 16 (+14.29%)
Mutual labels:  openstreetmap, nominatim
nominatim-docker
Docker image for Nominatim
Stars: ✭ 33 (+135.71%)
Mutual labels:  geocoding, nominatim
LightOSM.jl
A Julia package for downloading and analysing geospatial data from OpenStreetMap APIs.
Stars: ✭ 32 (+128.57%)
Mutual labels:  openstreetmap, nominatim
Nominatim
Open Source search based on OpenStreetMap data
Stars: ✭ 1,896 (+13442.86%)
Mutual labels:  geocoding, openstreetmap
Osmunda
An offline geocode library for android, powered by SQLite, using osm data. 离线地理编码Android库,基于SQLite,使用开放街道地图数据。
Stars: ✭ 37 (+164.29%)
Mutual labels:  geocoding, openstreetmap
nominatim
🌏 Tools for Working with the 'Nominatim' API in R
Stars: ✭ 69 (+392.86%)
Mutual labels:  openstreetmap, nominatim
Photon
an open source geocoder for openstreetmap data
Stars: ✭ 1,177 (+8307.14%)
Mutual labels:  geocoding, openstreetmap
Nominatim Docker
Fully-featured container for geocoding, reverse geocoding and address lookup based on Nominatim and Open Street Map data.
Stars: ✭ 52 (+271.43%)
Mutual labels:  geocoding, openstreetmap
Geo Golang
Go library to access geocoding and reverse geocoding APIs
Stars: ✭ 394 (+2714.29%)
Mutual labels:  geocoding, openstreetmap
Atlasr
Atlasr is a truly open-source and free map browser.
Stars: ✭ 196 (+1300%)
Mutual labels:  geocoding, openstreetmap
Mimirsbrunn
Geocoding and reverse-geocoding (with OSM data)
Stars: ✭ 165 (+1078.57%)
Mutual labels:  geocoding, openstreetmap
qgis-maptiler-plugin
QGIS MapTiler Plugin: vector tiles, basemaps, geocoding, OSM, QuickMapServices
Stars: ✭ 73 (+421.43%)
Mutual labels:  geocoding, openstreetmap
mapsplit
A fast way to split OSM data in to a portable tiled format
Stars: ✭ 55 (+292.86%)
Mutual labels:  openstreetmap
gtfs-osm-sync
Synchronizes public transportation data in GTFS format with OpenStreetMap.org
Stars: ✭ 85 (+507.14%)
Mutual labels:  openstreetmap
geocoder
Geocoder is a Typescript library which helps you build geo-aware applications by providing a powerful abstraction layer for geocoding manipulations
Stars: ✭ 28 (+100%)
Mutual labels:  geocoding
osmot
Preprocessor for make public transit maps from Openstreetmap data
Stars: ✭ 14 (+0%)
Mutual labels:  openstreetmap
django-mapbox-location-field
Simple in use location model and form field with MapInput widget for picking some location. Uses mapbox gl js, flexible map provider API. Fully compatible with bootstrap framework. Can be used with spatial or plain databases.
Stars: ✭ 60 (+328.57%)
Mutual labels:  geocoding
leaflet-opencage-search
A Leaflet geocoding control that uses the OpenCage geocoding API
Stars: ✭ 18 (+28.57%)
Mutual labels:  geocoding

OpenNameSearch

Documentation Status

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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].