Created
April 9, 2022 20:13
-
-
Save vnugent/a85de307d779a1ad4395f93c8ed82527 to your computer and use it in GitHub Desktop.
Possible climbing destinations in CA
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"data": { | |
"areas": [ | |
{ | |
"pathTokens": [ | |
"US", | |
"California", | |
"Sierra Eastside", | |
"Bishop Area", | |
"Volcanic Tablelands (Happy/Sad Boulders)", | |
"Happy Boulders" | |
], | |
"totalClimbs": 514, | |
"density": 22.2 | |
}, | |
{ | |
"pathTokens": [ | |
"US", | |
"California", | |
"Joshua Tree National Park", | |
"Central Joshua Tree", | |
"Echo Rock Area" | |
], | |
"totalClimbs": 423, | |
"density": 19.4 | |
}, | |
{ | |
"pathTokens": [ | |
"US", | |
"California", | |
"Joshua Tree National Park", | |
"Hidden Valley Area" | |
], | |
"totalClimbs": 842, | |
"density": 18.54240096496898 | |
}, | |
{ | |
"pathTokens": [ | |
"US", | |
"California", | |
"Sierra Eastside", | |
"Bishop Area", | |
"Volcanic Tablelands (Happy/Sad Boulders)" | |
], | |
"totalClimbs": 735, | |
"density": 11.756131129688525 | |
}, | |
{ | |
"pathTokens": [ | |
"US", | |
"California", | |
"San Bernardino Mountains", | |
"Big Bear Lake Area", | |
"Big Bear North", | |
"Big Bear City Area" | |
], | |
"totalClimbs": 631, | |
"density": 11.024070787228023 | |
}, | |
{ | |
"pathTokens": [ | |
"US", | |
"California", | |
"San Bernardino Mountains", | |
"Big Bear Lake Area", | |
"Big Bear North", | |
"Big Bear City Area", | |
"Holcomb Valley Pinnacles" | |
], | |
"totalClimbs": 542, | |
"density": 9.358086726208322 | |
}, | |
{ | |
"pathTokens": [ | |
"US", | |
"California", | |
"Joshua Tree National Park", | |
"Wonderland of Rocks" | |
], | |
"totalClimbs": 635, | |
"density": 6.686198762097718 | |
}, | |
{ | |
"pathTokens": [ | |
"US", | |
"California", | |
"Sierra Eastside", | |
"Lone Pine Area", | |
"Alabama Hills" | |
], | |
"totalClimbs": 430, | |
"density": 5.906852738393364 | |
}, | |
{ | |
"pathTokens": [ | |
"US", | |
"California", | |
"San Bernardino Mountains", | |
"Big Bear Lake Area", | |
"Big Bear North" | |
], | |
"totalClimbs": 749, | |
"density": 5.184913072343068 | |
}, | |
{ | |
"pathTokens": [ | |
"US", | |
"California", | |
"Sierra Eastside", | |
"Bishop Area", | |
"Owens River Gorge" | |
], | |
"totalClimbs": 935, | |
"density": 3.394349556680905 | |
}, | |
{ | |
"pathTokens": [ | |
"US", | |
"California", | |
"San Bernardino Mountains", | |
"Big Bear Lake Area" | |
], | |
"totalClimbs": 958, | |
"density": 3.328884285068501 | |
}, | |
{ | |
"pathTokens": [ | |
"US", | |
"California", | |
"Joshua Tree National Park", | |
"Central Joshua Tree" | |
], | |
"totalClimbs": 1068, | |
"density": 3.286791604655747 | |
}, | |
{ | |
"pathTokens": [ | |
"US", | |
"California", | |
"San Jacinto Mountains", | |
"Tramway, The" | |
], | |
"totalClimbs": 506, | |
"density": 2.688650411705641 | |
}, | |
{ | |
"pathTokens": [ | |
"US", | |
"California", | |
"High Desert", | |
"Barstow Area", | |
"New Jack City" | |
], | |
"totalClimbs": 420, | |
"density": 2.399905351342109 | |
}, | |
{ | |
"pathTokens": [ | |
"US", | |
"California", | |
"Sierra Eastside", | |
"Lone Pine Area" | |
], | |
"totalClimbs": 533, | |
"density": 1.6485405007310618 | |
}, | |
{ | |
"pathTokens": [ | |
"US", | |
"California", | |
"Joshua Tree National Park", | |
"Central Joshua Tree", | |
"Sheep Pass Area" | |
], | |
"totalClimbs": 422, | |
"density": 1.4116550501106826 | |
}, | |
{ | |
"pathTokens": [ | |
"US", | |
"California", | |
"Sierra Eastside", | |
"June Lake Area" | |
], | |
"totalClimbs": 438, | |
"density": 1.3897522387263792 | |
}, | |
{ | |
"pathTokens": [ | |
"US", | |
"California", | |
"Lake Tahoe", | |
"I-80 Corridor", | |
"Donner Summit" | |
], | |
"totalClimbs": 402, | |
"density": 0.9599941337187499 | |
}, | |
{ | |
"pathTokens": [ | |
"US", | |
"California", | |
"Inland Empire", | |
"Riverside Area" | |
], | |
"totalClimbs": 563, | |
"density": 0.6704438398581072 | |
}, | |
{ | |
"pathTokens": [ | |
"US", | |
"California", | |
"Joshua Tree National Park", | |
"Lost Horse Area" | |
], | |
"totalClimbs": 635, | |
"density": 0.5093081377031321 | |
} | |
] | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment