Skip to content
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

sp_occurrence() progress messages are off when start>1 #64

Open
AMBarbosa opened this issue Jan 26, 2024 · 0 comments
Open

sp_occurrence() progress messages are off when start>1 #64

AMBarbosa opened this issue Jan 26, 2024 · 0 comments

Comments

@AMBarbosa
Copy link

It's OK with the defaults, but if start>1, the messages shown in the console start getting weird: the number of reported "records found" decreases, and the 1st downloaded record looks one less than should be:

> x <- sp_occurrence(genus = "Daboia", species = "mauritanica", start = 1)
72 records found
0-72
72 records downloaded

> x <- sp_occurrence(genus = "Daboia", species = "mauritanica", start = 2)
71 records found
1-72
72 records downloaded

> x <- sp_occurrence(genus = "Daboia", species = "mauritanica", start = 3)
70 records found
2-72
72 records downloaded
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant