Saleignes

Saleignes is a commune in the Charente-Maritime department in southwestern France.

Saleignes
The church in Saleignes
Location of Saleignes
Saleignes
Saleignes
Coordinates: 46°00′37″N 0°11′12″W
CountryFrance
RegionNouvelle-Aquitaine
DepartmentCharente-Maritime
ArrondissementSaint-Jean-d'Angély
CantonMatha
IntercommunalityAulnay-de-Saintonge
Government
  Mayor (20082014) Hélène Chaunux
Area
1
7.89 km2 (3.05 sq mi)
Population
 (2017-01-01)[1]
62
  Density7.9/km2 (20/sq mi)
Time zoneUTC+01:00 (CET)
  Summer (DST)UTC+02:00 (CEST)
INSEE/Postal code
17416 /17510
Elevation111–149 m (364–489 ft)
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.±%
1962106    
1968138+30.2%
1975134−2.9%
1982117−12.7%
199097−17.1%
199977−20.6%
200866−14.3%
gollark: ```python#!/usr/bin/env python3import os, os.path, json, csv, reOUT = "/tmp/messages.csv"with open(OUT, "w") as g: outwriter = csv.writer(g) DATA_ROOT = "/tmp/messages" for x in os.listdir(DATA_ROOT): dir = os.path.join(DATA_ROOT, x) if os.path.isdir(dir): with open(os.path.join(dir, "channel.json")) as f: meta = json.load(f) if meta["type"] == 0 and ("guild" not in meta or meta["guild"]["id"] != "771081279403065344"): print(x, meta.get("name", "???"), meta.get("guild", "???")) with open(os.path.join(dir, "messages.csv")) as f: r = csv.reader(f) for row in r: channel, timestamp, message, _ = row message = re.sub("<@[0-9]+>", "", message) outwriter.writerow((message, ))```
gollark: And the messages folder → CSV dumper is something like 20 lines of python.
gollark: Why the free time thing though? It's not like looking up how to do this is particularly time consuming.
gollark: Oh, well, this is faster.
gollark: Anyway, I can just leave it running in the background for 90 minutes or so.

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.