Skip to content

A website that gives quantitative information about what trad climbing protection is needed on different routes.

License

Notifications You must be signed in to change notification settings

kmccrohan/trad-gear-guide

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

trad-gear-guide

A website that gives quantitative information about what trad climbing protection is needed on different routes.

download routes

To download routes, run the python script:

python download_routes.py <number_of_routes>

Make sure you have python3. You also might have to install packages:

pip3 install PyQuery
pip3 install sqlite3

Each time you run this script, the database is cleared (to avoid duplicate routes).

Usage

To calculate common n-grams use the following.

python3 -i common_grams.py
>>> find_most_common_trigrams(2, True) #(n-gram number, Whether or not to remove stop words)

About

A website that gives quantitative information about what trad climbing protection is needed on different routes.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages