CityScope / CS_Cooper-Hewitt

meta repo/sandbox repo for keeping everything related to the Cooper Hewitt exhibition
5 stars 2 forks source link

Zombies going through Building #63

Closed agrignard closed 5 years ago

agrignard commented 5 years ago

Right now due to the structure of the graphs, people are going through building when they go from A to B (even if they don't live in a building) because it can be theri shortest path. This is due to the actual structure of the graph.

One "easy" even if I know that recreating a graph is tuff would be to modify the current graphs and just remove the connection in the building and be sure that there is a "hole/void" in the center of each building so no one would choose this road except to actually go there.

I think this can also help for issue #57 and maybe also #46

agrignard commented 5 years ago

This should now be fix thanks to the new graph uploaded by @LAAP