Nate-Wessel / bike-map

OSM-based map with bike-specific visual hierarchies
Other
9 stars 0 forks source link

Smooth hierarchy to improve visual continuity #8

Open Nate-Wessel opened 4 years ago

Nate-Wessel commented 4 years ago

There are many places where the bins for street hierarchy seem to break at visually/logically inconvenient places. That is, a street or part of the network that seems functionally/visually continuous may be broken into multiple values in the hierarchy. Some examples:

Bloor West: Screenshot_2020-01-14_11-13-001

Sorauren Ave: Screenshot_2020-01-14_11-11-55

Borden Street: Screenshot_2020-01-14_11-13-00

We need to find a way of aggregating these into more coherent/continuous entities.

Nate-Wessel commented 4 years ago

Yet another place I could apply a hidden markov model??

i.e. penalizing state transitions and viewing bin assignment as semi-random.