Description Usage Arguments Details Examples
Download raw data and store in a local LMDB database. Importing data is a time-consuming step that needs be run only once per machine and will persist through sessions.
1 2 3 4 5 6 |
provider |
Abbreviation for a known naming provider.
Provider data should first be imported with |
version |
version of the authority to use (e.g. four-digit year) |
dir |
storage location for the LMDB databases |
lines |
number of lines to read in each chunk. |
Naming providers currently recognized by taxalight
are:
itis
: Integrated Taxonomic Information System, https://www.itis.gov/
ncbi
: National Center for Biotechnology Information,
https://www.ncbi.nlm.nih.gov/taxonomy
col
: Catalogue of Life, http://www.catalogueoflife.org/
gbif
: Global Biodiversity Information Facility, https://www.gbif.org/
ott
: OpenTree Taxonomy: https://github.com/OpenTreeOfLife/reference-taxonomy
itis_test
: a small subset of ITIS, cached locally for testing purposes only.
The default provider is itis
, which can be reconfigured by setting
tl_default_provider
in [options]
.
1 2 3 4 5 6 | ## example uses "itis_test" for illustration only:
# test may take > 5s
tl_create("itis_test")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.