remove gtfs_has_shapes from stats output, was always true as checked after the shapes were calculated
This commit is contained in:
parent
516f04b9c5
commit
ea79e3ac52
1 changed files with 0 additions and 1 deletions
|
@ -394,7 +394,6 @@ int main(int argc, char** argv) {
|
||||||
util::json::Dict{
|
util::json::Dict{
|
||||||
{"gtfs_num_stations", gtfs[0].getStops().size()},
|
{"gtfs_num_stations", gtfs[0].getStops().size()},
|
||||||
{"gtfs_num_trips", gtfs[0].getTrips().size()},
|
{"gtfs_num_trips", gtfs[0].getTrips().size()},
|
||||||
{"gtfs_has_shapes", gtfs[0].getShapes().size() > 1},
|
|
||||||
{"graph_dimension", graphSizes},
|
{"graph_dimension", graphSizes},
|
||||||
{"num_nodes_tot", numNodesTot},
|
{"num_nodes_tot", numNodesTot},
|
||||||
{"num_edges_tot", numEdgesTot},
|
{"num_edges_tot", numEdgesTot},
|
||||||
|
|
Loading…
Reference in a new issue