Egesheim

Egesheim is a town in the district of Tuttlingen in Baden-Württemberg in Germany.

Egesheim
Coat of arms
Location of Egesheim within Tuttlingen district
Konstanz (district)Rottweil (district)Sigmaringen (district)Schwarzwald-Baar-KreisZollernalbkreisAldingenBalgheimBärenthalBöttingenBubsheimBuchheimDeilingenDenkingenDürbheimDurchhausenEgesheimEmmingen-LiptingenFridingenFrittlingenGeisingenGosheimGunningenHausen ob VerenaImmendingenIrndorfKönigsheimKolbingenMahlstettenMühlheim an der DonauNeuhausen ob EckReichenbach am HeubergRenquishausenRietheim-WeilheimSeitingen-OberflachtSpaichingenTalheimTrossingenTuttlingenWehingenWurmlingen
Egesheim
Egesheim
Coordinates: 48°07′01″N 08°51′21″E
CountryGermany
StateBaden-Württemberg
Admin. regionFreiburg
DistrictTuttlingen
Government
  MayorJosef Bär
Area
  Total7.66 km2 (2.96 sq mi)
Elevation
783 m (2,569 ft)
Population
 (2018-12-31)[1]
  Total631
  Density82/km2 (210/sq mi)
Time zoneCET/CEST (UTC+1/+2)
Postal codes
78592
Dialling codes07429
Vehicle registrationTUT
Websitewww.egesheim.de

Geography

Egesheim lies on the Heuberg Plateau in the southwest of the Swabian Jura at an altitude of between 700 metres (2,300 ft) and 930 metres (3,050 ft) above sea level. The southern branch of the Bära river flows through the town. Approximately two-thirds of the area is forest.

History

The town is one of the oldest communities in the region, In 770 it is mentioned in a deed of donation of the Abbey of Saint Gall. Various religious and secular lordships have claimed ownership. In 1381 the village became a domain of Further Austria, and remained so until 1805, when it became part of Württemberg.

Demographics

As of 2011, Egesheim is estimated to have a population of around 643.[2]

It has an area of 766 square kilometres (296 sq mi), with a population density of around 84 people per square kilometre.[3]

gollark: You can use luadash.
gollark: ```rust#[macro_use] extern crate serenity;extern crate dotenv;use serenity::client::{Client, EventHandler};use serenity::framework::standard::StandardFramework;use std::env;struct Handler;impl EventHandler for Handler {}pub fn main() { dotenv::dotenv().ok(); // Load bot token from environment, let mut client = Client::new(&env::var("DISCORD_TOKEN").expect("token unavailable"), Handler) .expect("Error creating client"); client.with_framework(StandardFramework::new() .configure(|c| c.prefix("~")) .cmd("ping", ping)); if let Err(why) = client.start() { eprintln!("An error occured: {:?}", why); }}command!(ping(_context, message) { let _ = message.reply("Pong!");});```Fun with discord bots, and yes this is literally the example code.
gollark: t r a i t o r
gollark: f i b o n a c c i
gollark: ???

References

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