Vigoux

Vigoux is a commune in the Indre department in central France.

Vigoux
The church in Vigoux
Location of Vigoux
Vigoux
Vigoux
Coordinates: 46°30′40″N 1°29′18″E
CountryFrance
RegionCentre-Val de Loire
DepartmentIndre
ArrondissementLe Blanc
CantonSaint-Gaultier
IntercommunalityBrenne Val de Creuse
Government
  Mayor (20082014) Gérard Blanchard
Area
1
37.51 km2 (14.48 sq mi)
Population
 (2017-01-01)[1]
461
  Density12/km2 (32/sq mi)
Time zoneUTC+01:00 (CET)
  Summer (DST)UTC+02:00 (CEST)
INSEE/Postal code
36239 /36170
Elevation168–269 m (551–883 ft)
(avg. 211 m or 692 ft)
1 French Land Register data, which excludes lakes, ponds, glaciers > 1 km2 (0.386 sq mi or 247 acres) and river estuaries.

Geography

The river Abloux forms all of the commune's southwestern border.

Population

Historical population
YearPop.±%
1793 789    
1800 646−18.1%
1806 699+8.2%
1821 827+18.3%
1831 819−1.0%
1836 861+5.1%
1841 807−6.3%
1846 831+3.0%
1851 808−2.8%
1856 822+1.7%
1861 825+0.4%
1866 845+2.4%
1872 824−2.5%
1876 873+5.9%
1881 889+1.8%
1886 944+6.2%
1891 870−7.8%
1896 900+3.4%
1901 943+4.8%
1906 900−4.6%
1911 888−1.3%
1921 759−14.5%
1926 716−5.7%
1931 697−2.7%
1936 675−3.2%
1946 625−7.4%
1954 591−5.4%
1962 587−0.7%
1968 534−9.0%
1975 439−17.8%
1982 376−14.4%
1990 399+6.1%
1999 445+11.5%
2006 462+3.8%
2009 468+1.3%
gollark: But if I split it into multiple functions, it would not actually work.
gollark: Look, it has pattern matching in it, therefore good.
gollark: How SHOULD I do it?
gollark: ↑ you, as a result
gollark: ```rustfn matches(expr: &Value, condition: &Value) -> Option<Bindings> { match (expr, condition) { (Value::Num(a), Value::Num(b)) => if a == b { Some(HashMap::new()) } else { None }, (Value::Call(efn, eargs), Value::Call(rfn, rargs)) => { if efn != rfn { return None } if rargs.len() != eargs.len() { return None } let mut out_bindings = HashMap::new(); for (rarg, earg) in rargs.iter().zip(eargs) { match matches(earg, rarg) { Some(x) => out_bindings.extend(x), None => return None } } Some(out_bindings) }, (_, Value::Identifier(b)) => Some(vec![(b.clone(), expr.clone())].into_iter().collect()), _ => None }}```

See also

References



  1. "Populations légales 2017". INSEE. Retrieved 6 January 2020.
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.