Skip to content

Commit

Permalink
Add README for scales data
Browse files Browse the repository at this point in the history
  • Loading branch information
Agilulfo committed Sep 17, 2024
1 parent eccbcf7 commit d306a51
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions src/data/README.MD
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
## intro
Climbing scales are defined in the '.csv' files within this folder.

different disciplines have dedicated files:
- [aid](./aid.scv) climbing
- [bouldering](./boulder.csv)
- [ice](./ice.csv) climbing
- [sport](./routes.csv) climbing

in each file is defined a *score* representing a discrete virtual grade starting from 0.
And to each score is reported the correspective grade in each supported scale
one grade in a given scale (e.g. french 6a) can corrispond to multiple scores.

## adding / editing scales

the main step to add or modify a scale is to add or modify the correspective column in the desired csv file.

Scales are converted into json files with [this](./csvtojson.ts) script (see instruction within the script).

0 comments on commit d306a51

Please sign in to comment.