Zörnigall

Zörnigall is a village and a former municipality in Wittenberg district in Saxony-Anhalt, Germany. Since 1 January 2011, it is part of the town Zahna-Elster. It belonged to the administrative municipality (Verwaltungsgemeinschaft) of Elbaue-Fläming.

Zörnigall
Ortsteil of Zahna-Elster
Location of Zörnigall
Zörnigall
Zörnigall
Coordinates: 51°52′17″N 12°45′23″E
CountryGermany
StateSaxony-Anhalt
DistrictWittenberg
TownZahna-Elster
Area
  Total3.57 km2 (1.38 sq mi)
Elevation
76 m (249 ft)
Population
 (2009-12-31)
  Total901
  Density250/km2 (650/sq mi)
Time zoneCET/CEST (UTC+1/+2)
Postal codes
06888
Dialling codes034922
Vehicle registrationWB

Geography

Zörnigall lies about 8 km southeast of Lutherstadt Wittenberg.

Economy and transportation

Federal Highway (Bundesstraße) B 187 between Wittenberg and Jessen is about 1 km to the south.

gollark: Just use the C preprocessor.
gollark: (more easily than the weird regex notation of recursive capture groups)
gollark: I'm sure it lets you define functions.
gollark: As planned.
gollark: Although I actually wrote the regex as```pythonWHITESPACE = r"[\t\n ]*"NUMBER = r"\-?(?:0|[1-9][0-9]*)(?:\.[0-9]+)?(?:[eE][+-]?[0-9]+)?"ARRAY = f"(?:\[{WHITESPACE}(?:|(?R)|(?R)(?:,{WHITESPACE}(?R){WHITESPACE})*){WHITESPACE}])"STRING = r'"(?:[^"\\\n]|\\["\\/bfnrt]|\\u[0-9a-fA-F]{4})*"'TERMINAL = f"(?:true|false|null|{NUMBER}|{STRING})"PAIR = f"(?:{WHITESPACE}{STRING}{WHITESPACE}:{WHITESPACE}(?R){WHITESPACE})"OBJECT = f"(?:{{(?:{WHITESPACE}|{PAIR}|(?:{PAIR}(?:,{PAIR})*))}})"VALUE = f"{WHITESPACE}(?:{ARRAY}|{OBJECT}|{TERMINAL}){WHITESPACE}"```which is much easier.

References



    This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.