Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/monogramm/docker-nominatim
:whale: :alembic: Docker image for Nominatim.
https://github.com/monogramm/docker-nominatim
docker geolocation gis nominatim openstreetmap osm php
Last synced: about 1 month ago
JSON representation
:whale: :alembic: Docker image for Nominatim.
- Host: GitHub
- URL: https://github.com/monogramm/docker-nominatim
- Owner: Monogramm
- License: agpl-3.0
- Created: 2020-09-29T14:54:40.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2021-05-29T14:08:46.000Z (over 3 years ago)
- Last Synced: 2024-04-14T21:45:43.555Z (9 months ago)
- Topics: docker, geolocation, gis, nominatim, openstreetmap, osm, php
- Language: Shell
- Homepage: https://github.com/openstreetmap/Nominatim
- Size: 180 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
[![License: AGPL v3][uri_license_image]][uri_license]
[![Docs](https://img.shields.io/badge/Docs-Github%20Pages-blue)](https://monogramm.github.io/docker-nominatim/)
[![Build Status](https://travis-ci.org/Monogramm/docker-nominatim.svg)](https://travis-ci.org/Monogramm/docker-nominatim)
[![Docker Automated buid](https://img.shields.io/docker/cloud/build/monogramm/docker-nominatim.svg)](https://hub.docker.com/r/monogramm/docker-nominatim/)
[![Docker Pulls](https://img.shields.io/docker/pulls/monogramm/docker-nominatim.svg)](https://hub.docker.com/r/monogramm/docker-nominatim/)
[![Docker Version](https://images.microbadger.com/badges/version/monogramm/docker-nominatim.svg)](https://microbadger.com/images/monogramm/docker-nominatim)
[![Docker Size](https://images.microbadger.com/badges/image/monogramm/docker-nominatim.svg)](https://microbadger.com/images/monogramm/docker-nominatim)
[![GitHub stars](https://img.shields.io/github/stars/Monogramm/docker-nominatim?style=social)](https://github.com/Monogramm/docker-nominatim)# **Nominatim** Docker image
Docker image for **Nominatim**.
It was created in order to provide a solution for mediagis/nominatim-docker#147.
It also provides CI integration and other improvements.:construction: **This image is still in beta!**
## What is **Nominatim**
Open Source search based on OpenStreetMap data
> [**Nominatim**](https://nominatim.org/)
## Supported tags
[Dockerhub monogramm/docker-nominatim](https://hub.docker.com/r/monogramm/docker-nominatim/)
Tags:
- `images/3.7/debian/Dockerfile`: 3.7.1-debian 3.7-debian debian 3.7.1 3.7 latest
- `images/3.6/debian/Dockerfile`: 3.6.0-debian 3.6-debian 3.6.0 3.6
- `images/3.5/debian/Dockerfile`: 3.5.2-debian 3.5-debian 3.5.2 3.5
- `images/3.4/debian/Dockerfile`: 3.4.2-debian 3.4-debian 3.4.2 3.4## How to run this image
This image provides an NOMINATIM Manager in the form of the Docker entrypoint.
It manages map downloads from Geofabrik and NOMINATIM extraction/pre-processing/routing based on environment variables.```shell
# Number of threads used during Nominatim DB init (leave empty to use all CPU)
NOMINATIM_INIT_THREADS=2## Geofabrik URL to download map
PBF_URL=http://download.geofabrik.de/europe/monaco-latest.osm.pbf## Geofabrik URL to update map
REPLICATION_URL=http://download.geofabrik.de/europe/monaco-updates## Geofabrik map relative file path
NOMINATIM_MAP_NAME=monaco-latest.osm.pbf## Nominatim Postgres relative directory
NOMINATIM_DB_PATH=monaco-latest-postgres```
See **Nominatim** base image documentation for details.
> [**Nominatim Docker** GitHub](https://github.com/mediagis/nominatim-docker)
> [**Nominatim** DockerHub](https://hub.docker.com/r/mediagis/nominatim/)
See **Nominatim** documentation for details.
> [**Nominatim** GitHub](https://github.com/osm-search/Nominatim)
> [**Nominatim** WebSite](https://nominatim.org/)
## Questions / Issues
If you got any questions or problems using the image, please visit our [Github Repository](https://github.com/Monogramm/docker-nominatim) and write an issue.
[uri_license]: http://www.gnu.org/licenses/agpl.html
[uri_license_image]: https://img.shields.io/badge/License-AGPL%20v3-blue.svg