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
CountryFrance
RegionNouvelle-Aquitaine
DepartmentHaute-Vienne
No. of communes13
SeatSaint-Léonard-de-Noblat
Government
  RepresentativesChristelle Aupetit-Berthelemot and Jean-Claude Leblois
  Term of office2015-2021
Area
  Total325.88 km2 (125.82 sq mi)
Population
 (2012)
  Total16,498
  Density51/km2 (130/sq mi)
INSEE code87 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

Historical population of Canton of Saint-Léonard-de-Noblat
(Source: INSEE)
Year1962196819751982199019992006
Population10 39110 94210 33810 30810 2539 7599 824
From the year 1962 on: No double countingresidents 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

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.