I am trying to figure out the way to handle different travel modes and network datasets in an efficient way. I have created a transit network dataset with streets and GTFS-data.
Can I use the same transit network dataset to model car driving or biking by adding travel modes that are not permitted to use the LineVariantElements? Or do you recommend to create a separate network dataset without GTFS-data in that case?
But what if I want to do model car driving to commuter parkings and then onward with the transit system? So, instead of WalkTime to the stops, I would use CarTime to the stops. That would be possible, right?
And, another question: If I want to do analyses on different sets of GTFS data, let's say for different years, can I just append theese to GTFS-data that's already in my database or should I build separate network datasets?