Code Monkey home page Code Monkey logo

Comments (5)

missinglink avatar missinglink commented on July 17, 2024

need to discuss with @kevinkreiser

added to list of data issues to discuss here: https://github.com/valhalla/tools/issues/96

from interpolation.

missinglink avatar missinglink commented on July 17, 2024

more recent screenshot, showing all the lines and which line each point is projecting on to (finds the closest).

it appears that the highway:footway are being used for interpolation.

ss

from interpolation.

missinglink avatar missinglink commented on July 17, 2024

another similar issue for bus stop (top right):

http://www.openstreetmap.org/way/384288970

ss

from interpolation.

kevinkreiser avatar kevinkreiser commented on July 17, 2024

for the bus issue above we end up keeping that little Bahnsteig because it has bus=yes which makes us assume that buses can drive on it and therefore its routable. turns out this makes no sense in this case because it also has: public_transport=platform which really means its a place for people to stand/sit and catch the bus not a way on which buses drive. @gknisely maybe we should change it to be pedestrian?

looking at taginfo it seems to show that bus=yes on a way is very rare: https://taginfo.openstreetmap.org/tags/bus=yes

maybe we shouldnt assume anything about access unless its access=bus for example. i cant find any docs that say motorcar=yes is about access on a way, i mean its even more rare than bus! https://taginfo.openstreetmap.org/tags/motorcar=yes

anyway even if we do change this, we might still one day get it into the data as routable by pedestrians if we start processing the public_transport=platform tag value combo.

the unfortunate thing is that the way has the same name as the street since thats the name of the stop. but why did they need to name the way. they named the one bus_stop node already. im not sure if we should say the data is wrong or if we should plan to work around this. i think if we do the revision about assuming access as mentioned above it should be fixed.

from interpolation.

gknisely avatar gknisely commented on July 17, 2024

I say we should toss...let me know if i should add the logic.

if (kv["public_transport"] and bus[kv["bus"]]=="true" and kv["highway"]==nil) then
return 1
end

from interpolation.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.