Skip to content
This repository has been archived by the owner on Mar 15, 2024. It is now read-only.
/ golfml Public archive

Automatically exported from code.google.com/p/golfml

Notifications You must be signed in to change notification settings

devleaks/golfml

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 

Repository files navigation

golfml

Automatically exported from code.google.com/p/golfml

The purpose of GolfML is to provide a XML-based file format for the exchange of golf-related data.

There are numerous golf scorecard programs and online web sites that allow golfers to browse course information, print scorecards, keep track of scores, and analyze statistics, or view a Google Earth fly-over of each hole.

Most programs or web sites use proprietary data representation and only few of them allow for data exchange of course descriptions such as scorecard, hole par, length and handicap strokes. If available, data import or export is often performed in site- or application-specific proprietary format.

We promote the use of a vendor-neutral, open data format for the exchange of golf-related data like golf course descriptions, or golfer scorecards.

The markup language will focus on:

  • The description of golf courses, including geo-spatial data
  • The golfer's logbook, with scorecards and statistics

The first part of this project defines a uniform data format to present golf course information such as name, address, number of courses, available facilities, course description, individual hole tee length, par, handicap strokes, etc. This data format also allows definition of geographic areas such as GPS coordinates (of tees, holes, trees and traps...) or surfaces (such as fairways, bunkers, greens, lake...). It also permit references to files like pictures, video, or other media.

The second part of the project defines a data format to allow golfer to record scores, statistics, and golf equipment. Scores can be as simple as stroke counts or as complex as location-based individual stroke record.

This project will not deliver software code. It will deliver a vocabulary, XML specifications and references to allow for data exchange between golf software applications.