Bensdorf

Bensdorf is a municipality in the Potsdam-Mittelmark district, in Brandenburg, Germany.

Bensdorf
Church in Altbensdorf
Location of Bensdorf within Potsdam-Mittelmark district
Bensdorf
Bensdorf
Coordinates: 52°25′00″N 12°19′59″E
CountryGermany
StateBrandenburg
DistrictPotsdam-Mittelmark
Municipal assoc.Wusterwitz
Subdivisions5 Ortsteile
Government
  MayorBernd König
Area
  Total34.13 km2 (13.18 sq mi)
Elevation
31 m (102 ft)
Population
 (2018-12-31)[1]
  Total1,233
  Density36/km2 (94/sq mi)
Time zoneCET/CEST (UTC+1/+2)
Postal codes
14789
Dialling codes033839
Vehicle registrationPM

Demography

Development of Population since 1875 within the Current Boundaries (Blue Line: Population; Dotted Line: Comparison to Population Development of Brandenburg state; Grey Background: Time of Nazi rule; Red Background: Time of Communist rule)
Bensdorf: Population development
within the current boundaries (2013)[2]
YearPop.±% p.a.
1875 1,200    
1890 1,300+0.54%
1910 1,500+0.72%
1925 1,763+1.08%
1933 1,783+0.14%
1939 1,860+0.71%
1946 2,284+2.98%
1950 2,276−0.09%
1964 1,682−2.14%
1971 1,493−1.69%
1981 1,231−1.91%
1985 1,208−0.47%
1989 1,191−0.35%
1990 1,194+0.25%
1991 1,170−2.01%
1992 1,170+0.00%
1993 1,131−3.33%
1994 1,137+0.53%
1995 1,138+0.09%
1996 1,149+0.97%
YearPop.±% p.a.
1997 1,341+16.71%
1998 1,366+1.86%
1999 1,440+5.42%
2000 1,411−2.01%
2001 1,411+0.00%
2002 1,411+0.00%
2003 1,371−2.83%
2004 1,367−0.29%
2005 1,368+0.07%
2006 1,352−1.17%
2007 1,333−1.41%
2008 1,292−3.08%
2009 1,273−1.47%
2010 1,240−2.59%
2011 1,266+2.10%
2012 1,284+1.42%
2013 1,262−1.71%
2014 1,270+0.63%
2015 1,235−2.76%
2016 1,236+0.08%


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.

References

  1. "Bevölkerung im Land Brandenburg nach amtsfreien Gemeinden, Ämtern und Gemeinden 31. Dezember 2018". Amt für Statistik Berlin-Brandenburg (in German). July 2019.
  2. Detailed data sources are to be found in the Wikimedia Commons.Population Projection Brandenburg at Wikimedia Commons
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.