writeTrips

fun writeTrips(trips: Iterable<Trip>)
fun writeTrips(trips: Stream<Trip>)

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

Parameters

trips

Trips

Throws