La Villette, Calvados
La Villette is a commune in the Calvados department in the Normandy region in northwestern France.
La Villette | |
---|---|
![]() A general view of La Villette | |
Location of La Villette ![]() | |
![]() ![]() La Villette ![]() ![]() La Villette | |
Coordinates: 48°54′46″N 0°32′32″W | |
Country | France |
Region | Normandy |
Department | Calvados |
Arrondissement | Vire |
Canton | Condé-sur-Noireau |
Intercommunality | Condé Intercom |
Government | |
• Mayor (2008–2014) | Daniel Bréard |
Area 1 | 9.74 km2 (3.76 sq mi) |
Population (2017-01-01)[1] | 226 |
• Density | 23/km2 (60/sq mi) |
Time zone | UTC+01:00 (CET) |
• Summer (DST) | UTC+02:00 (CEST) |
INSEE/Postal code | 14756 /14570 |
Elevation | 90–262 m (295–860 ft) (avg. 260 m or 850 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. | ±% |
---|---|---|
1962 | 162 | — |
1968 | 165 | +1.9% |
1975 | 152 | −7.9% |
1982 | 154 | +1.3% |
1990 | 153 | −0.6% |
1999 | 153 | +0.0% |
2008 | 178 | +16.3% |
gollark: Ah, but my sound is off constantly.
gollark: I did not. Does it work in Firefox™?
gollark: ... was? is.
gollark: Well, this was for ND research, and I didn't want to refresh random eggs constantly.
gollark: ```javascript// ==UserScript==// @name DC Egg Time Getter// @namespace http://tampermonkey.net/// @match https://dragcave.net/view/*// @grant none// ==/UserScript==function getCapture(text, regex, def) { const result = text.match(regex); if (result === null || result === undefined) { if (def === undefined) { throw new Error("Text did not match regex."); } else { return def; } } else { return result[1]; }}const text = document.body.textContent;const days = parseInt(getCapture(text, /in: (\d+) day/, 0));const hours = parseInt(getCapture(text, /and (\d+) hour/, 0));const allHours = (days * 24) + hours;const storage = window.localStorage;const lastTime = storage.remainingTime;console.log("Time Remaining:", allHours);// check for low-ER timesif (allHours < 72) { console.log("Egg/Hatchling in low ER!"); if (lastTime !== allHours.toString()) { const d = new Date(); localStorage.changeTime = d.getTime().toString(); console.log("WAS", lastTime, "NOW", allHours) console.log("Hour Change Time FOUND!"); } else { storage.remainingTime = allHours; setTimeout(() => window.location.reload(), 2000); }}```Probably suboptimal, but I was in a hurry.
See also
References
- "Populations légales 2017". INSEE. Retrieved 6 January 2020.
![]() |
Wikimedia Commons has media related to La Villette (Calvados). |
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.