-
Notifications
You must be signed in to change notification settings - Fork 13
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
IUCN database #88
Comments
Whoops, sounds like some of the 2019 links have been crossed. Looking into it. |
Hi, I'm using the filter_name function with iucn database (version 2022) but an error message is returned.
"Error in .local(conn, statement, ...) : I guess this occurs because the iucn 2022 database is not been read correctly (due to an issue in the delimiter used to separate columns)
|
yup, thanks for the bug report! we'll fix asap |
Hi Carl, there is some update here? I did also notice that if (!require("tidyverse")) install.packages("tidyverse")
#> Loading required package: tidyverse
if (!require("taxadb")) install.packages("taxadb")
#> Loading required package: taxadb
packageVersion("taxadb")
#> [1] '0.1.5'
c("itis", "gbif", "iucn") %>%
purrr::map(
~ taxadb::taxa_tbl(.x)
)
#> [[1]]
#> # Source: table<2022_dwc_itis> [?? x 15]
#> # Database: duckdb_connection
#> taxonID scientificName taxonRank acceptedNameUsa… taxonomicStatus update_date
#> <chr> <chr> <chr> <chr> <chr> <chr>
#> 1 ITIS:51 Schizomycetes class ITIS:50 synonym 2015-03-02
#> 2 ITIS:52 Archangiaceae family ITIS:50 synonym 2015-03-02
#> 3 ITIS:54 Rhodobacterii… suborder ITIS:50 synonym 2015-03-02
#> 4 ITIS:55 Pseudomonadin… suborder ITIS:50 synonym 2015-03-02
#> 5 ITIS:56 Nitrobacterac… family ITIS:50 synonym 2015-03-02
#> 6 ITIS:58 Nitrobacter a… species ITIS:50 synonym 2015-03-02
#> 7 ITIS:59 Nitrobacter f… species ITIS:50 synonym 2015-03-02
#> 8 ITIS:60 Nitrobacter o… species ITIS:50 synonym 2015-03-02
#> 9 ITIS:61 Nitrobacter p… species ITIS:50 synonym 2015-03-02
#> 10 ITIS:62 Nitrobacter p… species ITIS:50 synonym 2015-03-02
#> # … with more rows, and 9 more variables: kingdom <chr>, phylum <chr>,
#> # class <chr>, order <chr>, family <chr>, genus <chr>, specificEpithet <chr>,
#> # infraspecificEpithet <chr>, vernacularName <chr>
#>
#> [[2]]
#> # Source: table<2022_dwc_gbif> [?? x 17]
#> # Database: duckdb_connection
#> taxonID scientificName taxonRank taxonomicStatus acceptedNameUsa… kingdom
#> <chr> <chr> <chr> <chr> <chr> <chr>
#> 1 GBIF:10109… <NA> genus accepted GBIF:10109647 Plantae
#> 2 GBIF:10435… <NA> unranked accepted GBIF:10435335 Animal…
#> 3 GBIF:10342… <NA> unranked accepted GBIF:10342269 Animal…
#> 4 GBIF:10330… <NA> unranked accepted GBIF:10330105 Animal…
#> 5 GBIF:99986… <NA> unranked accepted GBIF:9998601 Animal…
#> 6 GBIF:10434… <NA> unranked accepted GBIF:10434347 Animal…
#> 7 GBIF:10420… <NA> unranked accepted GBIF:10420560 Animal…
#> 8 GBIF:10459… <NA> unranked accepted GBIF:10459774 Animal…
#> 9 GBIF:10454… <NA> unranked accepted GBIF:10454699 Animal…
#> 10 GBIF:10257… <NA> unranked accepted GBIF:10257898 Animal…
#> # … with more rows, and 11 more variables: phylum <chr>, class <chr>,
#> # order <chr>, family <chr>, genus <chr>, specificEpithet <chr>,
#> # infraspecificEpithet <chr>, parentNameUsageID <chr>,
#> # originalNameUsageID <chr>, scientificNameAuthorship <chr>,
#> # vernacularName <chr>
#>
#> [[3]]
#> # Source: table<2022_dwc_iucn> [?? x 1]
#> # Database: duckdb_connection
#> `taxonId,kingdom,phylum,class,order,family,genus,specificEpithet,infraspeci…`
#> <chr>
#> 1 "IUCN:3,Animalia,Mollusca,Gastropoda,Stylommatophora,Endodontidae,Aaadonta,a…
#> 2 "IUCN:4,Animalia,Mollusca,Gastropoda,Stylommatophora,Endodontidae,Aaadonta,c…
#> 3 "IUCN:5,Animalia,Mollusca,Gastropoda,Stylommatophora,Endodontidae,Aaadonta,f…
#> 4 "IUCN:6,Animalia,Mollusca,Gastropoda,Stylommatophora,Endodontidae,Aaadonta,i…
#> 5 "IUCN:7,Animalia,Mollusca,Gastropoda,Stylommatophora,Endodontidae,Aaadonta,k…
#> 6 "IUCN:8,Animalia,Mollusca,Gastropoda,Stylommatophora,Endodontidae,Aaadonta,p…
#> 7 "IUCN:9,Animalia,Chordata,Actinopterygii,Cypriniformes,Cyprinidae,Aaptosyax,…
#> 8 "IUCN:18,Animalia,Chordata,Mammalia,Rodentia,Abrocomidae,Abrocoma,boliviensi…
#> 9 "IUCN:20,Animalia,Chordata,Reptilia,Squamata,Anguidae,Abronia,montecristoi,N…
#> 10 "IUCN:43,Animalia,Arthropoda,Insecta,Odonata,Aeshnidae,Acanthaeschna,victori…
#> # … with more rows Created on 2022-06-23 by the reprex package (v2.0.1) |
thanks, yeah, we're overdue for an update on IUCN data, my apologies. IUCN data sources are somewhat less publicly accessible than records like COL or NCBI, so this needs some more manual tinkering. Should be able to get to this in the next few weeks. thanks for the ping! |
Hello,
I am trying to work on the IUCN database with
taxadb
but seems like the available version of IUCN database is 2019.The real issue is when I check the IUCN table, there are no terrestrial species in it. The
acceptedNameUsageID
starts withSLB:
. Isn't that another database (SeaLifeBase)?Not sure if you were able to reproduce this issue but here is my
Thank you very much for the help.
The text was updated successfully, but these errors were encountered: