Vattaro
Vattaro is a comune (municipality) in Trentino in the northern Italian region Trentino-Alto Adige/Südtirol, located about 11 kilometres (7 mi) southeast of Trento. As of 31 December 2004, it had a population of 1,111 and an area of 8.3 square kilometres (3.2 sq mi).[2]
Vattaro | |
---|---|
Comune di Vattaro | |
Coat of arms | |
Location of Vattaro | |
Vattaro Location of Vattaro in Italy Vattaro Vattaro (Trentino-Alto Adige/Südtirol) | |
Coordinates: 46°0′N 11°13′E | |
Country | Italy |
Region | Trentino-Alto Adige/Südtirol |
Province | Trentino (TN) |
Area | |
• Total | 8.3 km2 (3.2 sq mi) |
Population (Dec. 2004) | |
• Total | 1,111 |
• Density | 130/km2 (350/sq mi) |
Time zone | UTC+1 (CET) |
• Summer (DST) | UTC+2 (CEST) |
Postal code | 38049 |
Dialing code | 0461 |
Vattaro borders the following municipalities: Bosentino, Calceranica al Lago, Centa San Nicolò and Besenello.
Demographic evolution
Notable people
- Luigi "Gigi" Weiss (born 1951), biathlete and ski mountaineer
gollark: "Xylostephones" is more accurate
gollark: Nope, not keywords.
gollark: <@337621533369303042> Was it you who wanted this?
gollark: Takes ages to load words, I'm afraid.
gollark: ```pythonimport thesaurusimport randomimport concurrent.futures as futureswords_to_synonyms = {}synonyms_to_words = {}def add_to_key(d, k, v): d[k] = d.get(k, set()).union(set(v))def add_synonyms(syns, word): for syn in syns: add_to_key(synonyms_to_words, syn, [word]) add_to_key(words_to_synonyms, word, syns)def concat(list_of_lists): return sum(list_of_lists, [])def fetch_word(word): results = concat(thesaurus.Word(word).synonyms("all")) return resultsdef add_words(words): with futures.ThreadPoolExecutor(max_workers=50) as executor: word_futures = {executor.submit(fetch_word, word): word for word in words} for future in futures.as_completed(word_futures): word = word_futures[future] try: data = future.result() except Exception as exc: print(f"Error fetching {word}: {exc}") else: add_synonyms(data, word)def getattr_hook(obj, key): results = list(synonyms_to_words.get(key, set()).union(words_to_synonyms.get(key, set()))) if len(results) > 0: return obj.__getattribute__(random.choice(results)) else: raise AttributeError(f"Attribute {key} not found.")def wrap(obj): add_words(dir(obj)) obj.__getattr__ = lambda key: getattr_hook(obj, key)wrap(__builtins__)__builtins__.engrave("Hi!")```
References
- "Superficie di Comuni Province e Regioni italiane al 9 ottobre 2011". Istat. Retrieved 16 March 2019.
- All demographics and other statistics: Italian statistical institute Istat.
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.