Košice-Juh

Košice-Juh (literally: Košice-South; Hungarian: Kassa-Dél) is a borough (city ward) of the city of Košice, Slovakia. Located in the Košice IV district, in the southern area of the city, it lies at an altitude of roughly 200 metres (660 ft) above sea level.

Košice-South

Košice-Juh
Borough
Košice-Juh
Flag
Coat of arms
Location within Košice
CountrySlovakia
RegionKošice
DistrictKošice IV
Area
  Total9.77 km2 (3.77 sq mi)
Elevation
200 m (700 ft)
Population
 (31 December 2017)
  Total23,030
  Density2,400/km2 (6,100/sq mi)
Postal code
040 11
Area code(s)+421-55
Car plateKE
Websitewww.kosicejuh.sk
Source [1]

Historical landmarks

The oldest building in the borough is the Holy Spirit Church, erected in 1733.

Statistics

  • Area: 9.77 square kilometres (3.77 sq mi)
  • Population: 23,030 (31 December 2017)
  • Density of population: 2,400/km² (31 December 2017)
  • District: Košice IV
  • Mayor: Jaroslav Hlinka (as of 2018 elections)

Climate

Climate data for Kosice
Month Jan Feb Mar Apr May Jun Jul Aug Sep Oct Nov Dec Year
Average high °C (°F) −1
(31)
2
(36)
8
(47)
14
(57)
19
(66)
22
(71)
24
(75)
23
(74)
19
(67)
13
(56)
5
(41)
1
(33)
13
(55)
Average low °C (°F) −5
(23)
−3
(26)
1
(33)
5
(41)
9
(49)
12
(54)
14
(57)
13
(56)
10
(50)
6
(42)
0
(32)
−3
(26)
5
(41)
Average precipitation mm (inches) 28
(1.1)
30
(1.2)
30
(1.2)
36
(1.4)
66
(2.6)
86
(3.4)
86
(3.4)
79
(3.1)
51
(2)
36
(1.4)
46
(1.8)
38
(1.5)
620
(24.3)
Source: Weatherbase [2]
gollark: https://aphyr.com/posts/342-typing-the-technical-interview
gollark: If this worked as expected, in theory you could do```pythonraise quibble("abcd")```but alas, no.
gollark: But which runs much faster.
gollark: ```pythonfrom requests_futures.sessions import FuturesSessionimport concurrent.futures as futuresimport randomtry: import cPickle as pickleexcept ImportError: import pickletry: words_to_synonyms = pickle.load(open(".wtscache")) synonyms_to_words = pickle.load(open(".stwcache"))except: words_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 add_words(words): s = FuturesSession(max_workers=100) future_to_word = {s.get("https://api.datamuse.com/words", params={"ml": word}): word for word in words} future_to_word.update({s.get("https://api.datamuse.com/words", params={"ml": word, "v": "enwiki"}): word for word in words}) for future in futures.as_completed(future_to_word): word = future_to_word[future] try: data = future.result().json() except Exception as exc: print(f"{exc} fetching {word}") else: add_synonyms([w["word"] for w in 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__)print(words_to_synonyms["Exception"])```New version which tends to reduce weirder output.
gollark: https://github.com/joelgrus/fizz-buzz-tensorflow/blob/master/Fizz%20Buzz%20in%20Tensorflow.ipynb

References

  1. Mestská a obecná štatistika SR (urgently needs an updated statistics link for 2018) Archived 2007-04-27 at the Wayback Machine
  2. "Weatherbase: Historical Weather for Kosice, Slovakia". Weatherbase. 2011. Retrieved on November 24, 2011.



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