html5-img
1 / 35

My Race Pace: GIS Solution for Marathons

My Race Pace: GIS Solution for Marathons. Matthew Garrod GEOG 596A Capstone Project Proposal, 12/19/2012. 26.2 Miles?!. Fred Lebow, New York City Marathon co-founder:

leann
Download Presentation

My Race Pace: GIS Solution for Marathons

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. My Race Pace:GIS Solution for Marathons Matthew Garrod GEOG 596A Capstone Project Proposal, 12/19/2012

  2. 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.”

  3. Just 2 Things… • How fast / what pace am I going to run? • Where can my family & friends find me along the course? Is there a GIS solution?

  4. How fast / what pace am I going to run? 4:00 = 9:09 min / mile 3:00 = 6:52 min / mile

  5. How fast / what pace am I going to run?

  6. Where can my family & friends find me along the course?

  7. GEOG 863 GIS Mashups for Geospatial Professionals Spring 2012

  8. GEOG 863 Final Project Create a GIS Web Mashup with a clickable sidebar to interact with the map

  9. GEOG 863 Final Project • Used Google Maps API V3 with dojo JavaScript framework, PHP, and MySQL database for storing the polyline of marathon courses • 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 • Used Google’s direction service to calculate directions to the point clicked

  10. GEOG 863 Final Project

  11. Calculate Distance on Polyline

  12. Calculate Distance on Polyline

  13. Calculate Distance on Polyline

  14. Calculate Distance on Polyline

  15. Capstone Project Expand on GEOG 863 Final Project by adding the following GIS features: • Create Python script with ESRI’s arcpy Python module to populate the database with marathon courses as polylines • 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 • Enhance the function that calculates the distance from the start of the polyline to where the user clicked

  16. Python Script • Manually find marathon courses on Garmin Connect (kml file) • Use standard Python library and ESRI’s arcpy Python module to: Convert the kmlto a shapefile Simplify the polyline Insert string representation of polyline (as JSON) into the MySQL database along with attributes associated to the marathon

  17. Water Stops • Insert the point features into the MySQL database representing water stops along a marathon course • Add an option to toggle water stops on/off

  18. GPX What is GPX? GPX (the GPS eXchange 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?

  19. Elevation Service • Use Google’s elevation service to generate an elevation model of the selected marathon course elevationService.getElevationAlongPath({ path: latlngs, samples: samples }, plotElevation);

  20. Enhance Calculate Distance Function

  21. Research • Search for web applications with similar functionality • Demonstrate that I’m adding something new and of value • Any changes to my project based on research?

  22. Research – races2remember

  23. Research - MapMyRun

  24. Research – My Athlete Live

  25. Research – XL Run

  26. Changes after Research • 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 • Real-time tracking based on runner’s goal time • Add point features for medical stations • Smart phone app?

  27. Mile Splits from Elevation • In addition to even mile splits, include option to use the elevation model to adjust mile splits

  28. Mile Splits from Elevation • Two pass balanced distribution around zero • 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

  29. Mile Splits from Elevation First pass. For every mile, add or subtract % of seconds depending on elevation change

  30. Mile Splits from Elevation First pass. For every mile, add or subtract % of seconds depending on elevation change

  31. Mile Splits from Elevation Second pass. Alter mile split seconds from first pass

  32. Real-time Tracking • Real-time tracking based on runner’s goal time. Possible simple smart phone app to update runner’s current position.

  33. Timeline

  34. Conclusion • Purpose: Link web application from individual marathon sites and/or MarathonGuide.com • 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 • Full featured smart phone app? Not yet, but a must

  35. 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-half-marathon-8k-national-championship-course [Image of Garmin Forerunner 405 watch]. Retrieved December 1, 2012, from: https://buy.garmin.com/shop/shop.do?pID=11039 [Image capture of pace band from races2remember]. Retrieved December 1, 2012, from: http://www.races2remember.com/PaceBands.php [Image capture of MapMyRun 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 iPhone App]. Retrieved December 1, 2012, from: http://www.xlrun.com/?p=170 GEOG 863 Final Project: http://206.130.112.6/PSU/863/Final_Project/

More Related