Skip to content

Species occurrence download from a list does not work #37

@arildodias

Description

@arildodias

Hi, I am trying to download the BIEN occurrence for a species list, but it does not download the data. Below is an example of what I tried and the error message I got:

here is the species name list I take to download the occurrences

spcs <- df %>% pull(scrubbed_species_binomial)

here I tried to download all the occurrences of those species restring the occurrence to the New World

spocc <- BIEN_occurrence_species(species = spcs, new.world = T)

here is the error message I got

There was a problem with the query. This is most often due to internet connection issues, but may also be due other factors >such as an outdated version of the package.

No species occurrence is downloaded after the code run. As my internet connection is quite good, and the BIEN package version I am using is the most recent one (BIEN 1.2.5), I don’t know why this is happening.
I have tried to download these occurrences several times across the last 3 to 4 days, but always with success.
Thanks

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions