@@ -72,6 +72,7 @@ def import_stops(path: Path | str = SNAPSHOT_PATH) -> dict[str, int]:
|
||||
municipality=(row.get("municipality") or "").strip() or None,
|
||||
latitude=float(row["latitude"]),
|
||||
longitude=float(row["longitude"]),
|
||||
lines=(row.get("lines") or "").strip(),
|
||||
)
|
||||
stop = existing.get(key)
|
||||
if stop is None:
|
||||
|
||||
Reference in New Issue
Block a user