-
Notifications
You must be signed in to change notification settings - Fork 31
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
Get Route Information from OSM #13
Comments
If that is fine to add those to OSM, that is indeed the best way to get this information. When you re-edit the Floripa routes, could you maybe also add the colors while you are at it? Adding the The |
I made some progress on this in the context of #76 and included in the work for #96. Now all tags from OSM are getting passed on to the creators and within #30 the desired information for GTFS are initialized attributes on the classes and their objects representing the data. |
Resolved with accepted PR #99 |
Hi there,
the script obtains some attributes from the route from OpenStreetMap, such as reference number (
ref
) and the name. And then there are additional attributes hard-coded in the script, these are:Those should be pulled from OpenStreetMap and not be hard coded.
The tagging schema provides tags on bus routes for
description
,colour
and we can also addwebsite
. For the text color we could either come up with a new tag in OSM or define it in the script's config file (#3)The text was updated successfully, but these errors were encountered: