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

Elevation data in API #15

Closed
sckott opened this issue Jan 9, 2017 · 4 comments
Closed

Elevation data in API #15

sckott opened this issue Jan 9, 2017 · 4 comments

Comments

@sckott
Copy link
Contributor

sckott commented Jan 9, 2017

coming soon ...

@sckott sckott added this to the v0.4 milestone Feb 17, 2017
@sckott sckott modified the milestones: v0.4, v0.5 Aug 25, 2017
@maelle
Copy link
Member

maelle commented Jul 16, 2018

What does elevation mean here?

@sckott
Copy link
Contributor Author

sckott commented Jul 16, 2018

like the min and max, possibly average, altitude/elevation that species are found at.

@sckott sckott modified the milestones: v0.5, v0.6 Jul 19, 2018
@matthewlewis896
Copy link

Can you not already pull down elevation data using rl_search?

e.g.
library(rredlist)
my.search<-rl_search(id=my.species.id, key=my.api.key)
elevation.upper<-my.search$result$elevation_upper
elevation.lower<-my.search$result$elevation_lower

@sckott
Copy link
Contributor Author

sckott commented Aug 13, 2019

thanks for the note @matthewlewis896 - i can't remember now what this was about, perhaps there was going to be a new API route at some point, but seems like it won't happen if it was going to.

You're right you can get via rl_search, closing this

@sckott sckott closed this as completed Aug 13, 2019
@sckott sckott removed this from the v0.6 milestone Aug 13, 2019
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

3 participants