Consider the following row for a synthetic deadhead trip:
,trip_id,kWhs,miles,vehicle,route_id,service_id,block_id,shape_id,route_short_name,route_type,route_desc,agency_id,from_trip,to_trip,scenario,hvac_energy,gallons
2542,depot_to_6760013281020,,4.719598570859033,Transit_Bus_Diesel,from_depot_676000002631,67612,676000002631,from_depot_676000002631,from_depot_676000002631,3,Deadhead from depot to 6760013281020,,,,summer,1.7041160000002633,0.6013406749226743
The original GTFS trip IDs referenced in the trip, shape, and route names don't match: we have 6760013281020 some of the time and 676000002631 the rest. This example is from Chicago Transit Authority results but I suspect the same problem arises for other inputs.
Consider the following row for a synthetic deadhead trip:
The original GTFS trip IDs referenced in the trip, shape, and route names don't match: we have
6760013281020some of the time and676000002631the rest. This example is from Chicago Transit Authority results but I suspect the same problem arises for other inputs.