commons-app / apps-android-commons

The Wikimedia Commons Android app allows users to upload pictures from their Android phone/tablet to Wikimedia Commons
https://commons-app.github.io/
Apache License 2.0
1.01k stars 1.2k forks source link

Anti-poaching (brainstorming about making sensible information public) #182

Open nicolas-raoul opened 8 years ago

nicolas-raoul commented 8 years ago

Giving away the position of a rare tree might lead to people finding it on Commons (or an app reusing Commons data) and going there to vandalize it.

Should we try to do something to prevent that? Programmatically? If yes, what can we do?

Links to relevant discussions in the larger Wikimedia community are welcome!

jayvdb commented 8 years ago

If the user adds categories identifying the species, the app can use the Commons category tree to check if it is an endangered species, or use Wikidata .

e.g. https://en.wikipedia.org/wiki/White_rhinoceros / https://commons.wikimedia.org/wiki/Category:Ceratotherium_simum ->

  1. https://commons.wikimedia.org/wiki/Category:IUCN_Near_Threatened_species
  2. https://www.wikidata.org/wiki/Q159918 IUCN conservation status (P141) = near threatened (Q719675)
nicolas-raoul commented 6 years ago

Such pictures probably are less than 0.01% of all uploaded pictures, so if we implement some location-hiding it should definitely be per-picture rather than a general setting.