ETM-540 Team Project - Portland Oregon Tourism Route Optimization
This R Shiny application loads data from a CSV file that contains location information that is used to map each attraction using the shiny leaflet library. In addition, the detailed information for each location is displayed in a table format below the map output in the UI.
The map is interactive and allows for zooming in/out, provides pop-ups for each location that includes the name and address.
The table data can be sorted by the user by clicking on the header/title of each column.
The model used is a traveling salesman problem (TSP) implementation to minimize the path taken to visit each user selected location; round-trip.
Live Application Demo: https://89lexk-duane-murray.shinyapps.io/code/