Itäharju-Varissuo
Itäharju-Varissuo (Finnish; Österås-Kråkkärret in Swedish) is a ward (suuralue, storområde) of Turku, Finland, also known as Ward 4. The ward is located to the east of the city and named after Itäharju and Varissuo, two major districts in the ward.
Itäharju-Varissuo has a population of 27,883 (as of 2004) and an annual population decrease of 1.26%. 17.75% of the ward's population are under 15 years old, while 13.21% are over 65. It is probably the most multicultural of the city's wards, and this is reflected in the linguistic makeup, which is 84.17% Finnish, 3.06% Swedish, and 12.77% other.
Districts
The ward consists of 9 districts. One of them is divided with another ward.
- Notes
- The district of Nummi is divided between Itäharju-Varissuo and Koroinen.
gollark: <@!319753218592866315> Fix the code in a way which will *not* entirely kill performance.
gollark: Wonderful.
gollark: ```rust// randomly increase/decrease one of the channels in a color by `range`fn mod_channel(rng: &mut WyRand, range: u16, n: u16) -> u16 { let rand = rng.generate_range(0, range * 2 + 1); let o = ((n as u32) + (rand as u32)).saturating_sub(range as u32); o as u16}```
gollark: This is basically just meant to increase/decrease a `u16` by a randomly generated `u16` amount.
gollark: I *think* I wanted to avoid having to convert to signed integers, so it does some weird stuff where it does subtraction instead?
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.