Villa Traful

Villa Traful is a hamlet of the Argentine province of Neuquén located at the shore of the Traful Lake, at 720 metres above mean sea level. It is located inside the Nahuel Huapi National Park on the Road of the Seven lakes, 60 km from Villa La Angostura and 100 km from Bariloche, at 40°40′S 71°24′W. The main access is Provincial Route 65. The town was founded in 1936 by the Argentine National Park Administration (DPN).

Villa Traful
Villa Traful
Villa Traful
Coordinates: 40°40′S 71°24′W
Country Argentina
ProvinceNeuquen Province
Elevation
720 m (2,360 ft)
Population
  Total400
Demonym(s)trafulense (Spanish)
Time zoneUTC-3 (ART)
ClimateCsb

It's composed of about 80 houses, built in traditional Alpine-Andine architecture that combines wood with stone, and its population is over 400 inhabitants. The most important part of the economy is based on tourism, especially sport fishing, trekking, horseback riding and mountaineering. Since Villa Traful is inside a National Park, fishing and mountaineering are allowed only with authorisation. Tourism is concentrated generally in summer and spring, while in winter there are almost no tourist.

Sources

Media related to Villa Traful at Wikimedia Commons

gollark: It's very\* readable\*\*.
gollark: ```javascriptconst spaces = regex(/^ */)const whitespace = regex(/^[ \n\t]*/)const name = regex(/^[^ \n\t():]+/)const code = many(coroutine(function*() { yield spaces return yield choice([ coroutine(function*() { yield char("(") const x = yield code yield spaces yield char(")") return x }), name ])}))const program = sequenceOf([ many1(coroutine(function*() { yield whitespace const n = yield name yield whitespace yield str(":=") const c = yield code return { code: c, name: n } })), possibly(whitespace)]).map(([x, _]) => x)```parsing™
gollark: It was very elegant. I combinated™ it in a few lines of code.
gollark: It went nicely and I had a cool parser and all until it turned out that we were accidentally pushing to the wrong end of a list or something in a stupidly hard to debug way.
gollark: Fun times, that was. We were using JS to implement that weird stacky language.
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.