This commit is contained in:
Zsolt Ero
2023-12-21 02:35:20 +01:00
parent 2d9e5f2f4f
commit 48736bf87b
7 changed files with 49 additions and 16 deletions

View File

@@ -1,10 +1,12 @@
#!/usr/bin/env bash
set -e
DATE=$(date +"%Y%m%d_%H%M%S")
TILE_GEN_BIN=/data/ofm/tile_gen/bin
DATE=$(date +"%Y%m%d_%H%M%S")
RUN_FOLDER="/data/ofm/tile_gen/runs/monaco/${DATE}_pt"
mkdir -p "$RUN_FOLDER"
cd "$RUN_FOLDER" || exit
@@ -22,3 +24,6 @@ java -Xmx1g \
--force \
> "planetiler_out.log" 2> "planetiler_err.log"
rm -r data
$TILE_GEN_BIN/extract_btrfs.sh