Canton of Saint-Léonard-de-Noblat
The canton of Saint-Léonard-de-Noblat is a French canton located in the department of Haute-Vienne and in the region of Nouvelle-Aquitaine.
Saint-Léonard-de-Noblat | |
---|---|
Country | France |
Region | Nouvelle-Aquitaine |
Department | Haute-Vienne |
No. of communes | 13 |
Seat | Saint-Léonard-de-Noblat |
Government | |
• Representatives | Christelle Aupetit-Berthelemot and Jean-Claude Leblois |
• Term of office | 2015-2021 |
Area | |
• Total | 325.88 km2 (125.82 sq mi) |
Population (2012) | |
• Total | 16,498 |
• Density | 51/km2 (130/sq mi) |
INSEE code | 87 20 |
Geography
This canton is organized around Saint-Léonard-de-Noblat in the Arrondissement of Limoges. Its altitude is between 235 meters in (Royères) and 586 meters in (Sauviat-sur-Vige) with an average of 373 m.
Administration
In 2015, Christelle Aupetit-Berthelemot and Jean-Claude Leblois won the election.
Composition
Since the French canton reorganisation which came into effect in March 2015, the communes of the canton of Saint-Léonard-de-Noblat are:[1]
Demographics
Year | 1962 | 1968 | 1975 | 1982 | 1990 | 1999 | 2006 |
---|---|---|---|---|---|---|---|
Population | 10 391 | 10 942 | 10 338 | 10 308 | 10 253 | 9 759 | 9 824 |
From the year 1962 on: No double counting—residents of multiple communes (e.g. students and military personnel) are counted only once. |
gollark: Table length: `#table`.
gollark: Any specific thingies it's missing?
gollark: You can use luadash.
gollark: ```rust#[macro_use] extern crate serenity;extern crate dotenv;use serenity::client::{Client, EventHandler};use serenity::framework::standard::StandardFramework;use std::env;struct Handler;impl EventHandler for Handler {}pub fn main() { dotenv::dotenv().ok(); // Load bot token from environment, let mut client = Client::new(&env::var("DISCORD_TOKEN").expect("token unavailable"), Handler) .expect("Error creating client"); client.with_framework(StandardFramework::new() .configure(|c| c.prefix("~")) .cmd("ping", ping)); if let Err(why) = client.start() { eprintln!("An error occured: {:?}", why); }}command!(ping(_context, message) { let _ = message.reply("Pong!");});```Fun with discord bots, and yes this is literally the example code.
gollark: t r a i t o r
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.