From 7116fc64f9d58baec9fa04f7c3b769c0e7d20358 Mon Sep 17 00:00:00 2001 From: fly Date: Mon, 13 Jan 2020 17:25:56 +0000 Subject: [PATCH] Updated README.md Signed-off-by: fly --- README.md | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 4988590..25ce6b8 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,15 @@ **Note**: User scripts are not part of the easy-osm2city concept... use only if your know what you are doing. +## General +* `analyse-run-time.py` Shows a breakdown of the runtime. Depends on `tabulate` + +## OSM Source * `split-world.py`: Splits the world into 10 by 10 degrees areas covering everything from 80 north to 80 south and the poles. * `osmium-config`: Config files for osmium, used by the split-world script. -* `worldbuild.py`: Runs the worldbuild. -* `analyse-run-time.py` Shows a breakdown of the runtime. Depends on `tabulate` +* `chunk-import.sh`: Imports each 10 by 10 degree area in own database. + +## Worldbuild +* `worldbuild.py`: Old worldbuild script. +* `worldbuild-manager.py`: Handles job asignments and keeps track of the status. +* `worldbuild-worker.py`: Starts jobs that it got asigned by the manager.