Jouy, Eure-et-Loir
Jouy is a commune in the Eure-et-Loir department in northern France.
Jouy | |
---|---|
Town hall | |
Location of Jouy | |
Jouy Jouy | |
Coordinates: 48°30′46″N 1°33′03″E | |
Country | France |
Region | Centre-Val de Loire |
Department | Eure-et-Loir |
Arrondissement | Chartres |
Canton | Chartres-1 |
Intercommunality | L'Orée de Chartres |
Government | |
• Mayor (2008–2015) | Christian Paul-Loubière |
Area 1 | 12.89 km2 (4.98 sq mi) |
Population (2017-01-01)[1] | 1,939 |
• Density | 150/km2 (390/sq mi) |
Time zone | UTC+01:00 (CET) |
• Summer (DST) | UTC+02:00 (CEST) |
INSEE/Postal code | 28201 /28300 |
Elevation | 106–161 m (348–528 ft) |
1 French Land Register data, which excludes lakes, ponds, glaciers > 1 km2 (0.386 sq mi or 247 acres) and river estuaries. |
Population
Year | Pop. | ±% |
---|---|---|
1962 | 1,070 | — |
1968 | 1,141 | +6.6% |
1975 | 1,286 | +12.7% |
1982 | 1,608 | +25.0% |
1990 | 1,755 | +9.1% |
1999 | 1,810 | +3.1% |
2008 | 1,889 | +4.4% |
gollark: JS has an array/map distinction at least...
gollark: Adding a new element:```lualocal x = {1, 2, 3}table.insert(x, 4) -- inserts 4 at the end-- x is now {1, 2, 3, 4}table.insert(x, 2, "a") -- inserts "a" at position 2-- x is now {1, "a", 2, 3, 4}```
gollark: Defining an array-ish table:```lualocal example_table_name = {1, 2, 3, "hi", {}, "mixed types too"}```Iteration:```lualocal x = {"a", "b", "c"}for index, value in ipairs(x) do print(index, value)end-- prints 1 a then 2 b then 3 c```
gollark: Or more accurately maps which can be used as arrays.
gollark: Tables are basically a combination of maps and arrays for some stupid reason.
References
- "Populations légales 2017". INSEE. Retrieved 6 January 2020.
Wikimedia Commons has media related to Jouy (Eure-et-Loir). |
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.