Montgirod
Montgirod is a former commune in the Savoie department in the Auvergne-Rhône-Alpes region in south-eastern France. On 1 January 2016, it was merged into the new commune of Aime-la-Plagne.[2] In August 1994, its town hall square was renamed the "Place du Colonel Peter Ortiz", after U.S. Marine Corps officer Peter J. Ortiz.
Montgirod | |
---|---|
Part of Aime-la-Plagne | |
A view across the rooftops to the church | |
Location of Montgirod | |
Montgirod Montgirod | |
Coordinates: 45°32′00″N 6°35′00″E | |
Country | France |
Region | Auvergne-Rhône-Alpes |
Department | Savoie |
Arrondissement | Albertville |
Canton | Bourg-Saint-Maurice |
Commune | Aime-la-Plagne |
Area 1 | 13.62 km2 (5.26 sq mi) |
Population (2017)[1] | 482 |
• Density | 35/km2 (92/sq mi) |
Time zone | UTC+01:00 (CET) |
• Summer (DST) | UTC+02:00 (CEST) |
Postal code | 73210 |
Elevation | 556–2,255 m (1,824–7,398 ft) |
Website | www.mairie-montgirod-centron.fr |
1 French Land Register data, which excludes lakes, ponds, glaciers > 1 km2 (0.386 sq mi or 247 acres) and river estuaries. |
Population
Year | Pop. | ±% |
---|---|---|
2006 | 426 | — |
2007 | 433 | +1.6% |
2008 | 437 | +0.9% |
2009 | 429 | −1.8% |
2010 | 439 | +2.3% |
2011 | 450 | +2.5% |
2012 | 460 | +2.2% |
2013 | 470 | +2.2% |
gollark: <@!330678593904443393> Serde is the de-facto Rust serialization library.
gollark: No, skynet as in my websocket messaging server for CC.
gollark: ```rustuse std::collections::HashMap;use serde_cbor::Value;use chrono;use std::collections::HashSet;use actix::prelude::*;#[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>}pub fn complete(raw: RawMsg) -> Msg { Msg { channel: raw.channel, meta: raw.meta, timestamp: chrono::Utc::now(), message: raw.message }}#[derive(Serialize, Deserialize, Debug)]#[serde(rename_all = "snake_case")]pub enum MessageFromClient { Open(Channel), Close(Channel), Message(RawMsg), Query}#[derive(Serialize)]#[serde(rename_all = "snake_case")]pub enum MessageToClient<'a> { Message(Msg), QueryResult { channels: &'a HashSet<Channel> }}```Skynet!
gollark: No, actually, HQ9+ is better.
gollark: And cratesio squatting.
See also
References
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.