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
A view across the rooftops to the church
Location of Montgirod
Montgirod
Montgirod
Coordinates: 45°32′00″N 6°35′00″E
CountryFrance
RegionAuvergne-Rhône-Alpes
DepartmentSavoie
ArrondissementAlbertville
CantonBourg-Saint-Maurice
CommuneAime-la-Plagne
Area
1
13.62 km2 (5.26 sq mi)
Population
 (2017)[1]
482
  Density35/km2 (92/sq mi)
Time zoneUTC+01:00 (CET)
  Summer (DST)UTC+02:00 (CEST)
Postal code
73210
Elevation556–2,255 m (1,824–7,398 ft)
Websitewww.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

Historical population
YearPop.±%
2006426    
2007433+1.6%
2008437+0.9%
2009429−1.8%
2010439+2.3%
2011450+2.5%
2012460+2.2%
2013470+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.