The Envisioned Solution has two main parts to it. A front and back end. These two parts
will be hosted on AWS. The diagram below shows the general architecture of the system.
When the user first visits the app they will be greated with a logi page that will verify credentials in order to access the rest of the software. If the user has a valid login they will be greated with the home page of our application.
A user will then be able to draw polygons on a map and that will be sent to the backend for processing. The front end will consist of a Django web framework and OpenLayers javascript library. These combined will work together to display a Bing map.
The back end will consist of a python based prediction system running a static raster simulation.
Once the result is calculated it will be sent to the front end for display.