Elevation data in API
sckott opened this issue · 4 comments
sckott commented
coming soon ...
maelle commented
What does elevation mean here?
sckott commented
like the min and max, possibly average, altitude/elevation that species are found at.
matthewlewis896 commented
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 commented
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