evfan |
05-31-2024 09:52 AM |
Quote:
Originally Posted by toddsmig
(Post 2336009)
TV hasn't updated their online golf system in decades. Especially same day, having to call multiple courses in the hopes of maybe finding a tee time wastes golfers' time, and the starters'/pro shops' time. Most courses nowadays (outside of TV) have "real time" tee times right on their website. As a reservation is made, the site updates immediately. Calling around course to course is archaic. Id#'s and the "points" system could all easily be integrated into a new real-time, entirely web based system.
|
I’m still new-ish to the Villages (~ 1 year), but I quickly realized the tee time system was pretty difficult to use. Just for some background, I don’t consider myself a good golfer but my past life was writing code for big data. Among the 5896 golfers whose GHINs are with the Villages, the average HCP (as of a few days ago) is 19.25 and I’m still in the mid 30’s (bottom 5%). I can't hit a driver to save my life. So I like playing as a single with (hopefully) few behind me just to improve and work on my game.
I wrote some code to help me visualize tomorrow’s tee times using a series of bar graphs of tee times, down to 15 minute blocks. In seconds, I can see on one screen all of the available tee times here and then I look for open foursomes for either type of course: championship or executive. I run my code quite late in the evening so I can wake up the next morning and decide where I’m going to go play. I sort the courses on the screen by GPS distance from my house. It also emails me a copy so I have it on my phone. I’ve successfully used this for about a year to play nearly 120 rounds on the championships (I’m usually off in the first hour) and I’m always a walk on. I also added code to show course closures and tournaments, but that was for completeness’ sake. Eventually I’ll attempt to add the aeration schedules when time permits.
I have enough daily historical data now to compute stats on which courses are the easiest to walk on for any given day of the week.
I pondered turning all of this into a mobile app (and maybe an Alexa skill) which would address the OP’s question. One issue is I briefly moved my code to run in the cloud, but it was just a little too expensive to maintain versus just running it on my own PC. In addition, there are some legal terms of service which suggest I can’t repost or commercialize the data. So that mobile app idea may be out the door. No, I haven’t talked with anyone officially about it.
It isn’t live data, but it works pretty doggone good for my own use as a walk-on. I’m only posting just to say this can be done.
|