Skip to content

Latest commit

 

History

History
25 lines (25 loc) · 1.53 KB

README.md

File metadata and controls

25 lines (25 loc) · 1.53 KB

gisFYP

My final Year Project for Threat Evaluation and Weapons Assignment system with a simulator based visualization based on geodjango, postgis, leaflet and QGIS

Project Description

The project is about Threat Evaluation and Weapons Asssignment. The basic modules of the project include:
1- Threat Evaluation Module
2- Threat Weapons and Defended assests Visulaization
3- Simulator
Threat Evaluation and Weapons Assignment system is the one that evaluates threats present near the terrotiry of Defended Assests and assign weapons to them based on some logic.

Threat Evaluation Module

Threat Evaluation Module uses a mathematical model to evaluate threats based on multiple parameters such as
1- Speed of threat
2- Angle of threat
3- Latitude and Longitude of threat
4- Range of threat
5- Altitude of threat
6- Distance between threat and Defended Asset
7- Vitality of Defended Asset
8- Carried Ammuniation by threat

Threat and Defended Assests Visualization

Visualization is based on two modules working in parallel i.e. Threat Simulator and Threat Evaluator. It is a django, geodjango and Leaflet based app which visualizes the scenarios generated by the threat simulator.

Threat Simulator

A simulator which generates the scenarios in which the Threat Evaluation is done.

Implementation Details

Simulator and Threat Evaluation module is written in python and integrated in django and geodjango app. Database used is postgis and data is integrated using QGIS.