Routing Parameters JSON File
{
"input_files": {
"queries": "queries.csv",
"edges": "edges.csv",
"edge_ttfs": "edge_ttfs.csv"
},
"output_directory": "output",
"saving_format": "CSV"
"algorithm": "TCH",
"output_route": true,
"nb_threads": 8,
}
input_files
: Path to the three input files (absolute or relative to the "parameters.json" file)
output_directory
: Path to the output directory (absolute or relative to the "parameters.json" file)
saving_format
: "CSV" or "Parquet"
algorithm
: "Best", "TCH", "Intersect", or "Dijkstra"
output_route
: Whether to compute and return the fastest paths (only for earliest-arrival queries, incompatible with "Intersect")
nb_threads
: Number of threads to use when running (Default is to use the maximum available)