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

Get species for location / region #85

Closed
dbradnum opened this issue Jan 21, 2021 · 1 comment · Fixed by #86
Closed

Get species for location / region #85

dbradnum opened this issue Jan 21, 2021 · 1 comment · Fixed by #86

Comments

@dbradnum
Copy link
Contributor

I recently helped a fellow eBirder answer a question about the total number of species seen at hotspots within a distance of his home. This involved a couple of eBird API functions that aren't yet included in rebird:

  1. Get nearby hotspots
  2. Get species list for a region

I've got R code up and running for both of these now, and am happy to tidy it up and submit as pull requests for the package - hopefully it'll be useful for other people.
I can see that #83 is already open for the first API call, so I'm raising this to cover the second one.

Hope this all sounds OK? Do let know if there's anything I should bear in mind, or I inadvertantly go astray with the fork > branch > pull request process!

sebpardo added a commit that referenced this issue Jan 23, 2021
Initial version of ebirdregionspecies, fixes #85
@sebpardo
Copy link
Contributor

I just noticed this issue. Turns out I already wrote a function ready that does both the ref/hotspot and ref/hotspot/geo API requests so I'll just upload it now. Would be neat to see how different (or similar) your approach was to mine.

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

Successfully merging a pull request may close this issue.

2 participants