Skip to content

Latest commit

 

History

History
46 lines (27 loc) · 1.45 KB

README.md

File metadata and controls

46 lines (27 loc) · 1.45 KB

Digital Iffley Wall Guide

License: MIT Python

A digital guide to the Iffley Bouldering Wall in Oxford. Provides topos for routes from the Iffley Bouldering Guide (pdf), and allows users to create and view custom routes. You can browse routes along with topos here:


Custom routes

You can run the script used to create this guide yourself and display your own custom routes. First create and activate a virtual environment:

conda env create -f environment.yml
conda activate env-iffley

Then use one of the following commands, specifying the holds (or route) to highlight:

>>> python main.py --holds 2 14 42 44 96

Alt text

>>> python main.py --route "This is a Low"

Alt text