Aliabad, Kaleybar

Aliabad (Persian: علی‌آباد, also Romanized as ‘Alīābād)[1] is a village in Misheh Pareh Rural District, in the Central District of Kaleybar County, East Azerbaijan Province, Iran. At the 2006 census, its population was 41, in 9 families.[2]

Aliabad

علي اباد
village
Village view (2013)
Aliabad
Coordinates: 38°50′40″N 46°55′48″E
Country Iran
ProvinceEast Azerbaijan
CountyKaleybar
BakhshCentral
Rural DistrictMisheh Pareh
Population
 (2006)
  Total41
Time zoneUTC+3:30 (IRST)
  Summer (DST)UTC+4:30 (IRDT)

Situation

The online edition of the Dehkhoda Dictionary, quoting Iranian Army files,[3] reports a population of 173 people in late 1940s.[4] According to a more recent statistics the population is 35 people in 16 families.[5]

There is a hazelnut forest on the village territory, along the paved road connecting Aghuyeh and Oskelu villages. In addition, a resting area has been built near the village on the Mikandi valley. As a result, Aliabad is one of the most beautiful areas of Arasbaran region.

The grasslands on the village mountains are the summer quarter of Mohammad Khanlu tribe.

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!")```
gollark: Ah yes. Global Interpreter Lock. Right. This may be hard.
gollark: On the plus side, you should be able to use `zilch` in place of `None` now.
gollark: The python thesaurus-izer may need some parallelization to be effective.

References

  1. Aliabad can be found at GEOnet Names Server, at this link, by opening the Advanced Search box, entering "-3052552" in the "Unique Feature Id" form, and clicking on "Search Database".
  2. "Census of the Islamic Republic of Iran, 1385 (2006)". Islamic Republic of Iran. Archived from the original (Excel) on 2011-11-11.
  3. فرهنگ جغرافیایی ایران، آبادیها، زیر نظر حسینعلی رزم آرا، تهران: سازمان جغرافیایی کشور، 1329، ج 4 ص )
  4. "Archived copy". Archived from the original on 2014-02-21. Retrieved 2014-03-20.CS1 maint: archived copy as title (link)
  5. "Archived copy" (PDF). Archived from the original (PDF) on 2013-12-11. Retrieved 2014-03-20.CS1 maint: archived copy as title (link)


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