writeRoutes

fun writeRoutes(routes: Iterable<Route>)
fun writeRoutes(routes: Stream<Route>)

Writes routes to the GTFS feed. If the file already exists, it will be overwritten

Parameters

routes

Routes

Throws