A script for finding crags
1.) Python 3 should be installed: https://www.python.org/downloads/
2.) Git should also be installed: https://git-scm.com/download/win
1.) Clone the git Repository
git clone https://github.com/kjgoodrick/Crag-Finder.git
2.) Create a python virtual environment
python -m venv ./env
3.) Activate the virtual environment Windows
env\Scripts\activate.bat
OSX
source env/bin/activate
4.) Install required packages
pip install -r requirements.txt
1.) Open Jupyter Notebook
jupyter notebook
2.) Open the Crag Finder.ipynb
File in the browser windows that opens
3.) Run the first two cells and enter your Mountain Project API key when prompted
4.) Run the third cell, you should see a map pop up
5.) Run the fourth cell, keep the map in view while you do this!
6.) Run the remaining cells to see the routes in Boulder sorted by the default rating.