writeTransfers

fun writeTransfers(transfers: Stream<Transfer>)

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

Parameters

transfers

Transfers

Throws