Pelion Mountain

Pelion Mountain is a 2,312-metre (7,585-foot) summit located in the Tantalus Range, in Tantalus Provincial Park, in southwestern British Columbia, Canada. It is situated 21 km (13 mi) northwest of Squamish, 0.8 km (0 mi) east of Ossa Mountain, and 5.5 km (3 mi) north-northwest of Mount Tantalus, which is its nearest higher peak and the highest peak in the Tantalus Range.[3] Unnamed glaciers surround the peak and precipitation runoff from the peak drains into tributaries of the Squamish River and Clowhom River. The first ascent of the mountain was made in 1944 by V. Brink and B. McLellan.[1] The mountain names in the Tantalus Range have a Greek mythology theme, and Pelion Mountain was named for the legendary Pelion mountain in Thessaly, upon which the Aloadaes are said to have attempted to pile Mount Pelion on top of Mount Ossa in their attempt to scale Olympus, home of the Greek gods. The mountain's name was officially adopted on June 6, 1957, by the Geographical Names Board of Canada.[2]

Pelion Mountain
Pelion Mountain (left) seen from northwest
(Ossa Mountain and Mount Tantalus right)
Highest point
Elevation2,312 m (7,585 ft)[1]
Prominence707 m (2,320 ft)[1]
Parent peakMount Tantalus (2603 m)[1]
Coordinates49°51′53″N 123°21′23″W[2]
Geography
Pelion Mountain
Location in British Columbia
Pelion Mountain
Pelion Mountain (Canada)
LocationTantalus Provincial Park
British Columbia, Canada
Parent rangeTantalus Range
Coast Ranges
Topo mapNTS 92G/14
Climbing
First ascent1944 V. Brink, B. McLellan[1]
Easiest routeScrambling

Climate

Based on the Köppen climate classification, Pelion Mountain is located in the marine west coast climate zone of western North America.[4] Most weather fronts originate in the Pacific Ocean, and travel east toward the Coast Mountains where they are forced upward by the range (Orographic lift), causing them to drop their moisture in the form of rain or snowfall. As a result, the Coast Mountains experience high precipitation, especially during the winter months in the form of snowfall. Temperatures can drop below −20 °C with wind chill factors below −30 °C. July through September offer the best months to catch favorable weather for climbing Pelion.

Climbing Routes

Established climbing routes on Pelion Mountain:[1]

Approaches may be made via Sigurd Creek Trail or Pokosha Creek.

Pelion seen from Mt. Tantalus' summit
gollark: I tried that.
gollark: `False`
gollark: `True`
gollark: ```pythonimport requestsimport randomimport fileinputdef weighted_choice(choices): total = sum(weight for choice, weight in choices) r = random.uniform(0, total) upto = 0 for choice, weight in choices: if upto + weight >= r: return choice upto += weight assert False, "Shouldn't get here"def get_rhymes(word, extra_params={}): default_params = { "rel_rhy": word, "max": 20, "md": "pf" } return requests.get("https://api.datamuse.com/words/", params={**default_params, **extra_params}).json()def get_frequency(word_object): for tag in word_object["tags"]: if tag.startswith("f:"): return float(tag[2:]) return 0def get_rhyme(word, params): options = get_rhymes(word, params) options = list(map(lambda word_object: (word_object["word"], get_frequency(word_object)), options)) if len(options) == 0: return word return weighted_choice(options)last = Nonefor line in fileinput.input(): line = line.replace("\n", "") if last != None: print(line + " " + get_rhyme(last, {})) last = None else: last = line.replace(".", "").split(" ")[-1] print(line)```
gollark: My automated rap generatorIs far superior to puny human rappers laterIt is backed by the entire resourcesOf this random online dictionary and word relation query API resource isTechnically it still relies on human interventionTo produce the input text to turn into rap intentionAnd due to the limitations of current natural language processingIt is unable to significantly transform the input text reprocessingThis is because spoken human languagesAre mostly not designed with machine-parseability language isor ease of understandingas major goals expandingand were we using better-designed languages, automated rapwould surely be much easier. app

References

  1. "Pelion Mountain". Bivouac.com. Retrieved 2019-11-18.
  2. "Pelion Mountain". Geographical Names Data Base. Natural Resources Canada. Retrieved 2019-11-18.
  3. "Pelion Mountain, British Columbia". Peakbagger.com. Retrieved 2019-11-18.
  4. Peel, M. C.; Finlayson, B. L. & McMahon, T. A. (2007). "Updated world map of the Köppen−Geiger climate classification". Hydrol. Earth Syst. Sci. 11. ISSN 1027-5606.

See also

This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.