Expand description
CSV parsing and writing
Modules§
- detections
- CSV parser for punctual & linear detections (T009).
Functions§
- parse_
gnss_ csv - Parse GNSS positions from CSV file
- parse_
gnss_ csv_ str - In-memory variant of
parse_gnss_csvthat accepts the full CSV text directly. No disk I/O is performed; required by the .NET bindings for database-backed callers (FR-012). - parse_
trainpath_ csv - Parse TrainPath from CSV
- write_
csv - Write projected positions to CSV
- write_
trainpath_ csv - Write TrainPath to CSV