WIP Laos test gen

This commit is contained in:
zyphlar
2025-06-19 12:21:14 +00:00
parent 486babe27e
commit b8b529ca78
2 changed files with 6 additions and 6 deletions

View File

@@ -51,7 +51,7 @@ LOG_FILE_PATH: ${Main:MAIN_OUT_PATH}/generation.log
# Here and further, its possible to specify either an URL (to be downloaded automatically)
# or a local file path like file:///path/to/file.
# A sample URL to download a latest OSM dump for North Macedonia:
PLANET_URL: file:///home/planet/planet/planet.o5m
PLANET_URL: file:///home/planet/planet/laos.o5m
# Location of the md5 checksum of the planet file:
PLANET_MD5_URL: ${External:PLANET_URL}.md5
# A base url to the latest_coasts.geom and latest_coasts.rawgeom files.
@@ -80,7 +80,7 @@ SUBWAY_URL: file:///home/planet/subway/subway.transit.json
# FOOD_TRANSLATIONS_URL:
SRTM_PATH: /home/planet/SRTM-patched-europe/
ISOLINES_PATH: /home/planet/isolines/
ISOLINES_PATH: /home/planet/isolines-pastk3/
ADDRESSES_PATH: /home/planet/tiger/
# Local path (not url!) to .csv files.

View File

@@ -53,13 +53,13 @@ echo "endpoint = $S3_ENDPOINT" >> ~/.config/rclone/rclone.conf
echo "<$(date +%T)> Running ./configure.sh ..."
cd ~/OM/organicmaps
./configure.sh
./configure.sh --skip-map-download --skip-generate-symbols
echo "<$(date +%T)> Compiling tools..."
cd ~/OM/organicmaps
./tools/unix/build_omim.sh -R generator_tool
./tools/unix/build_omim.sh -R world_roads_builder_tool
./tools/unix/build_omim.sh -R mwm_diff_tool
#./tools/unix/build_omim.sh -R world_roads_builder_tool
#./tools/unix/build_omim.sh -R mwm_diff_tool
cd tools/python/maps_generator
python3 -m venv /tmp/venv
/tmp/venv/bin/pip3 install -r requirements_dev.txt
@@ -102,7 +102,7 @@ fi
echo "<$(date +%T)> Generating maps..."
cd ~/OM/organicmaps/tools/python
/tmp/venv/bin/python -m maps_generator --skip="MwmDiffs"
/tmp/venv/bin/python -m maps_generator --countries="Laos" --skip="Coastline,Ugc,Popularity,Descriptions,Routing,RoutingTransit,MwmDiffs,Statistics"
#/tmp/venv/bin/python -m maps_generator --skip="MwmDiffs" --continue
# do not use --production except for Kayak/recommendation/popularity/food data