Reihenfolge des Sivas CSV Exports geändert

This commit is contained in:
2026-07-20 09:45:11 +02:00
parent adfde744e2
commit 7941a792e0
+2 -2
View File
@@ -224,12 +224,12 @@ def build_kreisel_details(block):
except (ValueError, TypeError):
hoehe_m = "0"
return {
"Hoehe in m": hoehe_m,
"Kreiselart": attribs.get("KREISELART", "STANDARD"),
"Abstand (Kreiselachse A - Kreiselachse) in Meter": abstand_m,
"Anzahl der Separatoren": attribs.get("N_SEPARATOREN", "2"),
"Kreiselart": attribs.get("KREISELART", "STANDARD"),
"Anzahl der Scanner": attribs.get("N_SCANNER", "0"),
"Anzahl der Rampen": attribs.get("N_RAMPEN", "0"),
"Hoehe in m": hoehe_m,
"Drehrichtung": attribs.get("DREHRICHTUNG", "UZS"),
"Drehung": block.get("rotation", 0.0),
}