Mallawi

Mallawi (Egyptian Arabic: ملوى  [mæl.ˈlæ.wi]; Saidi pronunciation: [ˈmal.la.wi], Coptic: ⲙⲁⲛⲗⲁⲩ) is a city in Egypt, located in the governorate of Minya.

Mallawi

ملوى
ⲙⲁⲛⲗⲁⲩ
Mallawi
Location in Egypt
Coordinates: 27°43′55″N 30°50′28″E
Country Egypt
GovernorateMinya
Elevation
27 m (89 ft)
Population
 (2012)
  Total152,198
Time zoneUTC+2 (EET)
Area code(s)(+20) 86

Overview

Situated in a farm area, the town produces textiles and handicrafts.

The total area of the city is about 3 acres (12,000 m2). The southern limit is Allah Mansion (possibly a religious structure?), the northern limit is a television transmitter, the eastern border is the Nile, and the western boundary is Dirotiah Lake. The city contains many ancient Egyptian artifacts.

The name of the city is derived from Coptic and literally means "the place of textile" (ⲙⲁⲛ – "place of", ⲗⲁⲩ – "textile")[1].

Climate

Köppen-Geiger climate classification system classifies its climate as hot desert (BWh), as the rest of Egypt.

Climate data for Mallawi
Month Jan Feb Mar Apr May Jun Jul Aug Sep Oct Nov Dec Year
Average high °C (°F) 20.4
(68.7)
22.3
(72.1)
25.7
(78.3)
30.5
(86.9)
34.6
(94.3)
36.7
(98.1)
37.3
(99.1)
37
(99)
35.5
(95.9)
31
(88)
26
(79)
21
(70)
29.8
(85.8)
Average low °C (°F) 5.8
(42.4)
7
(45)
9.8
(49.6)
13.8
(56.8)
18.1
(64.6)
21.2
(70.2)
22.5
(72.5)
22.7
(72.9)
21.1
(70.0)
17.6
(63.7)
11.9
(53.4)
7.5
(45.5)
14.9
(58.9)
Average precipitation mm (inches) 0
(0)
0
(0)
0
(0)
0
(0)
0
(0)
0
(0)
0
(0)
0
(0)
0
(0)
0
(0)
0
(0)
0
(0)
0
(0)
Source: Storm247[2]
gollark: I tick those boxes there to allow it to index those sites.
gollark: I've made a bit of a frontend for my search engine thing. Though it can't actually do search yet, only crawl/index/whatever pages.
gollark: Basically, if I want to run a search it just goes `SELECT * FROM page_tokens WHERE token = 'one token in search query'` or something like that, and it now has a list of pages with the right token, and SQLite can execute this query relatively fast.
gollark: I mean, as far as I can tell there isn't really a faster *and* more storage-efficient way to do search than the inverted-index page_tokens thing.
gollark: ```sqlCREATE TABLE crawl_queue ( id INTEGER PRIMARY KEY, url TEXT NOT NULL UNIQUE, lockTime INTEGER, added INTEGER NOT NULL, referrer TEXT);CREATE TABLE pages ( id INTEGER PRIMARY KEY, url TEXT NOT NULL UNIQUE, rawContent BLOB NOT NULL, rawFormat TEXT NOT NULL, textContent TEXT NOT NULL, updated INTEGER NOT NULL);CREATE TABLE page_tokens ( id INTEGER PRIMARY KEY, page INTEGER NOT NULL REFERENCES pages(id), token TEXT NOT NULL, weight REAL NOT NULL);CREATE TABLE links ( id INTEGER PRIMARY KEY, toURL TEXT NOT NULL, fromURL TEXT NOT NULL, lastSeen INTEGER NOT NULL, UNIQUE (toURL, fromURL))```Here is the database.

See also

References

  1. "Toponymy, Coptic :: Claremont Coptic Encyclopedia". ccdl.libraries.claremont.edu. Retrieved 2017-11-22.
  2. "Weather for Mallawi, Egypt - Climate - Storm247.com". Storm247. Archived from the original on 13 August 2013. Retrieved 13 August 2013.

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