Mauritia flexuosa

Mauritia flexuosa, known as the moriche palm, ité palm, ita, buriti, muriti, miriti, canangucho (Colombia), or aguaje (Peru), is a palm tree. It grows in and near swamps and other wet areas in tropical South America. It has been reported from Trinidad, Colombia, Venezuela, Guyana, Suriname, French Guiana, Brazil, Ecuador, Peru, and Bolivia.[2]

Mauritia flexuosa
Scientific classification
Kingdom: Plantae
Clade: Tracheophytes
Clade: Angiosperms
Clade: Monocots
Clade: Commelinids
Order: Arecales
Family: Arecaceae
Genus: Mauritia
Species:
M. flexuosa
Binomial name
Mauritia flexuosa
L.f.
Synonyms[1]
  • Mauritia flexuosa var. venezuelana Steyerm.
  • Mauritia minor Burret
  • Mauritia sagus Schult. & Schult.f.
  • Mauritia setigera Griseb. & H.Wendl.
  • Mauritia sphaerocarpa Burret
  • Mauritia vinifera Mart.
  • Saguerus americanus H.Wendl.

Mauritia flexuosa, a tree, can reach up to 35 m (115 ft) in height. The large leaves form a rounded crown. The flowers are yellowish and appear from December to April. The fruit, which grows from December to June, is a chestnut color and is covered with shiny scales. The yellow flesh covers a hard, oval nut. The seeds float, and this is the means by which the palm tree propagates. In natural populations, the tree reaches very high densities.[3]

Fruit

Fruits.

Moriche palm fruit ("morete" in the Oriente of Ecuador) is edible and used to make juice, jam, ice cream, a fermented "wine", desserts and snacks, requiring harvesting of more than 50 tonnes per day in Peru.[4]

The inflorescence buds are eaten as a vegetable and the sap can be drunk fresh or fermented (see palm wine). Threads and cords are locally produced from the tree's fibers.

Humans consume palm weevils which burrow in the tree trunk.[4]

Oil

Buriti oil is an orange-reddish oil extracted from the fruit of the moriche palm. The oil contains high concentrations of oleic acid, tocopherols, and carotenoids, especially beta-carotene.[5] The oil has a reddish color used as ink on hides and skins.[6]

Ecology

This tree is important to many animal species; several bird species, such as the red-bellied macaw, sulphury flycatcher, and moriche oriole, use it for nesting and food. Tapirs, peccaries, fish and monkeys depend on the fruit.[4]

Alexander von Humboldt documented the tree and the ecosystem it supports in 1800 when traveling through the Llanos region of Venezuela. He "observed with astonishment how many things are connected with the existence of a single plant." He called it the "tree of life" and essentially described it as a keystone species although the concept would not be explicitly defined until 1969 by Robert T. Paine.[7]

Miscellaneous

The government of the Federal District - the Brazilian state where the country's capital, Brasília, is located - is called Palácio do Buriti ("Buriti Palace"). Across the street from the building is a square with fountains and a single moriche palm tree, which was taken from the outskirts of the city and replanted there. The species is a common feature of the cerrado vegetation that predominates in central Brazil.

gollark: Sure? I would move it to beside <#733816666089062511> but mobile.
gollark: Heavpoot is to be declared SCP-3125-A with immediate effect.
gollark: My tape download program now supports downloading big files without splitting them, via range requests, assuming they're served from a server which supports it: https://pastebin.com/LW9RFpmY (do `web2tape https://url.whatever range`)
gollark: Here is a similar thing for JSON. Note that it delegates out to an external JSON library for string escaping.```luafunction safe_json_serialize(x, prev) local t = type(x) if t == "number" then if x ~= x or x <= -math.huge or x >= math.huge then return tostring(x) end return string.format("%.14g", x) elseif t == "string" then return json.encode(x) elseif t == "table" then prev = prev or {} local as_array = true local max = 0 for k in pairs(x) do if type(k) ~= "number" then as_array = false break end if k > max then max = k end end if as_array then for i = 1, max do if x[i] == nil then as_array = false break end end end if as_array then local res = {} for i, v in ipairs(x) do table.insert(res, safe_json_serialize(v)) end return "["..table.concat(res, ",").."]" else local res = {} for k, v in pairs(x) do table.insert(res, json.encode(tostring(k)) .. ":" .. safe_json_serialize(v)) end return "{"..table.concat(res, ",").."}" end elseif t == "boolean" then return tostring(x) elseif x == nil then return "null" else return json.encode(tostring(x)) endend```
gollark: My tape shuffler thing from a while ago got changed round a bit. Apparently there's some demand for it, so I've improved the metadata format and written some documentation for it, and made the encoder work better by using file metadata instead of filenames and running tasks in parallel so it's much faster. The slightly updated code and docs are here: https://pastebin.com/SPyr8jrh. There are also people working on alternative playback/encoding software for the format for some reason.

References

A Mauritia flexuosa stand in French Guiana.
  1. The Plant List Mauritia flexuosa
  2. Kew World Checklist of Selected Plant Families, Mauritia flexuosa
  3. http://horizon.documentation.ird.fr/exl-doc/pleins_textes/pleins_textes_6/b_fdi_43-44/010005452.pdf
  4. "The amazing palm tree of the Amazon" (PDF). Instituto de Investigaciones de la Amazonía Peruana. 2006. Archived from the original (PDF) on 2012-02-27. Retrieved 2009-09-29.
  5. Duraes JA et al. (2006). "Absorption and photoluminescence of Buriti oil/polystyrene and Buriti oil/poly(methyl methacrylate) blends". European Polymer Journal. 42 (12): 3324–32.CS1 maint: uses authors parameter (link)
  6. PESCE, Celestino. Oleaginosas da Amazonia.-Belém: Museu Paraense Emilio Goeldi, 2009. 334 p.: il. ISBN 978-85-61377-06-9 (MPEG) e 978-85-60548-39-2 (MDA)
  7. "The Invention of Nature: Alexander von Humboldt's New World: Andrea Wulf: 9780385350662: Amazon.com: Books". www.amazon.com. Retrieved 2016-12-23.
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.