writeStopTimes

fun writeStopTimes(stopTimes: Stream<StopTime>)

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

Parameters

stopTimes

Stop times

Throws