Difference between revisions of "Accessibility Map"
Nkastelman (talk | contribs) |
|||
Line 32: | Line 32: | ||
==Challenges== | ==Challenges== | ||
− | As a group, we will have challenges adapting to a new coding language (python) and adjusting our algorithm, GIS, to match our goals | + | As a group, we will have challenges adapting to a new coding language (python) and adjusting our algorithm, GIS, to match our goals. |
We have had challenges using arcGIS as a tool and not as the whole project. Because we have been learning how to use many different new tools, we have become distracted from the goal of making an actual product. | We have had challenges using arcGIS as a tool and not as the whole project. Because we have been learning how to use many different new tools, we have become distracted from the goal of making an actual product. | ||
+ | |||
+ | We will also need to figure out how to take the data from ArcGIS and export it so it is available for others to use. | ||
+ | |||
+ | Creating a line on a map so users know where to go. | ||
Revision as of 19:40, 23 March 2018
Contents
Team Members
Hannah Smith
Zahra Wright
Noah Kastelman
John Gibson (TA)
Description
We are creating an “Accessibility Map” program available to WashU students and visitors. This map will tell you the most efficient route to take while on the WashU campus. This will allow students or visitors to get different places as quickly as they can. It will also be able to tell you the best route if you are handicap by taking out the pathways that are not handicap accessible.
Components
Map
Paths, Buildings, Distances -we will be collecting data to input into our algorithm -this will include routes both handicapped accessible and not
Algorithm
Dijkstra's Algorithm - with inputed data distances, this will compute the shortest distance between a destination and current location
Display
Website ArcGIS - we want to display the fastest route using a website display.
Challenges
As a group, we will have challenges adapting to a new coding language (python) and adjusting our algorithm, GIS, to match our goals.
We have had challenges using arcGIS as a tool and not as the whole project. Because we have been learning how to use many different new tools, we have become distracted from the goal of making an actual product.
We will also need to figure out how to take the data from ArcGIS and export it so it is available for others to use.
Creating a line on a map so users know where to go.
'Final Product Expectations
- export arcGIS nodes and lines of WashU's campus
- enter into shortest route google maps like program