Clermont-Pouyguillès
Clermont-Pouyguillès is a commune in the Gers department in southwestern France.
Clermont-Pouyguillès | |
---|---|
The town hall in Clermont-Pouyguillès | |
Location of Clermont-Pouyguillès | |
Clermont-Pouyguillès Clermont-Pouyguillès | |
Coordinates: 43°28′19″N 0°31′25″E | |
Country | France |
Region | Occitanie |
Department | Gers |
Arrondissement | Mirande |
Canton | Mirande-Astarac |
Intercommunality | Vals et villages en Astarac |
Government | |
• Mayor (2008–2014) | Vincent Cerès |
Area 1 | 12.71 km2 (4.91 sq mi) |
Population (2017-01-01)[1] | 159 |
• Density | 13/km2 (32/sq mi) |
Time zone | UTC+01:00 (CET) |
• Summer (DST) | UTC+02:00 (CEST) |
INSEE/Postal code | 32104 /32300 |
Elevation | 181–281 m (594–922 ft) (avg. 193 m or 633 ft) |
1 French Land Register data, which excludes lakes, ponds, glaciers > 1 km2 (0.386 sq mi or 247 acres) and river estuaries. |
Geography
Population
Year | Pop. | ±% |
---|---|---|
1962 | 183 | — |
1968 | 165 | −9.8% |
1975 | 144 | −12.7% |
1982 | 153 | +6.2% |
1990 | 158 | +3.3% |
1999 | 158 | +0.0% |
2008 | 156 | −1.3% |
gollark: ```javascriptconst renderPlayer = (player) => { let str = "" for (let y = player.y - 5; y <= player.y + 5; y++) { for (let x = player.x - 10; x <= player.x + 10; x++) { let wallCol = getWallColor(x, y) if (x >= WIDTH) { str += wallCol } else if (y >= HEIGHT) { str += wallCol } else if (x < 0) { str += wallCol } else if (y < 0) { str += wallCol } else { let id = getEnemy(x, y) if (id != -1) { str += enemy_icons[enemies[id].id] } else { let id = getPlayer(x, y) if (id != -1) { str += players[id].icon } else { let id = getBonus(x, y) if (id != -1) { str += "?" } else { str += " " } } } } } str += "\n" } return str}```
gollark: YES, SOME OFFENSE.
gollark: As I said, this is not very good code.]
gollark: Every rendered tile.
gollark: I suppose baidicoot thought "hmm, how might I find whether a player is on a tile I'm rendering". Now, you might think "hmm yes, the solution to this is just to maintain a map of coordinates to entities, or something like that". But no! The game ITERATES OVER ALL PLAYERS FOR EVERY SINGLE TILE.
See also
References
- "Populations légales 2017". INSEE. Retrieved 6 January 2020.
Wikimedia Commons has media related to Clermont-Pouyguillès. |
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.