sckott / pytaxize

python port of taxize (taxonomy toolbelt) for R
https://sckott.github.io/pytaxize/
MIT License
34 stars 13 forks source link

Eol ids #62

Closed Daniel-Davies closed 4 years ago

Daniel-Davies commented 4 years ago

Description

Implements some logic for obtaining Encyclopedia of Life ids. Currently the API is being called directly within the Ids class, since I didn't find a specific package for the encyclopedia of life, like there was gbif. However I presume that either there will be one, or we will implement methods for EoL in a similar way to ncbi/itis currently, after which I will refactor out the direct API call.

Related Issue

61

Example

from pytaxize import Ids x = Ids("panthera tigris") x.eol() x.extract_ids()

sckott commented 4 years ago

thanks! Can you remove the changes that are already in master now? then I'll look again