Storing and analyzing rock climbing difficulty
Posted
by
Zonedabone
on Programmers
See other posts from Programmers
or by Zonedabone
Published on 2012-10-24T04:15:48Z
Indexed on
2012/10/24
5:25 UTC
Read the original article
Hit count: 317
I'm working on a WordPress plugin to manage rock climbing data, and I need to think of a way to store rock climbing grades from all of the different systems in a unified way. There are many different systems, all of which have some numerical system.
A comparison of all the systems: http://en.wikipedia.org/wiki/Grade_(climbing)#Comparison_tables
Is there some unified way that I can store and analyze these, or do I just need to assign numbers to them all and call it a day? My current plan is to save the score type and then assign each score a numerical value, which I can then use to compare and graph them.
© Programmers or respective owner