rinat icon indicating copy to clipboard operation
rinat copied to clipboard

A programmatic interface to iNaturalist

Results 13 rinat issues
Sort by recently updated
recently updated
newest added

I am trying to download observations by research areas. I found the results of get_inat_obs() is different from the results of iNaturalist explore page searching. Take a island (Yakushima island...

I use get_inat_obs_project() to get inat records because it has built in taxon filters, area, etc all ready done. The problem is, my project reached over 10k records, which the...

Hi! I am looking to use iNaturalist data for searching for observations in specific areas, but I keep getting the following error code: Your search returned too many results, please...

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...

Currently, the [worked example vignette](https://cran.r-project.org/web/packages/rinat/vignettes/species-distribution.html) has automatic captions like "plot of chunk xyz". We need proper captions, for accessibility reason. Is this because the chunks are named?

Hello, I found out that time needed to download per user observations differs largely between users. Do you know the reason? Is it due to different geographic storage of the...

The current default value for the `map` argument is `usa` in function `inat_map()`, which is a very US-centric choice and creates rubbish maps in many cases when the data is...

good first issue

```` > get_inat_obs(taxon_name ="abcxyz", geo = TRUE, quality = "research", maxresults = 10000000) Error in get_inat_obs(taxon_name = "abcxyz", geo = TRUE, quality = "research", : Your search returned too many...

API v1

Currently this is set to 200,000 but if there's a bounding box it could be fewer.

bug