Closed sjevelazco closed 2 years ago
Hi @sjevelazco,
There is not an option on GBIF to use occ_download()
with a scientificName.
For downloads scientific names are translated into taxonKeys for downloads. Each scientificName gets its own key at GBIF taxonKey, so what looks like using scientificName for downloading at GBIF.org is actually still using taxonKeys.
https://docs.ropensci.org/rgbif/articles/downloading_a_long_species_list.html https://docs.ropensci.org/rgbif/articles/taxonomic_names.html
Hi John
I got it. Thank you so much for your reply.
El vie, 1 abr 2022 a las 1:37, John Waller @.***>) escribió:
Hi @sjevelazco https://github.com/sjevelazco,
There is not an option on GBIF to use occ_download() with a scientificName.
For downloads scientific names are translated into taxonKeys for downloads. Each scientificName gets its own key at GBIF taxonKey, so what looks like using scientificName for downloading at GBIF.org is actually still using taxonKeys.
https://docs.ropensci.org/rgbif/articles/downloading_a_long_species_list.html https://docs.ropensci.org/rgbif/articles/taxonomic_names.html
— Reply to this email directly, view it on GitHub https://github.com/ropensci/rgbif/issues/511#issuecomment-1085611851, or unsubscribe https://github.com/notifications/unsubscribe-auth/AGW3YWCKTZ4FU6JQC7OSJULVC2YWBANCNFSM5SGNTCVQ . You are receiving this because you were mentioned.Message ID: @.***>
--
Santiago J. E. Velazco, PhD
Postdoctoral researcher.
Department of Botany and Plant Sciences. University of California - Riverside
https://twitter.com/Santiag43066556 https://www.researchgate.net/profile/Santiago_Velazco3 https://orcid.org/0000-0002-7527-0967
Hi
I would like to suggest adding extra Keys related to: species genus family
Currently, the package has "scientificName", but for using it is necessary to provide complete species names (e.g. Peltophorum dubium (Spreng.) Taub.). Having the possibility of searching only with species names without authors (e.g. Peltophorum dubium), or genus or family would be great. Thanks