Skip to content

pjseth/Dyanmo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

88 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Description

This code processes geographic data stored in an SQLite database and runs an Mixed Integer Linear Programming Model to allow for evacuation route customization in Korea. The script utilizes pandas, geopandas, sqlalchemy, shapely, json, networkx, matplotlib, sqlite3, scipy, and pyproj libraries to handle data manipulation, spatial operations, and database connectivity.

The backend supports integrating the supply data (assumed to be given to the NEO teams in Korea during a time of emergency evacuation) into the program to run its MILP Model into an OpenStreetMap API. The front end is a web application that projects the OpenStreetMap API as an HTML page. It provides API endpoints for updating and retrieving information about railroads from the SQLite database.

Installation

On the repo, simply follow to path of the frontend static folder Run the script: python3 server.py Connect to localhost: 8000 to see results

Further Exploration

The program can easily be adapted using the supply data of other evacuation situations by modifying the scripts “linearprog.ipynb” and changing the existing supply data. The modify the front end mapping to different country requires importing a different map from OpenStreetMap API as a geojson file (see the rail_network.geojson file for reference). Then the “import_geoJSON.py” file should be modified to connect to the new mapping.

About

Hacking 4 Defense Evacuation Project

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages