South Athens (regional unit)
South Athens (Greek: Νότιος Τομέας Αθηνών) is one of the regional units of Greece. It is part of the region of Attica. The regional unit covers the south-central part of the agglomeration of Athens.
South Athens Περιφερειακή ενότητα Νοτίου Τομέα Αθηνών | |
---|---|
Municipalities of Athens | |
Coordinates: 37°54′N 23°44′E | |
Country | Greece |
Region | Attica |
Government | |
• Vice Regional Governor | Christos Kapatais (SYRIZA) |
Area | |
• Total | 69.4 km2 (26.8 sq mi) |
Population (2011) | |
• Total | 529,826 |
• Density | 7,600/km2 (20,000/sq mi) |
Time zone | UTC+2 |
• Summer (DST) | UTC+3 (EEST) |
Administration
As a part of the 2011 Kallikratis government reform, the regional unit South Athens was created out of part of the former Athens Prefecture. It is subdivided into 8 municipalities. These are (number as in the map in the infobox):[1]
- Agios Dimitrios (4)
- Alimos (7)
- Elliniko-Argyroupoli (14)
- Glyfada (12)
- Kallithea (20)
- Moschato-Tavros (24)
- Nea Smyrni (26)
- Palaio Faliro (27)
gollark: ```nimproc makeFilePath(basepath, page, filename: string): string = # putting tons of things into one directory may cause issues, so "shard" it into 256 subdirs deterministically let pageHash = getMD5(page) let hashdir = pageHash[0..1] # it is possible that for some reason someone could make two files/pages which normalize to the same thing # but are nevertheless different files # thus, put the hash of the ORIGINAL file/pagename before the shortened version let pagedir = pageHash[2..31] & "-" & normalizeFilename(page) let filenameHash = getMD5(filename) discard existsOrCreateDir(basepath / hashdir) discard existsOrCreateDir(basepath / hashdir / pagedir) basepath / hashdir / pagedir / (filenameHash & "-" & normalizeFilename(filename))```<@319753218592866315> is this ↑
gollark: There might also be a ROT13 button, if I feel like it.
gollark: Well, I was considering an option where you could use SQLCipher for data storage instead of SQLite.
gollark: Of course it does. It's important to know how susceptible your document is to frequency analysis if enciphered in certain ways.
gollark: Heavpoot wanted me to track "average letter frequency", and is also my alt sometimes, but that would be bad for performance probably.
See also
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.