Châteaurenard

Châteaurenard (Occitan: Castèurainard) is a commune in the Arles arrondissement, in the Bouches-du-Rhône department, in the Provence-Alpes-Côte d'Azur region, in southern France.

Châteaurenard
The church of Châteaurenard
Coat of arms
Location of Châteaurenard
Châteaurenard
Châteaurenard
Coordinates: 43°53′00″N 4°51′19″E
CountryFrance
RegionProvence-Alpes-Côte d'Azur
DepartmentBouches-du-Rhône
ArrondissementArles
CantonChâteaurenard
IntercommunalityRhône Alpilles Durance
Government
  Mayor (20082014) Bernard Reynes
Area
1
34.95 km2 (13.49 sq mi)
Population
 (2017-01-01)[1]
15,814
  Density450/km2 (1,200/sq mi)
Time zoneUTC+01:00 (CET)
  Summer (DST)UTC+02:00 (CEST)
INSEE/Postal code
13027 /13160
Elevation15–110 m (49–361 ft)
1 French Land Register data, which excludes lakes, ponds, glaciers > 1 km2 (0.386 sq mi or 247 acres) and river estuaries.

Population

Historical population
YearPop.±%
17932,958    
18003,154+6.6%
18063,395+7.6%
18213,816+12.4%
18314,151+8.8%
18364,376+5.4%
18414,744+8.4%
18465,107+7.7%
18515,358+4.9%
18565,511+2.9%
18615,532+0.4%
18665,409−2.2%
18725,708+5.5%
18765,554−2.7%
18815,801+4.4%
18865,934+2.3%
18915,960+0.4%
18966,194+3.9%
19017,398+19.4%
19068,036+8.6%
19118,638+7.5%
19218,016−7.2%
19268,646+7.9%
19318,872+2.6%
19368,695−2.0%
19468,604−1.0%
19549,063+5.3%
19629,602+5.9%
196810,220+6.4%
197511,027+7.9%
198211,072+0.4%
199011,790+6.5%
199913,070+10.9%
200814,817+13.4%

Twin towns

Châteaurenard is twinned with:

gollark: `True`
gollark: ```pythonimport requestsimport randomimport fileinputdef weighted_choice(choices): total = sum(weight for choice, weight in choices) r = random.uniform(0, total) upto = 0 for choice, weight in choices: if upto + weight >= r: return choice upto += weight assert False, "Shouldn't get here"def get_rhymes(word, extra_params={}): default_params = { "rel_rhy": word, "max": 20, "md": "pf" } return requests.get("https://api.datamuse.com/words/", params={**default_params, **extra_params}).json()def get_frequency(word_object): for tag in word_object["tags"]: if tag.startswith("f:"): return float(tag[2:]) return 0def get_rhyme(word, params): options = get_rhymes(word, params) options = list(map(lambda word_object: (word_object["word"], get_frequency(word_object)), options)) if len(options) == 0: return word return weighted_choice(options)last = Nonefor line in fileinput.input(): line = line.replace("\n", "") if last != None: print(line + " " + get_rhyme(last, {})) last = None else: last = line.replace(".", "").split(" ")[-1] print(line)```
gollark: My automated rap generatorIs far superior to puny human rappers laterIt is backed by the entire resourcesOf this random online dictionary and word relation query API resource isTechnically it still relies on human interventionTo produce the input text to turn into rap intentionAnd due to the limitations of current natural language processingIt is unable to significantly transform the input text reprocessingThis is because spoken human languagesAre mostly not designed with machine-parseability language isor ease of understandingas major goals expandingand were we using better-designed languages, automated rapwould surely be much easier. app
gollark: Does that even rhyme?Um... BLIME!
gollark: This is totally a rapA rap is what it is chap

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.