writeStops

fun writeStops(stops: Iterable<Stop>)
fun writeStops(stops: Stream<Stop>)

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

Parameters

stops

Stops

Throws