-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathREADME
More file actions
21 lines (14 loc) · 833 Bytes
/
README
File metadata and controls
21 lines (14 loc) · 833 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
The Project is a prototype for Emergency evacuation and simulations in Indian context.
Major focus of this project is nuclear plant, chemical gas leak sort of hazards.
This projects dynamically generates the evacuation routes during emergency situtations .
1. install expat by downloading expat source code.
run ./configure
make install
apt-cache search libname
2. Download boost and place it in /osm4routing-MyParser/ .
place these two files : Makefile.graphevacualtion, routing.cpp(inside /EmergencyEvacuationModellingAndSimulation/osm4routing-MyParser/boostFiles) in "boost_directory"/libs/graph/example.
3.Run Makefile
CREDITS :
osm4routing-Parser - customized it to build a graph from the osm map.
BOOST library - used graph library to genrates evacuation routes.
Maperitive - for visulazation of evacuation routes.