Charix
Charix is a commune in the Ain department in eastern France.
Charix | |
---|---|
![]() The town hall in Charix | |
Location of Charix ![]() | |
![]() ![]() Charix ![]() ![]() Charix | |
Coordinates: 46°11′03″N 5°41′05″E | |
Country | France |
Region | Auvergne-Rhône-Alpes |
Department | Ain |
Arrondissement | Nantua |
Canton | Nantua |
Intercommunality | Haut-Bugey Agglomération |
Government | |
• Mayor (2014-2020) | Didier Palisson |
Area 1 | 18.27 km2 (7.05 sq mi) |
Population (2017-01-01)[1] | 285 |
• Density | 16/km2 (40/sq mi) |
Time zone | UTC+01:00 (CET) |
• Summer (DST) | UTC+02:00 (CEST) |
INSEE/Postal code | 01087 /01130 |
Elevation | 580–1,046 m (1,903–3,432 ft) (avg. 780 m or 2,560 ft) |
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 | 289 | — |
2007 | 292 | +1.0% |
2008 | 297 | +1.7% |
2009 | 300 | +1.0% |
2010 | 294 | −2.0% |
2011 | 289 | −1.7% |
2012 | 283 | −2.1% |
2013 | 284 | +0.4% |
2014 | 284 | +0.0% |
2015 | 285 | +0.4% |
2016 | 285 | +0.0% |
gollark: !typerace 50
gollark: ddg!wikihow cheat at esobot typerace
gollark: I use terminator.
gollark: ```python#!/usr/bin/env python3import randomimport fileinput# https://github.com/LyricLy/Esobot/blob/bcc9e548c84ea9b23fc832d0b0aaa8288de64886/cogs/general.pylyrictable_raw = { "a": "а", "c": "с", "e": "е", "s": "ѕ", "i": "і", "j": "ј", "o": "о", "p": "р", "y": "у", "x": "х" }lyrictable = str.maketrans({v: k for k, v in lyrictable_raw.items()})for line in fileinput.input(): line = line.replace("\n", "") print(line.translate(lyrictable).replace("\u200b", ""))```
gollark: The homoglyphs thing would have been better, to be honest! I just copypasted the translation table esobot uses out of its source code.
See also
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.