feat: pipeline-runner — config

This commit is contained in:
Flagabat
2026-04-27 23:21:44 +02:00
parent 682050ef14
commit c9dca1d071

View File

@@ -0,0 +1,7 @@
import os
from pathlib import Path
GDRIVE_REMOTE = os.getenv("GDRIVE_REMOTE", "gdrive:Cosma - Internal/06-Operations/06 - Sorties")
OUTPUT_DIR = Path(os.getenv("OUTPUT_DIR", "/data/sorties"))
TOOLS_DIR = Path(os.getenv("TOOLS_DIR", Path(__file__).parent.parent / "tools"))
LTTB_MAX_PTS = 4000