No description
Find a file
fly dafcfc6464 More bug fixes
Signed-off-by: fly <merspieler@airmail.cc>
2021-03-13 21:30:18 +00:00
osmium-config Initial commit 2020-01-13 17:02:11 +00:00
web Fixed locking 2021-03-05 19:27:02 +00:00
.gitignore Create as well an auth table and added an option for the database name 2021-03-03 20:29:14 +00:00
analyse-run-time.py Ported to python3 2021-03-08 22:26:56 +01:00
chunk-import.sh Use correct pbf path 2020-08-27 11:15:31 +00:00
common.py More bug fixes 2021-03-13 21:30:18 +00:00
db Corrected db layout 2020-06-25 01:34:08 +10:00
flag-rebuild.py Fix common function use 2021-01-26 21:30:38 +00:00
get-progress.py Connect to the correct database 2021-03-08 14:27:46 +00:00
import-progress.py Fix triggers 2020-08-30 02:14:22 +10:00
init-db.py Osm2city no longer builds outside 83N/S 2021-03-04 16:05:34 +00:00
LICENSE Added LICENSE 2021-03-10 18:50:02 +00:00
README.md Updated README.md 2021-01-26 22:01:31 +00:00
set-status.py Added api support for set-status 2021-03-10 19:21:18 +00:00
split-world.py Use python3 2020-12-07 10:00:00 +01:00
worldbuild-manager.py Make database selectable 2021-03-13 01:09:02 +00:00
worldbuild-packager.py Added api support to packager 2021-03-10 19:32:11 +00:00
worldbuild-runner.py Added API support 2021-03-03 19:51:58 +00:00
worldbuild-worker.py Whoops... 2021-03-09 17:26:59 +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.
  • common.py: Helper functions for other scripts.

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.
    Designed to work with 16GB of RAM.
  • 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.
  • import-progress.py: Import the old .json progress files into the database.
  • get-progress.py: Export progress to .json for things like status website.
  • init-db.py: Initializes the database with all tiles.
  • set-status.py: Manually change the status of a tile.
  • worldbuild-manager.py: Handles job asignments and keeps track of the status.
  • worldbuild-worker.py: Starts jobs that it got asigned by the manager.
  • worldbuild-runner.py: Handles starting and stopping of workers.
  • worldbuild-packager.py: Packages the completed scenery, ready for distribution.