We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eccbcf7 commit d3a2cf4Copy full SHA for d3a2cf4
1 file changed
src/data/README.MD
@@ -0,0 +1,18 @@
1
+## Intro
2
+Climbing scales are defined in the '.csv' files within this folder.
3
+
4
+Each discipline have dedicated files:
5
+ - [aid](./aid.csv) climbing
6
+ - [bouldering](./boulder.csv)
7
+ - [ice](./ice.csv) climbing
8
+ - [sport/trad](./routes.csv) climbing
9
10
+In each file is defined a *score* representing a discrete virtual grade starting from 0.
11
+For each score it is reported the correspective grade for each supported scale.
12
+A grade in a given scale (e.g. french 6a) can corrispond to multiple scores.
13
14
+## Adding/Editing scales
15
16
+The main step to add or modify a scale is to add or modify the correspective column in the desired csv file.
17
18
+Scales are converted into json files with [this](./csvtojson.ts) script (see instruction within the script).
0 commit comments