This commit is contained in:
Zsolt Ero
2023-12-07 23:37:45 +01:00
parent e2e7f78494
commit 9b595f2edc
6 changed files with 26 additions and 28 deletions

View File

@@ -2,10 +2,10 @@
DATE=$(date +"%Y%m%d_%H%M%S")
RUN_FOLDER="/data/tile_creator/runs/monaco_$DATE"
RUN_FOLDER="/data/ofm/runs/monaco_$DATE"
mkdir -p "$RUN_FOLDER"
cd "$RUN_FOLDER" || exit
bash /data/tile_creator/bin/run_monaco.sh "$DATE"
bash /data/tile_gen/run_monaco.sh "$DATE"

View File

@@ -5,7 +5,7 @@
# setting it to too much means there is too much memory used
java -Xmx1g \
-jar /data/ofm/tile_creator/bin/planetiler.jar \
-jar /data/ofm/tile_gen/planetiler.jar \
`# Download the latest planet.osm.pbf from s3://osm-pds bucket` \
--area=monaco --download \
`# Accelerate the download by fetching the 10 1GB chunks at a time in parallel` \

View File

@@ -5,7 +5,7 @@
# setting it to too much means there is too much memory used
java -Xmx30g \
-jar /data/ofm/tile_creator/bin/planetiler.jar \
-jar /data/ofm/tile_gen/planetiler.jar \
`# Download the latest planet.osm.pbf from s3://osm-pds bucket` \
--area=planet --bounds=planet --download \
`# Accelerate the download by fetching the 10 1GB chunks at a time in parallel` \