Col Nudo

The Col Nudo is a mountain in the Alps located in Italy. It is the highest peak of the Venetian Prealps and the 30th most prominent summit of the Alps.

Col Nudo
Col Nudo northern slopes
Highest point
Elevation2,472 m (8,110 ft)[1]
Prominence1,645 m (5,397 ft)[1][2]
ListingUltra
Coordinates46°13′44″N 12°24′05″E
Geography
Col Nudo
Location in the Alps
LocationVeneto and Friuli-Venezia Giulia,
Italy
Parent rangeVenetian Prealps

Geography

Administratively the mountain is divided between the Italian regions of Friuli-Venezia Giulia (province of Pordenone) and Veneto (province of Belluno).

SOIUSA classification

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

gollark: It's a websocket-based inter-computer cross-server message relay.
gollark: ```rust#[derive(Serialize, Deserialize, Debug, PartialEq, Eq, Hash, Clone)]#[serde(untagged)]pub enum Channel { Numeric(i64), Named(String)}#[derive(Serialize, Deserialize, Debug, Clone, Message)]pub struct RawMsg { pub channel: Channel, #[serde(flatten)] pub meta: HashMap<String, Value>, pub message: Value}#[derive(Serialize, Deserialize, Debug, Clone, Message)]pub struct Msg { pub channel: Channel, #[serde(flatten)] pub meta: HashMap<String, Value>, pub message: Value, pub timestamp: chrono::DateTime<chrono::Utc>}#[derive(Serialize, Deserialize, Debug)]#[serde(tag = "type")]enum MessageFromClient { #[serde(rename = "open")] Open { channel: skynet::Channel }, #[serde(rename = "close")] Close { channel: skynet::Channel }, #[serde(rename = "message")] Message(skynet::RawMsg)}#[derive(Serialize)]#[serde(tag = "type")]enum MessageToClient<'a> { #[serde(rename = "message")] Message(skynet::Msg), #[serde(rename = "channels")] OpenChannels { channels: &'a HashSet<skynet::Channel> }}```WIP Rust notreallyconversion of the Skynet protocol.
gollark: ```goconst( zero = iota; /* iota starts as zero */ one = iota; /* ...and is incremented every semicolon */ two; /* the last expression is repeated if you omit it */ three;)```
gollark: ```govar numbers map[string]int;numbers["One"] = 1;numbers["Two"] = 2;numbers["Three"] = 3;print(numbers["Four"]);```A small example of wrong.
gollark: Slightly sane*r*.

References

  1. Col Nudo, Italy, on www.peakbagger.com (access: May 2012)
  2. Key col:Passo di San Osvaldo - 827 m
  3. Marazzi, Sergio (2005). Atlante Orografico delle Alpi. SOIUSA (in Italian). Priuli & Verlucca. p. 294. ISBN 978-88-8068-273-8.
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.