Enciastraia

Enciastraia (French: Tête de l'Enchastraye) is a mountain in the Maritime Alps, on the boundary between the province of Cuneo (Piedmont, northern Italy) and the French region of Provence-Alpes-Côte-d'Azur.

Enciastraia
Tête de l'Enchastraye
Enciastraia seen from the Rocca dei Tre Vescovi.
Highest point
Elevation2,955 m (9,695 ft)
Prominence318 m (1,043 ft)[1]
ListingAlpine mountains 2500-2999 m
Coordinates44°22′00″N 6°53′24″E
Geography
Enciastraia
Location in the Alps
LocationPiedmont, Italy
Provence-Alpes-Côte d'Azur, France
Parent rangeMaritime Alps

SOIUSA classification

According to the SOIUSA (International Standardized Mountain Subdivision of the Alps) the mountain can be classified in the following way:[2]

  • main part = Western Alps
  • major sector = South Western Alps
  • section = Maritime Alps
  • subsection = (Fr:Alpes Maritimes d.l.s.l./It:Alpi Marittime)
  • supergroup = (Fr:Chaîne Corborant-Ténibre-Enchastraye/It:Catena Corborant-Tenibres-Enciastraia)
  • group = (Fr:Massif Enchastraye-Siguret/It:Gruppo Enciastraia-Siguret)
  • subgroup = (Fr:Groupe de l'Enchastraye/It:Gruppo dell'Enciastraia)
  • code = I/A-2.1-C.12.a
gollark: Even gets around the evil Global Interpreter Lock for maximum performance.
gollark: Enterprise-level, fully deterministic execution of random code. Totally secure!
gollark: ```pythonimport itertoolsimport multiprocessing as mchars = [chr(x) for x in range(32, 126)]chars.extend(["\t", "\n"])def generate_for_length(length): return map(lambda chars: "".join(chars),itertools.combinations(chars, length))def generate(): for i in itertools.count(): for s in generate_for_length(i): yield sif __name__ == "__main__": def start(func): proc = m.Process(target=func) proc.start() io_queue = m.Queue(maxsize=128) def printer(): while True: print(io_queue.get()) code_queue = m.Queue(maxsize=128) def generator(): for x in generate(): code_queue.put(x) def executor(): while True: code = code_queue.get() result = None try: result = repr(exec(code)) except Exception as e: result = repr(e) if result != None: io_queue.put(code + ": " + result) start(generator) for _ in range(4): start(executor) printer()```
gollark: Which do you think is slower: the execution or generation of strings?
gollark: ```pythonimport itertoolschars = [chr(x) for x in range(32, 126)]chars.extend(["\t", "\n"])def generate_for_length(length): return map(lambda chars: "".join(chars),itertools.combinations(chars, length))def generate(): for i in itertools.count(): for s in generate_for_length(i): yield sfor x in generate(): try: print(exec(x)) except Exception as e: print(f"{e} from {x}")```

References

  1. "Tête de l'Enchastraye - Peakvisor". peakvisor.co.uk. Retrieved 4 June 2020.
  2. Marazzi, Sergio (2005). Atlante Orografico delle Alpi. SOIUSA (in Italian). Priuli & Verlucca. p. 71. ISBN 978-88-8068-273-8.

Sources

  • Villani, Nanni (April 2002). Monte Argentera, tre metri sotto i tremila e trecento, in Piemonte Parchi - speciale Cime Tempestose. Regione Piemonte.

Maps

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