Rodemack
Rodemack (German: Rodemachern, Lorraine Franconian: Ruedemaacher/Roudemaacher) is a commune in the Moselle department in Grand Est in north-eastern France.
Rodemack | |
---|---|
The church and surroundings in Rodemack | |
Coat of arms | |
Location of Rodemack | |
Rodemack Rodemack | |
Coordinates: 49°28′11″N 6°14′13″E | |
Country | France |
Region | Grand Est |
Department | Moselle |
Arrondissement | Thionville |
Canton | Yutz |
Intercommunality | Communauté de communes de Cattenom et environs |
Government | |
• Mayor (2008–2014) | Gérard Guerder |
Area 1 | 9.96 km2 (3.85 sq mi) |
Population (2017-01-01)[1] | 1,240 |
• Density | 120/km2 (320/sq mi) |
Time zone | UTC+01:00 (CET) |
• Summer (DST) | UTC+02:00 (CEST) |
INSEE/Postal code | 57588 /57570 |
Elevation | 154–242 m (505–794 ft) (avg. 180 m or 590 ft) |
1 French Land Register data, which excludes lakes, ponds, glaciers > 1 km2 (0.386 sq mi or 247 acres) and river estuaries. |
Localities of the commune: Esing, Faulbach, Semming.
Personalities related to the municipality
- Jean-Marie Pelt (1933-2015), French botanist-ecologist, founder of the European Institute of Ecology (Metz).
- The barons of Rodemack, lineage of the nobility of the Holy Roman Empire, which has its roots in Rodemack.
- Pierre Hemmer (1950-2013), one of the Internet pioneers in Switzerland.
gollark: ```python#!/usr/bin/env python3import os, subprocess, sysDIR = os.path.abspath(os.path.dirname(sys.argv[0]))CC = ["gcc", "-Wall"]CACHE = os.path.join(DIR, "_cache")EXT = ".c"OUT_FILE = os.path.join(DIR, "out")if not os.path.exists(CACHE): os.mkdir(CACHE)changed_any = Falseobject_files = []for thing in os.listdir(DIR): if thing.endswith(EXT): path = os.path.join(DIR, thing) name, _, _ = thing.rpartition(EXT) cache_entry = os.path.join(CACHE, f"{name}.o") try: cache_updated_at = os.stat(cache_entry).st_mtime except FileNotFoundError: cache_updated_at = 0 code_updated_at = os.stat(path).st_mtime if cache_updated_at < code_updated_at: print(thing) subprocess.run(CC + ["-c", "-o", cache_entry, path]) changed_any = True object_files.append(cache_entry)if changed_any or not os.path.exists(OUT_FILE): subprocess.run(CC + ["-o", OUT_FILE] + object_files)else: print("no changes")```
gollark: Correction: 7.
gollark: Coming in about 3 minutes.
gollark: Use osmarksbuildsystem™.
gollark: I AM writing this, so you know.
See also
Wikimedia Commons has media related to Rodemack. |
Communes of the Moselle department
- "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.