sckott / pytaxize

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

removed GBIF directory containing redundant code #56

Closed Daniel-Davies closed 4 years ago

Daniel-Davies commented 4 years ago

I have removed the GBIF code that was redundant in pytaxize, and can instead be accessed via the pygbif module. I also decided to remove the GBIF directory itself, as presumably, any independant GBIF functionality will be more applicable to pygbif. As a consequence, I also removed the import from the GBIF module in the main init.py

Related Issue

55