Skip to content

Commit d3a2cf4

Browse files
committed
Add README for scales data
1 parent eccbcf7 commit d3a2cf4

1 file changed

Lines changed: 18 additions & 0 deletions

File tree

src/data/README.MD

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)