f4bb663934c76e4cadd1eb3c09435b55.ppt
- Количество слайдов: 35
My Race Pace: GIS Solution for Marathons Matthew Garrod GEOG 596 A Capstone Project Proposal, 12/19/2012 1
26. 2 Miles? ! Fred Lebow, New York City Marathon co-founder: "The marathon is a charismatic event. It has everything. It has drama. It has competition. It has camaraderie. It has heroism. Every jogger can't dream of being an Olympic champion, but he can dream of finishing a marathon. ” Kathrine Switzer, women's marathoning pioneer: "If you are losing faith in human nature, go out and watch a marathon. ” 2
Just 2 Things… 1. How fast / what pace am I going to run? 2. Where can my family & friends find me along the course? Is there a GIS solution? 3
How fast / what pace am I going to run? 4: 00 = 9: 09 min / mile 3: 00 = 6: 52 min / mile 4
How fast / what pace am I going to run? 5
Where can my family & friends find me along the course? 6
GEOG 863 GIS Mashups for Geospatial Professionals Spring 2012 7
GEOG 863 Final Project Create a GIS Web Mashup with a clickable sidebar to interact with the map 8
GEOG 863 Final Project • • Created a sidebar to select a marathon and a goal time (i. e. pace chart) • Included a map with a polyline of the marathon course selected • Created a function to calculate distance when a user clicks on the polyline • Used time = distance / speed to calculate time of day the runner should be at the point clicked • 9 Used Google Maps API V 3 with dojo Java. Script framework, PHP, and My. SQL database for storing the polyline of marathon courses Used Google’s direction service to calculate directions to the point clicked
GEOG 863 Final Project 10
Calculate Distance on Polyline 11
Calculate Distance on Polyline 12
Calculate Distance on Polyline 13
Calculate Distance on Polyline 14
Capstone Project Expand on GEOG 863 Final Project by adding the following GIS features: • • Add point layer on map for water stops along the marathon course • Include an option to download a GPX file that represents the course and goal time the user selected • Use Google’s elevation service to accurately determine changes in elevation for the course • 15 Create Python script with ESRI’s arcpy Python module to populate the database with marathon courses as polylines Enhance the function that calculates the distance from the start of the polyline to where the user clicked
Python Script • Manually find marathon courses on Garmin Connect (kml file) • Use standard Python library and ESRI’s arcpy Python module to: 1. Convert the kml to a shapefile 2. Simplify the polyline 16 3. Insert string representation of polyline (as JSON) into the My. SQL database along with attributes associated to the marathon
Water Stops • • 17 Insert the point features into the My. SQL database representing water stops along a marathon course Add an option to toggle water stops on/off
GPX What is GPX? GPX (the GPS e. Xchange Format) is a light-weight XML data format for the interchange of GPS data (waypoints, routes, and tracks) between applications and web services on the Internet. (GPX, 2012) • Add an option to generate a GPX file based on the marathon course selected and the goal time entered Why? 18
Elevation Service • Use Google’s elevation service to generate an elevation model of the selected marathon course elevation. Service. get. Elevation. Along. Path({ path: latlngs, samples: samples }, plot. Elevation); 19
Enhance Calculate Distance Function 20
Research • • Demonstrate that I’m adding something new and of value • 21 Search for web applications with similar functionality Any changes to my project based on research?
Research – races 2 remember 22
Research - Map. My. Run 23
Research – My Athlete Live 24
Research – XL Run 25
Changes after Research • • Real-time tracking based on runner’s goal time • Add point features for medical stations • 26 Options to adjust mile splits. Use Google’s elevation service to calculate when to slow down for positive elevation change and when to speed up on negative elevation change Smart phone app?
Mile Splits from Elevation • 27 In addition to even mile splits, include option to use the elevation model to adjust mile splits
Mile Splits from Elevation • Two pass balanced distribution around zero • • 28 First pass will distribute seconds based on elevation gain or loss Second pass will alter seconds from first pass. Weighted depending on percentage in each distribution
Mile Splits from Elevation First pass. For every mile, add or subtract % of seconds depending on elevation change 29
Mile Splits from Elevation First pass. For every mile, add or subtract % of seconds depending on elevation change 30
Mile Splits from Elevation Second pass. Alter mile split seconds from first pass 31
Real-time Tracking • 32 Real-time tracking based on runner’s goal time. Possible simple smart phone app to update runner’s current position.
Timeline 33
Conclusion • • Only web application that would offer the combination of time and distance with an interactive map (exception of XL Run) • Additional non-GIS features will be added (interval change to km, social media integration, print PDF of pace band, time to start line) • Incorporate real-time GPS tracking using smart phones with GPS • 34 Purpose: Link web application from individual marathon sites and/or Marathon. Guide. com Full featured smart phone app? Not yet, but a must
Citations Special thanks to Jim Detwiler Luff, Christine. (November 12, 2012). About. com. In Quotes About Running Marathons. Retrieved December 1, 2012, from http: //running. about. com/od/runninghumor/tp/marathonquotes. htm. Foster, Dan. (n. d. ). GPX: The GPS Excahnge Format. In GPX: the GPS Exchange Format. Retrieved December 1, 2012, from http: //www. topografix. com/gpx. asp. [Course map of Cincinnati Flying Pig Marathon]. Retrieved December 1, 2012, from: http: //www. flyingpigmarathon. com/race_information/schedule/marathon. shtml [Course map of Carmel Marathon]. Retrieved December 1, 2012, from: http: //www. carmelmarathon. com/pages/marathon-halfmarathon-8 k-national-championship-course [Image of Garmin Forerunner 405 watch]. Retrieved December 1, 2012, from: https: //buy. garmin. com/shop. do? p. ID=11039 [Image capture of pace band from races 2 remember]. Retrieved December 1, 2012, from: http: //www. races 2 remember. com/Pace. Bands. php [Image capture of Map. My. Run map of Cincinnati Flying Pig Marathon]. Retrieved December 1, 2012, from: http: //www. flyingpigmarathon. com/race_information/schedule/marathon. shtml [Image capture of map from My Athlete Live]. Retrieved December 1, 2012, from: http: //www. myathletelive. com/storage/races/2012/ohio/index. html [Image capture of XL Run i. Phone App]. Retrieved December 1, 2012, from: http: //www. xlrun. com/? p=170 35 GEOG 863 Final Project: http: //206. 130. 112. 6/PSU/863/Final_Project/