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

Add endangerment data from ELCat #53

Closed
xrotwang opened this issue Feb 2, 2017 · 6 comments
Closed

Add endangerment data from ELCat #53

xrotwang opened this issue Feb 2, 2017 · 6 comments
Milestone

Comments

@xrotwang
Copy link
Contributor

xrotwang commented Feb 2, 2017

We may want to add the endangerment data from ELCat, which breaks down as shown below. The question is whether we want to merge this with the UNESCO data, or keep the possibly two assessments side by side? I'd opt for merging, since otherwise we'd be be adding not much of a service. If we merge, the question would become how to re-concile the endangerment levels below with UNESCO's.

>>> for k, v in states.most_common():
...     print k, v
... 
Threatened 900
Endangered 748
Vulnerable 548
Critically endangered 429
Severely endangered 367
Dormant 191
At risk 82
Awakening 66
>>> for k, v in certainty.most_common():
...     print k, v
... 
20 percent certain, based on the evidence available 2129
80 percent certain, based on the evidence available 337
100 percent certain, based on the evidence available 313
60 percent certain, based on the evidence available 237
40 percent certain, based on the evidence available 189
None 126
@xrotwang
Copy link
Contributor Author

xrotwang commented Feb 2, 2017

A simple merge algo would be:

  1. Extend ELCat's levels by adding Extinct.
  2. ELCat info overrides.
  3. UNESCO is mapped to the extended levels mapping Definitely endangered to Endangered and the other levels trivially.

@chirila
Copy link

chirila commented Feb 2, 2017 via email

@xrotwang
Copy link
Contributor Author

xrotwang commented Feb 2, 2017

@chirila So is this a yes to adding and merging? The value Glottolog would be adding would be

  • transparent update procedure via git (and GitHub)
  • mapping to Glottolog/Glottocodes
  • merged/extended coverage
  • better programmatic access to the data

We will still link to both, EndangeredLanguages and UNESCO, so I think this could be considered win-win.

@chirila
Copy link

chirila commented Feb 2, 2017 via email

@d97hah
Copy link
Contributor

d97hah commented Feb 3, 2017 via email

@xrotwang xrotwang modified the milestone: Glottolog 3.1 Mar 22, 2017
@xrotwang
Copy link
Contributor Author

Merged endangerment data from multiple sources has been added in a [endangerment] section of the languoid info files.

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