Skip to content

Extract useable numbers from published orienteering results

License

Notifications You must be signed in to change notification settings

aeszter/OL-extract

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

OL-extract

Extract useable numbers from published orienteering results

Results of orienteering meets (specifically, the splits table giving times for each competitor and each control) are usually presented in a hard-to parse way: Two lines per competitor (split and leg time) are layed out with blanks and newlines only (no HTML table). Moreover, these two lines are wrapped as a pair (so line 1 continues as line 3, 2 continues as 4).

Therefore, importing times into a spreadsheet to perform post-race analysis is a hassle. OL-extract is a simple bash/awk script that can be used to convert split times into a useable format:

extract.sh infile.txt |xclip -selection clipboard

About

Extract useable numbers from published orienteering results

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages