ProjectSidewalk / accessvis

AccessVis -- providing an at-a-glance visualization of physical accessibility of an urban area
https://projectsidewalk.github.io/accessvis/
MIT License
2 stars 0 forks source link

Input Features to Model #1

Open jonfroehlich opened 5 years ago

jonfroehlich commented 5 years ago

Here's a brainstorm and ongoing discussion of features to use as input to AccessScore model. @manaswis and I have been talking about this a lot so I'm sure I missed something.

Project Sidewalk Data

Other data

Proximity to POIs

Another thing to think about is the side of the road that the problem exists on. This would particularly impact routing algorithms but could also impact our visualizations, I think.

richardwmcgovern commented 5 years ago

Regarding side of the road, perhaps this can be inferred by cross-referencing a geometry table (do you have street shapefiles? something related?). Streets are represented as lines with from and to nodes. With these you can have a consistent understanding of topological "right" and "left" sides, by checking if the point observation is respectively "under" or "above" a line pointed in the positive x-direction, or vice-versa if the to node is down or to the left of the from node.

Can I access your data to see what can be fiddled with?