All Projects → peter-evans → nominatim-docker

peter-evans / nominatim-docker

Licence: MIT License
Docker image for Nominatim

Programming Languages

Dockerfile
14818 projects
shell
77523 projects
PHP
23972 projects - #3 most used programming language

Projects that are alternatives of or similar to nominatim-docker

Nominatim Docker
Fully-featured container for geocoding, reverse geocoding and address lookup based on Nominatim and Open Street Map data.
Stars: ✭ 52 (+57.58%)
Mutual labels:  geocoding, docker-image
nominatim-java-api
Nominatim search API client written in Java
Stars: ✭ 59 (+78.79%)
Mutual labels:  geocoding, nominatim
nominatim-k8s
Nominatim for Kubernetes on Google Container Engine (GKE).
Stars: ✭ 59 (+78.79%)
Mutual labels:  nominatim, pbf
Osmunda
An offline geocode library for android, powered by SQLite, using osm data. 离线地理编码Android库,基于SQLite,使用开放街道地图数据。
Stars: ✭ 37 (+12.12%)
Mutual labels:  geocoding, reverse-geocoding
OpenNameSearch
Script for Building a Basic Nominatim Server
Stars: ✭ 14 (-57.58%)
Mutual labels:  geocoding, nominatim
NominatimGeocoderBackend
UnifiedNlp geocoder backend that uses the OSM Nominatim service
Stars: ✭ 49 (+48.48%)
Mutual labels:  geocoding, nominatim
bexhill-osm
A local mapping project using data from OpenStreetMap. Includes overlays, walking directions and historical information.
Stars: ✭ 16 (-51.52%)
Mutual labels:  nominatim
docker-jmx-prometheus-exporter
Dockerized jmx-exporter for prometheus
Stars: ✭ 24 (-27.27%)
Mutual labels:  docker-image
maps-app-dotnet
Your organization's suite of cross platform mapping apps built with the ArcGIS Runtime SDK for .NET
Stars: ✭ 20 (-39.39%)
Mutual labels:  geocoding
geoparser
⛔ ARCHIVED ⛔ R package for the Geoparser.io API
Stars: ✭ 38 (+15.15%)
Mutual labels:  geocoding
docker-dotnet-sonarscanner
🐳 Sonar Scanner MsBuild Dockerfile for dotNet Projects
Stars: ✭ 21 (-36.36%)
Mutual labels:  docker-image
geoclient
R interface to NYC's Geoclient REST API
Stars: ✭ 13 (-60.61%)
Mutual labels:  geocoding
docker-nginx-php-fpm
A php-fpm and nginx docker image.
Stars: ✭ 26 (-21.21%)
Mutual labels:  docker-image
Xponents
Geographic Place, Date/time, and Pattern entity extraction toolkit along with text extraction from unstructured data and GIS outputters.
Stars: ✭ 39 (+18.18%)
Mutual labels:  geocoding
docker-alpine-miniconda3
The smallest Docker image with Miniconda3 (Python 3.7) (~143MB)
Stars: ✭ 94 (+184.85%)
Mutual labels:  docker-image
WhatsMissingInGeoparsing
The accompanying code and data for the Springer 2017 publication "What's missing in geographical parsing?" in Language Resources and Evaluation.
Stars: ✭ 15 (-54.55%)
Mutual labels:  geocoding
dockerfiles
Skeleton for a Docker nginx / php / mysql / redis development stack. Everything in its own container!
Stars: ✭ 12 (-63.64%)
Mutual labels:  docker-image
geoservices-js
Deprecated - please consider using @esri/arcgis-rest-js
Stars: ✭ 53 (+60.61%)
Mutual labels:  geocoding
Go-Small-Docker-Image
Creating a smaller golang docker image
Stars: ✭ 32 (-3.03%)
Mutual labels:  docker-image
mongodb-replica-set
Docker setting for mongodb replica set
Stars: ✭ 21 (-36.36%)
Mutual labels:  docker-image

nominatim-docker

CI

Docker image for Nominatim, an open source tool to search OpenStreetMap data by name and address (geocoding) and to generate synthetic addresses of OSM points (reverse geocoding).

Supported tags and respective Dockerfile links

Usage

Pass the NOMINATIM_PBF_URL environment variable to the container referencing the URL of your PBF file:

docker run -d -p 8080:8080 \
-e NOMINATIM_PBF_URL='http://download.geofabrik.de/asia/maldives-latest.osm.pbf' \
--name nominatim peterevans/nominatim:latest

The PBF file will be downloaded and the database will begin building. Note that very large databases may take hours to be built.

Tail the logs to verify the database has been built and Apache is serving requests:

docker logs -f <CONTAINER ID>

Then point your web browser to http://localhost:8080/

For documentation see https://wiki.openstreetmap.org/wiki/Nominatim

Persistent Storage

For a solution to persisting the database and immutable deployments check out Nominatim for Kubernetes.

License

MIT License - see the LICENSE file for details

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].