Nebularia edentula
Nebularia edentula, common name : the toothless mitre, is a species of sea snail, a marine gastropod mollusk in the family Mitridae, the miters or miter snails.[1]
Nebularia edentula | |
---|---|
Scientific classification ![]() | |
Kingdom: | Animalia |
Phylum: | Mollusca |
Class: | Gastropoda |
Clade: | Caenogastropoda |
Clade: | Hypsogastropoda |
Clade: | Neogastropoda |
Family: | Mitridae |
Genus: | Nebularia |
Species: | N. edentula |
Binomial name | |
Nebularia edentula (Swainson, 1823) | |
Synonyms[1] | |
|
Description
The shell size varies between 20 mm and 40 mm
Distribution
This species is distributed in the Indian Ocean along Aldabra and the Mascarene Basin
gollark: I may actually be overestimating it, because averaged out I only have 4 hours of lessons a day (free periods + sports + etc).
gollark: I counted that, yes.
gollark: It filters out one guild on which I discuss somewhat real-world things, filters out DMs, removes pings, and reads the messages.csv files, as well as producing a CSV output for aitextgen.
gollark: ```python#!/usr/bin/env python3import os, os.path, json, csv, reOUT = "/tmp/messages.csv"with open(OUT, "w") as g: outwriter = csv.writer(g) DATA_ROOT = "/tmp/messages" for x in os.listdir(DATA_ROOT): dir = os.path.join(DATA_ROOT, x) if os.path.isdir(dir): with open(os.path.join(dir, "channel.json")) as f: meta = json.load(f) if meta["type"] == 0 and ("guild" not in meta or meta["guild"]["id"] != "771081279403065344"): print(x, meta.get("name", "???"), meta.get("guild", "???")) with open(os.path.join(dir, "messages.csv")) as f: r = csv.reader(f) for row in r: channel, timestamp, message, _ = row message = re.sub("<@[0-9]+>", "", message) outwriter.writerow((message, ))```
gollark: And the messages folder → CSV dumper is something like 20 lines of python.
References
- Nebularia edentula (Swainson, 1823). Retrieved through: World Register of Marine Species on 11 December 2018.
- Cernohorsky W. O. (1976). The Mitrinae of the World. Indo-Pacific Mollusca 3(17) page(s): 469
- Drivas, J. & M. Jay (1988). Coquillages de La Réunion et de l'île Maurice
- Filmer R.M. (2001). A Catalogue of Nomenclature and Taxonomy in the Living Conidae 1758 - 1998. Backhuys Publishers, Leiden. 388pp
- Tucker J.K. (2009). Recent cone species database. 4 September 2009 Edition
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.