-
Notifications
You must be signed in to change notification settings - Fork 27
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
maybe return photos in inat data? #214
Comments
This would be amazing - an incredibly useful addition to a number of projects our research group is working on (and likely others as well!). |
thanks for the bump on this @keatonwilson can you try it and let me know what you think? remotes::install_github("ropensci/spocc@sidecar")
# reload R / i.e., quit, then restart R
library(spocc)
res <- occ(query = 'Danaus plexippus', from = 'inat', limit = 50)
data.table::rbindlist(res$inat$data$Danaus_plexippus$photos) |
Just got it working! Super useful - would be easy to bulk-download photos via R or command line for further analysis. This is a great addition - thank you! |
great, glad it works. will be merged into master soon |
via https://discuss.ropensci.org/t/is-it-possible-to-download-inaturalist-images-with-spocc-rinat/1600
The text was updated successfully, but these errors were encountered: