-
Notifications
You must be signed in to change notification settings - Fork 17
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
Mismatch in records downloaded by get_inat_obs_user #55
Comments
Just chiming in to say I also got this issue Going through my own observations (username =="msjdahirel"), both research-grade and non-research grade observations get dropped, both older and newer observations... Still from my observations, comparing the |
Also getting this issue on v0.1.9 Seems to be the same records retrieved/dropped each time you run the function too - not just randomly dropping things each time.
|
I also have this problem with In general, this might not be a rinat issue, but an iNaturalist issue. In the end
Thus, it requests the page The wrong number of observations is already given in the header: Interestingly, also A first workaround would be to use the other iNaturalist API (https://api.inaturalist.org/v1/).
Note that only 200 observations will be returned, so &per_page=200&page=1 has to be used to get more results. I hope this helps. In addition, I will link to this issue in the iNaturalist repository or the iNaturalist forum. Best, |
The number of records downloaded with
get_inat_obs_user
can mismatch with the number of records displayed for a user by iNaturalist.For example, username == "christiangross4", retrieves 390 records, but www.inaturalist.org shows 430 observations for this user.
Where does the mismatch come from? Is there an additional filter? If so, it would be great to indicate this in the documentation.
Thanks!
The text was updated successfully, but these errors were encountered: