-
Notifications
You must be signed in to change notification settings - Fork 17
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
18 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. | ||
|
||
Each discipline have dedicated files: | ||
- [aid](./aid.csv) climbing | ||
- [bouldering](./boulder.csv) | ||
- [ice](./ice.csv) climbing | ||
- [sport/trad](./routes.csv) climbing | ||
|
||
In each file is defined a *score* representing a discrete virtual grade starting from 0. | ||
For each score it is reported the correspective grade for each supported scale. | ||
A 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). |