I have two sets of network datasets: (1) a road network and (2) a walking and cycling network.
To create a GTFS transit network using the Street, should I combine these two datasets, or is using just (2) sufficient? I assume we only need the walking paths to connect to the transit stops. Once connected, travelers will board a LineVariantElements, calculate travel time, exit at the transit's end, rejoin the walking path, and proceed to their destination.
After generating the Public Transit Network dataset with GTFS, during the OD Matrix analysis, does the Total Length in the output table for Lines get calculated based on the LineVariantElements (straight line) or the Streets layer that was utilized to construct the Public Transit Network?
Much appreciated, thank you.