Published
Edited
Aug 30, 2020
Importers
Insert cell
md`# IUCN Red List`
Insert cell
REDLIST_CATEGORY_MAP = Object({
EX: [
'Extinct',
'beyond reasonable doubt that the species is no longer extant'
],
EW: [
'Extinct in the wild',
'survives only in captivity, cultivation and/or outside native range, as presumed after exhaustive surveys'
],

CR: [
'Critically endangered',
'in a particularly and extremely critical state'
],
EN: [
'Endangered',
'very high risk of extinction in the wild, meets any of criteria A to E for Endangered'
],

VU: [
'Vulnerable',
'meets one of the 5 red list criteria and thus considered to be at high risk of unnatural (human-caused) extinction without further human intervention'
],
NT: [
'Near threatened',
'close to being at high risk of extinction in the near future'
],

LC: ['Least concern', 'unlikely to become extinct in the near future'],
DD: ['Data deficient', ''],
NE: ['Not evaluated', '']
})
Insert cell

Purpose-built for displays of data

Observable is your go-to platform for exploring data and creating expressive data visualizations. Use reactive JavaScript notebooks for prototyping and a collaborative canvas for visual data exploration and dashboard creation.
Learn more