-
Notifications
You must be signed in to change notification settings - Fork 16
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
sharedstreets.tile.get_tile doesn't get dedicated infraestructure for buses like BRT in Buenos Aires #20
Comments
Thanks for the report! This might be related to the road class filter in the tiles we use? Can you try passing a different URL template to E.g. replace the |
I used the following template:
Using the following line in OSMNX i get those roads
|
Hm, maybe that’s not the URL. @kpwebb do you have an index of URLs that I’m mis-remembering? Any updates on sharedstreets/sharedstreets-ref-system#20? |
@alephcero and @migurski thanks for flagging this. On the first point about metro bus segments, that's very likely a road class issue. Per Mike's point, "level 6" is currently clipping out roads unless they're "tertiary" or greater, or "unclassified". It's likely the busway doesn't meet that criteria. At the moment we only have "level 6" tiles up on the tile endpoint, but we can add level 7 (service) and 8 (other). We're also in the process of adding a "level 9" for bike and ped infrastructure. As a starting point I'll copy up the existing 7 and 8 tiles, and update this thread. I'm curious if that addresses the busway. In case you're interested you can see how we define the levels here -- I'll move this into the reference spec documentation: |
That's great news! I'll wait for the updates and glad to help in this project! |
I'am running Python 3.6.5
Using the python library on Buenos Aires City with sharedstreets.tile.get_tile(12, 1383, 2468) I get
There you can see Metrobus Network (Buenos Aires BRT) is missing in the geometries.
While in you online map you can see it loaded to sharedatreets network
https://platform.sharedstreets.io/-34.62128/-58.37974/16.467/
The OSM tag on the Metrobus BRT shows access=no, bus=yes as specified in the OSM docs
The text was updated successfully, but these errors were encountered: