Open maurizi opened 6 years ago
GTFS now has support for optional attributes to denote which trips are bicycle accessible (bikes_allowed in trips.txt, as per https://developers.google.com/transit/gtfs/reference/#tripstxt).
bikes_allowed
trips.txt
Adding these attributes would allow for better multi-modal trip planning, so that a program could direct a cyclist to a further route which is bicycle accessible instead of a closer route which is not bicycle accessible.
GTFS now has support for optional attributes to denote which trips are bicycle accessible (
bikes_allowed
intrips.txt
, as per https://developers.google.com/transit/gtfs/reference/#tripstxt).Adding these attributes would allow for better multi-modal trip planning, so that a program could direct a cyclist to a further route which is bicycle accessible instead of a closer route which is not bicycle accessible.