Skip to content

Supplementary code base for evaluating road networks. I used this for my master thesis Detecting Highways In Road Networks.

License

Notifications You must be signed in to change notification settings

darkclouder/detecting-highways

Repository files navigation

Detecting highways in road networks

Supplementary code base for evaluating road networks. I used this for my master thesis Detecting highways in road networks.

Setup

You can either use an IDE to install the gradle dependencies or use ./gradlew for Unix-based oses or gradlew.bat for Windows.

Running

file FILE_PATH [WEIGHT (default: cost)] [DIRECTED (default: yes)] [ALGORITHM (default: edge_betweenness)] [META_FILE]
postgres NETWORK_ID POSTGRES_URL POSTGRES_USER [WEIGHT_COLUMN (default: cost)] [ALGORITHM (default: edge_betweenness)]

About

Supplementary code base for evaluating road networks. I used this for my master thesis Detecting Highways In Road Networks.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages