No description
Find a file
fly 79edf73e96 Database structure diagram
Signed-off-by: fly <merspieler@airmail.cc>
2020-03-12 06:30:28 +00:00
osmium-config Initial commit 2020-01-13 17:02:11 +00:00
analyse-run-time.py Cosmetics 2020-01-16 01:27:33 +00:00
chunk-import.sh Cosmetics 2020-01-16 01:27:33 +00:00
common.py Move common functions to own file 2020-03-05 19:04:43 +00:00
db Database structure diagram 2020-03-12 06:30:28 +00:00
flag-rebuild.py Move common functions to own file 2020-03-05 19:04:43 +00:00
init-db.py Initialisation script for database 2020-03-12 06:29:04 +00:00
README.md Updated README.md 2020-01-13 17:25:56 +00:00
set-status.py Handle packaged state 2020-01-23 14:02:27 +00:00
split-world.py Cosmetics 2020-01-16 01:27:33 +00:00
worldbuild-manager.py Move common functions to own file 2020-03-05 19:04:43 +00:00
worldbuild-packager.py Move common functions to own file 2020-03-05 19:04:43 +00:00
worldbuild-runner.py Fixed regex 2020-02-15 22:26:17 +00:00
worldbuild-worker.py Move common functions to own file 2020-03-05 19:04:43 +00:00
worldbuild.py Cosmetics 2020-01-16 01:27:33 +00:00

User scripts

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