acteng / atip

Active Travel Infrastructure Platform
https://acteng.github.io/atip/
Apache License 2.0
22 stars 4 forks source link

Add dedicated crossings identification functionality #137

Open robinlovelace-ate opened 1 year ago

robinlovelace-ate commented 1 year ago

As outlined by @chris-ate this could be a priority.

Reasoning:

Thoughts on user story

In terms of how that could look, imagine sketching the top path in the route below, it would be useful to flag that there are many crossings, meaning many opportunities for left-hook crashes.

image

Source: https://www.openstreetmap.org/relation/6386965#map=17/53.80788/-1.64609

dabreegster commented 1 year ago

Any more context here?

robinlovelace-ate commented 1 year ago

Any more context here?

Just added 👍

dabreegster commented 1 year ago

Thanks! This sounds like a good thing to tack onto the wishlist in #69. That issue has ideas and a prototype for how to implement it. We have to make some UX and data storage choices that're a bit interesting... for example, after we draw a route (which is recorded in the GeoJSON file) and we calculate crossings with a bunch of metadata, should we save that in the geojson file too? Or recalculate it later, treating it like a contextual layer?