Casma Province
The Casma Province is one of twenty provinces of the Ancash Region of Peru.
Casma | |
---|---|
Sechin complex in the Casma Valley | |
Flag Coat of arms | |
Location of Casma in the Ancash Region | |
Country | Peru |
Region | Ancash |
Capital | Casma |
Government | |
• Mayor | Luis Alarcón Llana (2019-2022) |
Area | |
• Total | 2,262.86 km2 (873.70 sq mi) |
Population | |
• Total | 50,989 |
• Density | 23/km2 (58/sq mi) |
Website | www.casma.anc.mp.gob.pe |
Political division
Casma is divided into four districts, which are:
District | Mayor |
---|---|
Buena Vista Alta | Maximo Pedro Vargas Cutamanca |
Casma | Jose Luis Lomparte Monteza |
Comandante Noel | Jose Alejandro Montalvan Macedo |
Yautan | Jose Luis Del Carpio Melgarejo |
Ethnic groups
The province is inhabited by indigenous citizens of Quechua descent. Spanish is the language which the majority of the population (85.95%) learnt to speak in childhood. 13.82% of the residents started speaking using the Quechua language (2007 Peru Census).[1]
Sources
- inei.gob.pe Archived January 27, 2013, at the Wayback Machine INEI, Peru, Censos Nacionales 2007
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.
gollark: So surely YOU can do it, if ""deforming things"""" is so easy.
gollark: I can't really do art, in general.
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.