download the latest version of StreetViewAC
preparation of graph(network) model which apply city elements( stations, bus stop etc.)
- example .3dm file (network_w_elements.zip)
- elements can input with rhino textdot object, must be layers named prefix “element_”.
how to apply weight: you can describe node(element) weight through .csv format
- example .csv file (test_weight.zip)
- Names need to match element names of textdots in rhino .3dm model.
how to apply those elements and weights on StreetViewAC
- go “element layer” tab on “control panel”
- pull down element layers to apply “origin(s) from layer” / “destination(s) from layer”
- pull down to chose weight types
- go “shortest path” tab on “control panel”
- set “k = ” value for k-th shortest path for passing rate(set 1 explore only best shortest path ), or set buffer distance for shortest path(s)
- go “evaluation experimental” tab on “control panel”
- press “pass count layer origin(s) to layer destination(s)” button
- go “visualize” tab on “control panel”
- check “show node info”, will view pass count of each node
Comments are closed.