Zone 90, Qatar
Zone 90 is a zone of the municipality of Al Wakrah in the state of Qatar. The main district recorded in the 2015 population census was the municipal seat, Al Wakrah City.[2]
Zone 90 | |
---|---|
Coordinates: 25.121429°N 51.596212°E[1] | |
Country | ![]() |
Municipality | Al Wakrah |
Blocks | 171 |
Area | |
• Total | 75.8 km2 (29.3 sq mi) |
Population | |
• Total | 87,970 (2,015) |
Time zone | UTC+03 (East Africa Time) |
ISO 3166 code | QA-WA |
Other districts which fall within its administrative boundaries are the Al Wakrah Industrial Area and Umm Al Houl.[1]
Land use
The Ministry of Municipality and Environment (MME) breaks down land use in the zone as follows.[7]
Area (km²) | Developed land (km²) | Undeveloped land (km²) | Residential (km²) | Commercial/ Industrial (km²) | Education/ Health (km²) | Farming/ Green areas (km²) | Other uses (km²) |
---|---|---|---|---|---|---|---|
75.80 | 38.35 | 37.45 | 5.22 | 1.85 | 0.74 | 0.05 | 30.49 |
gollark: Yes.
gollark: And yes, this is a hybrid of JS and SQL via template strings, isn't it great?
gollark: And this doesn't even ACTUALLY WORK.
gollark: ```javascriptexport const enqueueCrawl = async (crawlURL, tier) => { // robotsPolicy will be filled in on first actual crawl for the domain // this has to be done as a fairly complex DB-side query to prevent race conditions console.log("running insert for", crawlURL.toString()) const [domain] = await DB`INSERT INTO domains (domain, enabled, robotsPolicy, tier) SELECT ${crawlURL.hostname}, FALSE, NULL, ${tier} WHERE NOT EXISTS (SELECT id, domain, enabled, robotsPolicy, tier FROM domains WHERE domain = ${crawlURL.hostname}) RETURNING id` console.log(crawlURL.toString(), domain) // Add entry to crawl queue await DB`INSERT INTO crawl_targets (url, domain) VALUES (${crawlURL.toString()}, ${domain.id}) ON CONFLICT (url) DO UPDATE SET added = NOW()`}```This should NOT be quite so bee.
gollark: I'm busy trying to work out exactly how horrible a PostgreSQL query I need to do this stupid thing under concurrent write load.
References
- "Geoportal". The Centre for Geographic Information Systems of Qatar. Retrieved 21 February 2019.
- "2015 Population census" (PDF). Ministry of Development Planning and Statistics. April 2015. Retrieved 14 February 2019.
- "1986 population census" (PDF). Qatar Statistics Authority. Archived from the original (PDF) on 3 July 2015. Retrieved 2 July 2015.
- "1997 population census" (PDF). Qatar Statistics Authority. Archived from the original (PDF) on 24 September 2015. Retrieved 2 July 2015.
- "2004 population census". Qatar Statistics Authority. Archived from the original on 24 September 2015.
- "2010 population census" (PDF). Qatar Statistics Authority. Archived from the original (PDF) on 1 July 2015.
- "Physiography - Land use 2015". Ministry of Development Planning and Statistics. 15 January 2018. Retrieved 13 February 2019.
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.