ropensci / rredlist

IUCN Red List API Client
https://docs.ropensci.org/rredlist
Other
46 stars 14 forks source link

Elevation data in API #15

Closed sckott closed 4 years ago

sckott commented 7 years ago

coming soon ...

maelle commented 5 years ago

What does elevation mean here?

sckott commented 5 years ago

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

matthewlewis896 commented 4 years ago

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 4 years ago

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