Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Enabling a fast simple creator without timetable #118

Open
prhod opened this issue Dec 27, 2017 · 3 comments
Open

Enabling a fast simple creator without timetable #118

prhod opened this issue Dec 27, 2017 · 3 comments

Comments

@prhod
Copy link
Collaborator

prhod commented Dec 27, 2017

I think we could use a simplification of the creation of a new creator by allowing the generation of a GTFS without any trips, calendar or stop_times with the default creator and only a config file. (I think @nlehuby talked about that with @xamanu in a comment a few days ago).
I think it could be usefull for new users of osm2gtfs when working on a new creator for a city, or just to extract OSM Transit data for simple analysis in QGIS.

@nlehuby
Copy link
Collaborator

nlehuby commented Mar 4, 2018

I think it would be even better if it creates a valid GTFS, with all files, but with dumb schedules (one trip per route & +1min between each stops, or so).

The trips and stop_times are interesting too when working on a new creator, because they list the stops in the right order for each route.

@nlehuby
Copy link
Collaborator

nlehuby commented Jan 4, 2019

We could have this by implementing #146 and add dumb default values (if not set in OSM).
For instance:

  • interval = 12:00
  • opening_hours = Mo 08:00-20:00
  • duration = 01:00

@pantierra
Copy link
Contributor

I like the idea. We just should pay attention to not remove important functionality. IMHO we would need a way to select the different standard creators from the command line. There I could think about different solutions (let the user select, select on the availability of input etc).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants