Skip to content

kjgoodrick/Crag-Finder

Repository files navigation

Crag Finder

A script for finding crags

Installation

Prerequisites

1.) Python 3 should be installed: https://www.python.org/downloads/

2.) Git should also be installed: https://git-scm.com/download/win

Install Crag Finder

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

Run Crag Finder

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.

About

Script for finding crags

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published