-
Notifications
You must be signed in to change notification settings - Fork 1
/
02-datasources.Rmd
163 lines (155 loc) · 6.23 KB
/
02-datasources.Rmd
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
```{r echo = FALSE}
knitr::opts_chunk$set(
comment = "#>",
warning = FALSE,
message = FALSE
)
```
# Data sources {#data-sources}
Data sources in `taxize` are presented below.
Note that data sources in taxize may change through time as data sources
go away and new ones become available.
<table>
<colgroup>
<col style="text-align:left;"/>
<col style="text-align:left;"/>
<col style="text-align:left;"/>
<col style="text-align:left;"/>
</colgroup>
<thead>
<tr>
<th style="text-align:left;">Souce</th>
<th style="text-align:left;">Function prefix</th>
<th style="text-align:left;">API Docs</th>
<th style="text-align:left;">API key</th>
</tr>
</thead>
<tbody>
<tr>
<td style="text-align:left;">Encylopedia of Life</td>
<td style="text-align:left;"><code>eol</code></td>
<td style="text-align:left;"><a href="https://eol.org/docs/what-is-eol/data-services">link</a></td>
<td style="text-align:left;">none</td>
</tr>
<tr>
<td style="text-align:left;">Taxonomic Name Resolution Service</td>
<td style="text-align:left;"><code>tnrs</code></td>
<td style="text-align:left;">none</td>
<td style="text-align:left;">none</td>
</tr>
<tr>
<td style="text-align:left;">Integrated Taxonomic Information Service</td>
<td style="text-align:left;"><code>itis</code></td>
<td style="text-align:left;"><a href="https://www.itis.gov/ws_description.html">link</a></td>
<td style="text-align:left;">none</td>
</tr>
<tr>
<td style="text-align:left;">Global Names Resolver</td>
<td style="text-align:left;"><code>gnr</code></td>
<td style="text-align:left;"><a href="http://resolver.globalnames.org/api">link</a></td>
<td style="text-align:left;">none</td>
</tr>
<tr>
<td style="text-align:left;">Global Names Index</td>
<td style="text-align:left;"><code>gni</code></td>
<td style="text-align:left;"><a href="https://github.com/dimus/gni/wiki/api">link</a></td>
<td style="text-align:left;">none</td>
</tr>
<tr>
<td style="text-align:left;">IUCN Red List</td>
<td style="text-align:left;"><code>iucn</code></td>
<td style="text-align:left;"><a href="https://apiv3.iucnredlist.org/api/v3/docs">link</a></td>
<td style="text-align:left;"><a href="https://apiv3.iucnredlist.org/api/v3/token">link</a></td>
</tr>
<tr>
<td style="text-align:left;">Tropicos</td>
<td style="text-align:left;"><code>tp</code></td>
<td style="text-align:left;"><a href="http://services.tropicos.org/help">link</a></td>
<td style="text-align:left;"><a href="http://services.tropicos.org/help?requestkey">link</a></td>
</tr>
<tr>
<td style="text-align:left;">Theplantlist dot org</td>
<td style="text-align:left;"><code>tpl</code></td>
<td style="text-align:left;">**</td>
<td style="text-align:left;">none</td>
</tr>
<tr>
<td style="text-align:left;">National Center for Biotechnology Information</td>
<td style="text-align:left;"><code>ncbi</code></td>
<td style="text-align:left;">none</td>
<td style="text-align:left;">none</td>
</tr>
<tr>
<td style="text-align:left;">CANADENSYS Vascan name search API</td>
<td style="text-align:left;"><code>vascan</code></td>
<td style="text-align:left;"><a href="https://data.canadensys.net/vascan/api">link</a></td>
<td style="text-align:left;">none</td>
</tr>
<tr>
<td style="text-align:left;">International Plant Names Index (IPNI)</td>
<td style="text-align:left;"><code>ipni</code></td>
<td style="text-align:left;">none</td>
<td style="text-align:left;">none</td>
</tr>
<tr>
<td style="text-align:left;">Barcode of Life Data Systems (BOLD)</td>
<td style="text-align:left;"><code>bold</code></td>
<td style="text-align:left;"><a href="http://www.boldsystems.org/index.php/Resources">link</a></td>
<td style="text-align:left;">none</td>
</tr>
<tr>
<td style="text-align:left;">National Biodiversity Network (UK)</td>
<td style="text-align:left;"><code>nbn</code></td>
<td style="text-align:left;"><a href="https://data.nbn.org.uk/Documentation/Web_Services/Web_Services-REST/resources/restapi/rest.html">link</a></td>
<td style="text-align:left;">none</td>
</tr>
<tr>
<td style="text-align:left;">Index Fungorum</td>
<td style="text-align:left;"><code>fg</code></td>
<td style="text-align:left;">none</td>
<td style="text-align:left;">none</td>
</tr>
<tr>
<td style="text-align:left;">EU BON</td>
<td style="text-align:left;"><code>eubon</code></td>
<td style="text-align:left;"><a href="https://cybertaxonomy.eu/eubon-utis/doc.html">link</a></td>
<td style="text-align:left;">none</td>
</tr>
<tr>
<td style="text-align:left;">Index of Names (ION)</td>
<td style="text-align:left;"><code>ion</code></td>
<td style="text-align:left;"><a href="http://www.organismnames.com/">link</a></td>
<td style="text-align:left;">none</td>
</tr>
<tr>
<td style="text-align:left;">Open Tree of Life (TOL)</td>
<td style="text-align:left;"><code>tol</code></td>
<td style="text-align:left;"><a href="https://github.com/OpenTreeOfLife/germinator/wiki/Open-Tree-of-Life-Web-APIs">link</a></td>
<td style="text-align:left;">none</td>
</tr>
<tr>
<td style="text-align:left;">World Register of Marine Species (WoRMS)</td>
<td style="text-align:left;"><code>worms</code></td>
<td style="text-align:left;"><a href="https://www.marinespecies.org/aphia.php?p=webservice">link</a></td>
<td style="text-align:left;">none</td>
</tr>
<tr>
<td style="text-align:left;">NatureServe</td>
<td style="text-align:left;"><code>natserv</code></td>
<td style="text-align:left;"><a href="https://services.natureserve.org/BrowseServices/getSpeciesData/getSpeciesListREST.jsp">link</a></td>
<td style="text-align:left;"><a href="https://services.natureserve.org/developer/index.jsp">link</a></td>
</tr>
<tr>
<td style="text-align:left;">Wikipedia</td>
<td style="text-align:left;"><code>wiki</code></td>
<td style="text-align:left;"><a href="https://www.mediawiki.org/wiki/API:Main_page">link</a></td>
<td style="text-align:left;">none</td>
</tr>
<tr>
<td style="text-align:left;">Kew's Plants of the World</td>
<td style="text-align:left;"><code>pow</code></td>
<td style="text-align:left;">none</td>
<td style="text-align:left;">none</td>
</tr>
</tbody>
</table>