Documentation
¶
Index ¶
- func UploadDatabases(db *dbIO.DBIO, proc int, logger *log.Logger)
- type Hierarchy
- type Taxonomy
- func (t *Taxonomy) CheckTaxa()
- func (t *Taxonomy) ContainsLevel(s string) string
- func (t *Taxonomy) Copy(x *Taxonomy)
- func (t *Taxonomy) CountNAs()
- func (t *Taxonomy) IsLevel(s string, translate bool) string
- func (t *Taxonomy) ScrapeAnimalDiversityWeb(url string)
- func (t *Taxonomy) ScrapeEOL(result []byte, url string)
- func (t *Taxonomy) ScrapeIUCN(result []byte, url string)
- func (t *Taxonomy) ScrapeItis(url string)
- func (t *Taxonomy) ScrapeNCBI(url string)
- func (t *Taxonomy) ScrapeWiki(url string)
- func (t *Taxonomy) ScrapeWikiSpecies(url string)
- func (t *Taxonomy) SetLevel(key, value string)
- func (t *Taxonomy) Slice(id, db string) []string
- func (t *Taxonomy) SpeciesCaps(name string) string
- func (t *Taxonomy) String() string
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Hierarchy ¶
type Hierarchy struct {
// contains filtered or unexported fields
}
func NewHierarchy ¶
func (*Hierarchy) AddTaxonomy ¶
func (*Hierarchy) FillTaxonomy ¶
type Taxonomy ¶
type Taxonomy struct { ID string Kingdom string Phylum string Class string Order string Family string Genus string Species string Source string Found bool Nas int // contains filtered or unexported fields }
func NewTaxonomy ¶
func NewTaxonomy() *Taxonomy
func (*Taxonomy) ContainsLevel ¶
func (*Taxonomy) ScrapeAnimalDiversityWeb ¶
func (*Taxonomy) ScrapeIUCN ¶
func (*Taxonomy) ScrapeItis ¶
func (*Taxonomy) ScrapeNCBI ¶
func (*Taxonomy) ScrapeWiki ¶
func (*Taxonomy) ScrapeWikiSpecies ¶
func (*Taxonomy) SpeciesCaps ¶
Click to show internal directories.
Click to hide internal directories.