docker-osm/docker-imposm3
Etienne Trimaille c3d0f68f44 add cast to float, change .gitignore 2015-07-30 15:14:47 +02:00
..
Dockerfile Remove volume specification in imposm dockerfile 2015-07-30 14:47:09 +02:00
README.md
importer.py add cast to float, change .gitignore 2015-07-30 15:14:47 +02:00
requirements.txt

README.md

Docker Imposm

This image will take care of doing the initial load for the selected region (e.g. planet, or a country such as Malawi) into your database. It will then apply at a regulart interval (default is 2 minutes) any diff that arrives in the /home/import_queue folder to the postgis OSM database. The diffs are fetched by a separate container (see osm_update container).

The container will look for an OSM file (.pbf) and its state file (.state.txt) in BASE_PBF.

With -e, you can add some settings :