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 d3a2cf4
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.

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).

0 comments on commit d3a2cf4

Please sign in to comment.