mrbotcr / py3ClimMob

ClimMob is software for agricultural citizen science
https://climmob.net/
GNU Affero General Public License v3.0
5 stars 2 forks source link

Implement PII filtering #251

Open qlands opened 1 year ago

qlands commented 1 year ago

The underlying architecture of ClimMob (ODK Tools) has provisions for the anonymization and encryption of data. We need to implement PII in ClimMob so data export can include or exclude sensitive data like GPS coordinates.

kauedesousa commented 1 year ago

Part of this is also discussed here https://github.com/BioversityCostaRica/py3ClimMob/issues/124

marieALaporte commented 2 months ago

We discussed having new fields or column in the data to store this information; only those fields should be exported by default. The fields to be anonymized are:

kauedesousa commented 1 month ago

I think that is fine.

MarManrow commented 1 month ago

@BrandonMrBot This is the issue we talked about this morning.