wimmichiels76 / personalwork

personal work repository
0 stars 1 forks source link

GTFS creator

this is a simple GTFS editor that uses a geojson file built in JOSM to create a set of GTFS files for one line (running both up and down) of a service.

Draw a line in JOSM, and define the stops as points on the line with tag 'public_transport'='stop_position' and give the stops a name with the name tag. Example given in repository is "pendel_1.geojson"

Uses a simple "init.json" file to set some parameters.

The script builds 4 GTFS files: stops, stop_times, trips and routes.