Large fig parrot

The large fig parrot (Psittaculirostris desmarestii), also known as flame-headed fig parrot and Desmarest's fig parrot, is a species of parrot in the family Psittaculidae. It is found in the West Papuan Islands, Indonesia and in southern and western New Guinea (Indonesia and Papua New Guinea).[2]

Large fig parrot
Psittaculirostris desmarestii occidentalis

Least Concern  (IUCN 3.1)[1]
Scientific classification
Kingdom: Animalia
Phylum: Chordata
Class: Aves
Order: Psittaciformes
Family: Psittaculidae
Genus: Psittaculirostris
Species:
P. desmarestii
Binomial name
Psittaculirostris desmarestii
(Desmarest, 1826)

Description

It has a red to orange cap, a light blue eye patch below its eye, yellow face, pale turquoise ring tinged with red, grey-black bill and green body. Male and female adults are identical in external appearance and juveniles tend to have duller colours on the head, but otherwise resemble adults.[2]

Habitat

Its natural habitats are subtropical or tropical moist lowland forest, subtropical or tropical mangrove forest, and subtropical or tropical moist montane forest.

Subspecies

It has these subspecies:[2][3]

  • P. desmarestii
    • P. d. blythii
    • P. d. cervicalis
    • P. d. desmarestii
    • P. d. godmani
    • P. d. intermedia
    • P. d. occidentalis
gollark: ```pythonimport itertoolsimport multiprocessing as mchars = [chr(x) for x in range(32, 126)]chars.extend(["\t", "\n"])def generate_for_length(length): return map(lambda chars: "".join(chars),itertools.combinations(chars, length))def generate(): for i in itertools.count(): for s in generate_for_length(i): yield sif __name__ == "__main__": def start(func): proc = m.Process(target=func) proc.start() io_queue = m.Queue(maxsize=128) def printer(): while True: print(io_queue.get()) code_queue = m.Queue(maxsize=128) def generator(): for x in generate(): code_queue.put(x) def executor(): while True: code = code_queue.get() result = None try: result = repr(exec(code)) except Exception as e: result = repr(e) if result != "None": io_queue.put(code + ": " + result) start(generator) for _ in range(4): start(executor) printer()```Expanded version.
gollark: But the exec is *important*.
gollark: What?
gollark: Look, vertical and consists of blocks, just like a blockchain.
gollark: ๐Ÿ‡ง ๐Ÿ‡ฑ ๐Ÿ‡ด ๐Ÿ‡จ ๐Ÿ‡ฐ ๐Ÿ‡จ ๐Ÿ‡ญ ๐Ÿ‡ฆ ๐Ÿ‡ฎ ๐Ÿ‡ณ

References

  1. BirdLife International (2012). "Psittaculirostris desmarestii". IUCN Red List of Threatened Species. 2012. Retrieved 26 November 2013.CS1 maint: ref=harv (link)
  2. Forshaw (2006). plate 28.
  3. Desmarest's fig parrot( Psittaculirostris desmarestrii) |Parrot Encyclopedia

Cited texts


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