ad-freiburg / pfaedle

Precise map-matching for public transit feeds. Generates high-quality GTFS shapes from OSM data.
GNU General Public License v3.0
206 stars 29 forks source link

no support of route_type 715 #5

Closed robbi5 closed 5 years ago

robbi5 commented 5 years ago

https://developers.google.com/transit/gtfs/reference/extended-route-types defines a few more route types. Route.h in ad/cppgtfs seems to support most of them, but 715 (Demand and Response Bus Service) is missing.

Log:

[2019-05-01 21:15:40.914] INFO : Reading gtfs-naldo ...
[2019-05-01 21:15:40.950] ERROR: Could not parse input GTFS feed, reason was:
gtfs-naldo/routes.txt:6: in field 'route_type', route type '715' not supported.

GTFS was generated with efa2gtfs, see mapping for AST/Rufbus → 715

patrickbr commented 5 years ago

Indeed! I have no idea why 714 and 715 were missing. Fixed in 78f9eb70445c6d2559ae5255feed1b4a22b27b69.