Skip to content

alexcrist/climbing-data-analysis

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🏞️ Climbing Data Analysis

An analysis of outdoor rock climbing data

🌄 Where are the best places to live for rock climbing?

All climbing types

Individual climbing types

Sport

Bouldering

Trad

Toprope

Aid

Alpine

Snow

Ice

Mixed


⚗️ How are these heatmaps created?

For each zipcode in the United States, we calculate that zipcode's climbing score using the following formula.

After creating a score for each zipcode, we then create the heatmap using Matplotlib in conjunction with shapefiles provided by the 2017 US Census.

Since not every area in the US is covered by a zipcode, we use US counties as a fallback which are less granular than zipcodes but cover all areas in the US.

🗂️ Datasets