Roscanvel

Roscanvel (Breton: Roskañvel) is a commune in the Finistère department of Brittany in north-western France.

Roscanvel

Roskañvel
Roscanvel view of the roadstead of Brest in 2008
Coat of arms
Location of Roscanvel
Roscanvel
Roscanvel
Coordinates: 48°19′02″N 4°32′50″W
CountryFrance
RegionBrittany
DepartmentFinistère
ArrondissementChâteaulin
CantonCrozon
IntercommunalityPresqu'île de Crozon
Government
  Mayor (20142020) Bernard Copin
Area
1
9.08 km2 (3.51 sq mi)
Population
 (2017-01-01)[1]
839
  Density92/km2 (240/sq mi)
Time zoneUTC+01:00 (CET)
  Summer (DST)UTC+02:00 (CEST)
INSEE/Postal code
29238 /29570
Elevation0–78 m (0–256 ft)
1 French Land Register data, which excludes lakes, ponds, glaciers > 1 km2 (0.386 sq mi or 247 acres) and river estuaries.

Population

Inhabitants of Roscanvel are called in French Roscanvelistes.

Historical population
YearPop.±%
1793630    
1800662+5.1%
1806671+1.4%
1821875+30.4%
1831865−1.1%
1836918+6.1%
1841788−14.2%
1846852+8.1%
1851894+4.9%
18561,090+21.9%
18611,046−4.0%
18661,057+1.1%
YearPop.±%
18721,942+83.7%
1876967−50.2%
18811,000+3.4%
18861,101+10.1%
18911,170+6.3%
18961,068−8.7%
19011,469+37.5%
19061,263−14.0%
19111,393+10.3%
1921999−28.3%
1926968−3.1%
1931938−3.1%
YearPop.±%
1936840−10.4%
1946879+4.6%
1954681−22.5%
1962629−7.6%
1968613−2.5%
1975574−6.4%
1982697+21.4%
1990740+6.2%
1999787+6.4%
2008958+21.7%
gollark: Takes ages to load words, I'm afraid.
gollark: ```pythonimport thesaurusimport randomimport concurrent.futures as futureswords_to_synonyms = {}synonyms_to_words = {}def add_to_key(d, k, v): d[k] = d.get(k, set()).union(set(v))def add_synonyms(syns, word): for syn in syns: add_to_key(synonyms_to_words, syn, [word]) add_to_key(words_to_synonyms, word, syns)def concat(list_of_lists): return sum(list_of_lists, [])def fetch_word(word): results = concat(thesaurus.Word(word).synonyms("all")) return resultsdef add_words(words): with futures.ThreadPoolExecutor(max_workers=50) as executor: word_futures = {executor.submit(fetch_word, word): word for word in words} for future in futures.as_completed(word_futures): word = word_futures[future] try: data = future.result() except Exception as exc: print(f"Error fetching {word}: {exc}") else: add_synonyms(data, word)def getattr_hook(obj, key): results = list(synonyms_to_words.get(key, set()).union(words_to_synonyms.get(key, set()))) if len(results) > 0: return obj.__getattribute__(random.choice(results)) else: raise AttributeError(f"Attribute {key} not found.")def wrap(obj): add_words(dir(obj)) obj.__getattr__ = lambda key: getattr_hook(obj, key)wrap(__builtins__)__builtins__.engrave("Hi!")```
gollark: Ah yes. Global Interpreter Lock. Right. This may be hard.
gollark: On the plus side, you should be able to use `zilch` in place of `None` now.
gollark: The python thesaurus-izer may need some parallelization to be effective.

See also

References

  1. "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.