-
Notifications
You must be signed in to change notification settings - Fork 1
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
understanding the converter #1
Comments
Hi,
Issue (non-identifiable IDs):
Configs: The proper way to do a geo-location would probably be to take the lat/long data stored in the stops and run a geo-localization. The networkx graphs should already have the lat/long data (gtfs2graphs.py:L97). Google's geo-location is just a RESTful call, but the free plan is limited afaik to 1k calls each day (150k after registration). |
Thank you, the documentation is extremely helpful! I'll be continuing to work on this and will ask if I have further questions. |
Hello - thank you for creating this gtfs converter - I'm surprised this does not get more use. I've used gtfs2graphs to convert the gtfs feed for a specific agency into network graphs for the most part, but wanted to understand the project a bit better. There also appear to be some possibly deprecated code that refer to conf files that do not exist (in gml_extract_types.py).
To clarify -
While the gtf2graphs.py appears to have worked for the feed I am interested in working with, it appears that the graphs output with non-identifiable ID's. It also appears that there are some config files that are set up specifically for Germany - is this something we will have to set regionally?
Thanks again in advance.
The text was updated successfully, but these errors were encountered: