Cônego Marinho

Cônego Marinho is a municipality in the north of the state of Minas Gerais in Brazil. As of 2007 the population was 6,279 in an area of 1,618 km².

  • The elevation of the municipal seat is 637 meters.
  • It became a municipality in 1997.
  • The postal code (CEP) is 39489-000.
Location of Cônego Marinho in the state of Minas Gerais

Neighboring municipalities are: Montalvânia, Bonito de Minas, Januária, Itacarambi, São João das Missões, and Miravânia. The national park of Caverna do Peruaçu lies to the north. It was created in 2004 and has an area of 56,649.00 (ha). It is important for its rock formations, the canyon cut out by the Peruaçu river and its many caverns. See Itacarambi for more information in Portuguese.

The economy is based on agriculture with emphasis on cattle raising. There were 8,500 head in 2006. The main agricultural crops were corn, manioc, sugarcane, rice, and coffee. The GDP was R$18,750,000 in 2005.

Municipal Human Development Index

  • MHDI: .639 (2000)
  • State ranking: 771 out of 853 municipalities as of 2000
  • National ranking: 3,955 out of 5,138 municipalities as of 2000

(For the complete list see Frigoletto)

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.

References

    See also


    This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.