Richard Wilburn
Richard Wilburn
``` protected virtual Route ParseRoute(T feed, GTFSSourceFileHeader header, string[] data) { // check required fields. this.CheckRequiredField(header, header.Name, this.RouteMap, "route_id"); this.CheckRequiredField(header, header.Name, this.RouteMap, "route_short_name"); this.CheckRequiredField(header, header.Name, this.RouteMap, "route_long_name"); this.CheckRequiredField(header, header.Name, this.RouteMap,...
I had an idea today when trying to work in-memory with GTFS that it can make sense to do look ups, as I have seen in the code. The look...
I am keen to use the latest. I notice that you have since introduced support for extended transport types: https://support.google.com/transitpartners/answer/3520902?hl=en which is great. It would be cool to pull that...
Please add debugging support by providing the .pbd file in the Nuget package.