Thou, Loiret
Thou is a commune in the Loiret department of the Centre-Val de Loire region in north-central France.
Thou | |
---|---|
The town hall in Thou | |
Location of Thou | |
Thou Thou | |
Coordinates: 47°34′51″N 2°54′40″E | |
Country | France |
Region | Centre-Val de Loire |
Department | Loiret |
Arrondissement | Montargis |
Canton | Gien |
Intercommunality | Berry Loire Puisaye |
Government | |
• Mayor (2001–2008) | Jean-Claude Montagne |
Area 1 | 15.16 km2 (5.85 sq mi) |
Population (2017-01-01)[1] | 229 |
• Density | 15/km2 (39/sq mi) |
Time zone | UTC+01:00 (CET) |
• Summer (DST) | UTC+02:00 (CEST) |
INSEE/Postal code | 45323 /45420 |
Elevation | 143–196 m (469–643 ft) |
1 French Land Register data, which excludes lakes, ponds, glaciers > 1 km2 (0.386 sq mi or 247 acres) and river estuaries. |
Architecture
Despite its size, Thou features many castles of various centuries:
- Le château de la Chaise
- Le château de Linière
- Le château de Thou
- Le château du Puys
Economy
As a rural commune, Thou is strongly agricultural with cattle and poultry farming and cereal crops. There is also a hôtel-restaurant, a garage and most importantly a local metalwork industry, Thou Industrie / Beaulieu Industrie.
gollark: It's a websocket-based inter-computer cross-server message relay.
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*.
See also
References
- "Populations légales 2017". INSEE. Retrieved 6 January 2020.
Wikimedia Commons has media related to Thou (Loiret). |
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.