Nobitz
Nobitz is a municipality in the district Altenburger Land, in Thuringia, Germany. The nearby Nobitz airfield was used by Ryanair for flights to and from London Stansted between 2003 and 2011.
Nobitz | |
---|---|
Coat of arms | |
Location of Nobitz within Altenburger Land district | |
Nobitz Nobitz | |
Coordinates: 50°58′N 12°29′E | |
Country | Germany |
State | Thuringia |
District | Altenburger Land |
Government | |
• Mayor | Hendrik Läbe (SPD) |
Area | |
• Total | 100.37 km2 (38.75 sq mi) |
Elevation | 179 m (587 ft) |
Population (2018-12-31)[1] | |
• Total | 7,276 |
• Density | 72/km2 (190/sq mi) |
Time zone | CET/CEST (UTC+1/+2) |
Postal codes | 04603 |
Dialling codes | 03447, 034493, 034494 |
Vehicle registration | ABG |
Website | www.nobitz.de |
History
Within the German Empire (1871–1918), Nobitz was part of the Duchy of Saxe-Altenburg. In East Germany, it was part of Bezirk Leipzig. In July 2018 the former municipalities of Frohnsdorf, Jückelberg and Ziegelheim were merged into Nobitz.
gollark: Not all Lua is created equal.
gollark: It's maaaaaagic.
gollark: From potatOS sandboxing somewhere.
gollark: ```luafunction new.find(wildcard) local function recurse_spec(results, path, spec) -- From here: https://github.com/Sorroko/cclite/blob/62677542ed63bd4db212f83da1357cb953e82ce3/src/emulator/native_api.lua local segment = spec:match('([^/]*)'):gsub('/', '') local pattern = '^' .. segment:gsub('[*]', '.+'):gsub('?', '.') .. '$' if new.isDir(path) then for _, file in ipairs(new.list(path)) do if file:match(pattern) then local f = new.combine(path, file) if new.isDir(f) then recurse_spec(results, f, spec:sub(#segment + 2)) end if spec == segment then table.insert(results, f) end end end end end local results = {} recurse_spec(results, '', wildcard) return results end```
gollark: Yes, occasionally.
References
- "Bevölkerung der Gemeinden, erfüllenden Gemeinden und Verwaltungsgemeinschaften nach Geschlecht in Thüringen Gebietsstand: 31.12.2018". Thüringer Landesamt für Statistik (in German). September 2019.
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.