ropensci / rredlist

IUCN Red List API Client

Home Page:https://docs.ropensci.org/rredlist

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Elevation data in API

sckott opened this issue · comments

coming soon ...

What does elevation mean here?

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

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

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