27 lines
899 B
INI
27 lines
899 B
INI
# ============================================================
|
|
# export.cfg - Konfiguration fuer Lisp/export.lsp
|
|
#
|
|
# Format: INI-Style
|
|
# [ABSCHNITT]
|
|
# Key = Wert (einzelner Wert)
|
|
# Key = Wert1, Wert2, Wert3 (Musterliste fuer wcmatch, kommagetrennt)
|
|
#
|
|
# Zeilen mit # sind Kommentare. Leerzeilen werden ignoriert.
|
|
# ============================================================
|
|
|
|
[blockpattern]
|
|
pattern_kreisel= KR_*, KREISEL_*, ECKRAD_*
|
|
pattern_gerade= AP110*, AP_110*
|
|
pattern_strecke= Vario*, Staustrecke*, AUS_Element*, EIN_Element*, VF_*, GF_*
|
|
pattern_numerisch= #*
|
|
pattern_ks_subblocks= KS_EIN, KS_AUS, K1, K2, K3, K4
|
|
|
|
|
|
[filenames]
|
|
raw_json_datei= export_raw.json
|
|
python_exe= python
|
|
sivas_script= export_sivas.py
|
|
sivas_csv= export_sivas.csv
|
|
csv_script= export_csv.py
|
|
csv_csv= export.csv
|