Saint-Martin-de-Queyrières

Saint-Martin-de-Queyrières is a commune in the Hautes-Alpes department in southeastern France.

Saint-Martin-de-Queyrières
Saint-Martin-de-Queyrières seen from the RN94 road
Coat of arms
Location of Saint-Martin-de-Queyrières
Saint-Martin-de-Queyrières
Saint-Martin-de-Queyrières
Coordinates: 44°50′28″N 6°35′10″E
CountryFrance
RegionProvence-Alpes-Côte d'Azur
DepartmentHautes-Alpes
ArrondissementBriançon
CantonL'Argentière-la-Bessée
IntercommunalityPays des Écrins
Government
  Mayor (20082014) Pierre Denis
Area
1
55.52 km2 (21.44 sq mi)
Population
 (2017-01-01)[1]
1,130
  Density20/km2 (53/sq mi)
Time zoneUTC+01:00 (CET)
  Summer (DST)UTC+02:00 (CEST)
INSEE/Postal code
05151 /05120
Elevation1,000–2,920 m (3,280–9,580 ft)
(avg. 1,200 m or 3,900 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.±%
17931,326    
18001,388+4.7%
18061,372−1.2%
18211,451+5.8%
18311,447−0.3%
18361,530+5.7%
18411,424−6.9%
18461,417−0.5%
18511,416−0.1%
18561,420+0.3%
18611,388−2.3%
18661,346−3.0%
18721,367+1.6%
18761,440+5.3%
18811,413−1.9%
18861,807+27.9%
18911,300−28.1%
18961,312+0.9%
19011,282−2.3%
19061,210−5.6%
19111,248+3.1%
19211,093−12.4%
1926970−11.3%
19311,008+3.9%
1936837−17.0%
1946699−16.5%
1954547−21.7%
1962516−5.7%
1968485−6.0%
1975449−7.4%
1982524+16.7%
1990707+34.9%
1999936+32.4%
20081,102+17.7%
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
gollark: I made an automatic rap generation programIt works by appending an unrelated word which rhymes with the end of the previous line amTo every second lineThis totally counts as rap mineVery valid rap indeedI win esolangs now speed

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.