Bordères-sur-l'Échez

Bordères-sur-l'Échez is a commune in the Hautes-Pyrénées department in southwestern France. It is approximately 6 km northwest of Tarbes.

Bordères-sur-l'Échez
Coat of arms
Location of Bordères-sur-l'Échez
Bordères-sur-l'Échez
Bordères-sur-l'Échez
Coordinates: 43°16′N 0°03′E
CountryFrance
RegionOccitanie
DepartmentHautes-Pyrénées
ArrondissementTarbes
CantonBordères-sur-l'Échez
IntercommunalityGrand Tarbes
Government
  Mayor (20082014) Christian Paul
Area
1
15.95 km2 (6.16 sq mi)
Population
 (2017-01-01)[1]
5,227
  Density330/km2 (850/sq mi)
Time zoneUTC+01:00 (CET)
  Summer (DST)UTC+02:00 (CEST)
INSEE/Postal code
65100 /65320
Elevation273–378 m (896–1,240 ft)
(avg. 287 m or 942 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.±%
19622,356    
19682,950+25.2%
19753,426+16.1%
19823,712+8.3%
19903,893+4.9%
19993,551−8.8%
20074,211+18.6%
20094,149−1.5%
gollark: ```pythonimport syscode = input()l = len(code)acc = 0pos = 0incr = 1num_lookup = { "zero": 0, "one": 1, "two": 2, "three": 3, "four": 4, "five": 5, "six": 6, "seven": 7, "eight": 8, "nine": 9 }while pos < l: char = code[pos] if char == "i": h, g = list(range(pos + 1, l)), list(range(pos - 1, 0, -1)) for i in h + g if incr == 1 else g + h: if code[i] == "i": pos = (i + 1) % l break continue elif char == "p": pos += incr elif char == "a": acc += 1 elif char == "e": acc -= 1 elif char == "v": incr *= -1 elif char == "~": acc = 0 for x, n in enumerate(reversed(input().split(" "))): acc += 10**x * num_lookup[n] elif char == "`": sys.stdout.write(chr(acc)) elif char == "[": if acc != 0: acc = int(str(acc) + bin(acc)[2:]) else: print("wrong.") pos += incr```<@&731766254238433300> observe my highly amazing and golfed code.
gollark: Yes, JUSTICE FOR SOHNDAISFSPOUTIN!!!
gollark: Well, if I *am* allowed to post increasingly bad* versions, I might as well just submit my sort of vaguely working ish version?
gollark: <@332271551481118732> YOU COORDINATE EVENTS RIGHT
gollark: GIB TEST CASE AND ALSO ANSWERS

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.