Project Summary
The Routemodel GUI would be an interactive dashboard that would display the route of ASC to a strategy person. Based in the main visualization dashboard, user would be able to interact with the dashboard, dragging different points, enabling stops, and modifying the route which would then output a new set of long/lat values that would be fed into our other models. This would allow real time updates to the route, adjustments that would have to be made in the event of a detour and allow us to physically see the expected times for different parts of the route.
Goals
Have a functioning, interactive dashboard to display the upcoming ASC route
Connect the output of the dashboard to the models
Inputs
The GUI should be interactive, allowing users to move the map and add pinpoints
Should take in an initial set of coordinates or start/end route points
Outputs
A list of all longitude/latitude values of the route from the current position onwards.
A visible map in the dashboard with the expected route highlighted
Notes
Leaflet (https://leafletjs.com/ ) appears to be the preferred library from past research for producing the Routemodel GUI