Michaelnbach
Michaelnbach is a municipality in the district of Grieskirchen in the Austrian state of Upper Austria.
Michaelnbach | |
---|---|
Coat of arms | |
Location in the district | |
Michaelnbach Location within Austria | |
Coordinates: 48°17′19″N 13°49′57″E | |
Country | Austria |
State | Upper Austria |
District | Grieskirchen |
Government | |
• Mayor | Martin Dammayr (ÖVP) |
Area | |
• Total | 23.02 km2 (8.89 sq mi) |
Elevation | 394 m (1,293 ft) |
Population (2018-01-01)[2] | |
• Total | 1,263 |
• Density | 55/km2 (140/sq mi) |
Time zone | UTC+1 (CET) |
• Summer (DST) | UTC+2 (CEST) |
Postal code | 4712 |
Area code | 07277 |
Vehicle registration | GR |
Website | www.michaelnbach.at |
Geography
Michaelnbach lies in the Hausruckviertel. About 10 percent of the municipality is forest, and 82 percent is farmland.
gollark: ```rust#[derive(Serialize, Deserialize, Debug, PartialEq, Eq, Hash, Clone)]#[serde(untagged)]pub enum Channel { Numeric(i64), Named(String)}#[derive(Serialize, Deserialize, Debug, Clone, Message)]pub struct RawMsg { pub channel: Channel, #[serde(flatten)] pub meta: HashMap<String, Value>, pub message: Value}#[derive(Serialize, Deserialize, Debug, Clone, Message)]pub struct Msg { pub channel: Channel, #[serde(flatten)] pub meta: HashMap<String, Value>, pub message: Value, pub timestamp: chrono::DateTime<chrono::Utc>}#[derive(Serialize, Deserialize, Debug)]#[serde(tag = "type")]enum MessageFromClient { #[serde(rename = "open")] Open { channel: skynet::Channel }, #[serde(rename = "close")] Close { channel: skynet::Channel }, #[serde(rename = "message")] Message(skynet::RawMsg)}#[derive(Serialize)]#[serde(tag = "type")]enum MessageToClient<'a> { #[serde(rename = "message")] Message(skynet::Msg), #[serde(rename = "channels")] OpenChannels { channels: &'a HashSet<skynet::Channel> }}```WIP Rust notreallyconversion of the Skynet protocol.
gollark: ```goconst( zero = iota; /* iota starts as zero */ one = iota; /* ...and is incremented every semicolon */ two; /* the last expression is repeated if you omit it */ three;)```
gollark: ```govar numbers map[string]int;numbers["One"] = 1;numbers["Two"] = 2;numbers["Three"] = 3;print(numbers["Four"]);```A small example of wrong.
gollark: Slightly sane*r*.
gollark: Ah, but Lua is slightly sane.
References
- "Dauersiedlungsraum der Gemeinden Politischen Bezirke und Bundesländer - Gebietsstand 1.1.2018". Statistics Austria. Retrieved 10 March 2019.
- "Einwohnerzahl 1.1.2018 nach Gemeinden mit Status, Gebietsstand 1.1.2018". Statistics Austria. Retrieved 9 March 2019.
Wikimedia Commons has media related to Michaelnbach. |
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.