-
Notifications
You must be signed in to change notification settings - Fork 0
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
Score mode #5
Comments
Thanks That's awesome and already useful. Some more suggestions.
|
(And a good TODO would be to capture the latest timestamp in the input OSM data and display it somewhere for clarity; this kind of problem has come up a few times. I could also think about regularly updating the OSM extract) |
Thanks for the quick turnaround ! The tool is already proven useful ! |
Annoter useful feature would be to be able to export the POIs (or generate the matching Overpass query) that are too far from any bike parking (while specifying a cut-off distance). |
I added a download button at the bottom of the sidebar. You get a geojson file with points for each amenity you selected, with:
|
Rethinking the purpose of the score mode... people want to see how far different sources (chosen POIs) are from the nearest destination (bike parking for now, but could be configurable). What about a different way of showing this -- drawing isochrones around every bike parking, and highlighting the chosen POIs? Some will be within the isochrone, nice and close, but if you want to find gaps in coverage with lots of demand, that seems like it'd be intuitive? There's a whole complex space of "where is it optimal to place the new grocery store" analysis that also makes sure a destination has enough capacity to meet all the demand nearby, but the multi-isochrones is a simple start. |
I worry that the multi-isochrone becomes more difficult (less precise) to read, especially as we're dealing with small distances (bike parking should be a few meters walking away from POIs to be useful). But if there is no nearby POIs there is no need for a street to be "covered". I can also imagine use-cases for the "coverage" mode (eg. "which areas of the city are further than 20min walk from daycare/supermarket/bar") so to me it's serving a different purpose than the "score mode". Thinking out loud, I'm wondering if the source/target could be something customizable, where in "advnanced mode" the user enters a list of OSM tags, or a overpass-like query terms. So you don't have to implement every possible source/destination types ? Also in addition to the "foot/car/bike/PT" profiles, maybe a "bird" could be useful, that just looks at a straight line (and a distance instead of time?) |
The text was updated successfully, but these errors were encountered: