sckott / pytaxize

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

Remove gbif redundant code #57

Closed Daniel-Davies closed 4 years ago

Daniel-Davies commented 4 years ago

Description

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

codecov-commenter commented 4 years ago

Codecov Report

Merging #57 into master will decrease coverage by 0.06%. The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #57      +/-   ##
==========================================
- Coverage   41.01%   40.95%   -0.07%     
==========================================
  Files          22       19       -3     
  Lines         824      796      -28     
==========================================
- Hits          338      326      -12     
+ Misses        486      470      -16     
Impacted Files Coverage Δ
pytaxize/__init__.py 100.00% <ø> (ø)
pytaxize/ids/ids.py 23.45% <ø> (-0.94%) :arrow_down:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 275f47e...bcfdc4b. Read the comment docs.

sckott commented 4 years ago

thanks! looks good