Pale-headed munia
The pale-headed munia (Lonchura pallida) is a species of estrildid finch found in Indonesia. It is found in artificial landscapes, subtropical and tropical lowlands, dry shrubland and grassland habitat. The status of the species is evaluated as Least Concern.
Pale-headed munia | |
---|---|
Scientific classification | |
Kingdom: | Animalia |
Phylum: | Chordata |
Class: | Aves |
Order: | Passeriformes |
Family: | Estrildidae |
Genus: | Lonchura |
Species: | L. pallida |
Binomial name | |
Lonchura pallida (Wallace, 1863) | |
Origin
Origin and phylogeny has been obtained by Antonio Arnaiz-Villena et al.[2] Estrildinae may have originated in India and dispersed thereafter (towards Africa and Pacific Ocean habitats).
gollark: What?
gollark: ***gaaah***
gollark: Make sure that the first function yields enough.
gollark: It... shouldn't.
gollark: ```python#!/usr/bin/env python3from PIL import Imageimport mathimport sysdef chunks(l, n): for i in range(0, len(l), n): yield l[i:i + n]def from_bit_list(bl): i = 0 for ix, v in enumerate(bl): i |= v * (2 ** (7 - ix)) return iim = Image.open("out.png")id = im.load()(w, h) = im.sizebits = []for x in range(w): for y in range(h): bits.append(id[x, y])bits = [1 if x >= 1 else 0 for x in bits]byts = [from_bit_list(bytegroup) for bytegroup in chunks(bits, 8)]sys.stdout.buffer.write(bytes(byts))```Here it is. It's really rather awful.
References
- BirdLife International (2012). "Lonchura pallida". IUCN Red List of Threatened Species. 2012. Retrieved 26 November 2013.CS1 maint: ref=harv (link)
- Arnaiz-Villena, A; Ruiz-del-Valle V; Gomez-Prieto P; Reguera R; Parga-Lozano C; Serrano-Vela I (2009). "Estrildinae Finches (Aves, Passeriformes) from Africa, South Asia and Australia: a Molecular Phylogeographic Study" (PDF). The Open Ornithology Journal. 2: 29–36. doi:10.2174/1874453200902010029. Archived from the original (PDF) on 2012-03-18.
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.