This commit is contained in:
Zsolt Ero
2023-12-08 13:07:30 +01:00
parent 8faf4ecfb7
commit 58f35acb30
4 changed files with 37 additions and 26 deletions

View File

@@ -0,0 +1,11 @@
#!/usr/bin/env bash
DATE=$(date +"%Y%m%d_%H%M%S")
RUN_FOLDER="/data/ofm/runs/planet_$DATE"
mkdir -p "$RUN_FOLDER"
cd "$RUN_FOLDER" || exit
bash /data/ofm/tile_gen/planetiler_planet.sh "$DATE"