Port, Ain

Port is a commune in the Ain department in eastern France.

Port
A general view of Port
Location of Port
Port
Port
Coordinates: 46°09′55″N 5°34′16″E
CountryFrance
RegionAuvergne-Rhône-Alpes
DepartmentAin
ArrondissementNantua
CantonNantua
IntercommunalityLac de Nantua
Government
  Mayor (20082014) Bruno Pellegrini
Area
1
4.25 km2 (1.64 sq mi)
Population
 (2017-01-01)[1]
849
  Density200/km2 (520/sq mi)
Time zoneUTC+01:00 (CET)
  Summer (DST)UTC+02:00 (CEST)
INSEE/Postal code
01307 /01460
Elevation460–991 m (1,509–3,251 ft)
(avg. 465 m or 1,526 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.±%
1962265    
1968240−9.4%
1975355+47.9%
1982509+43.4%
1990773+51.9%
1999913+18.1%
2008868−4.9%
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.
gollark: It worked quite well, though I did have to manually narrow them down a bit.
gollark: To get around all the work of refreshing for an hour, I made a userscript to refresh every few seconds and check if the time changes.
gollark: I did *almost* that.

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.