iati-data-access / iati-flattener

Library to flatten IATI data
GNU Affero General Public License v3.0
1 stars 3 forks source link

Documentation for choices made when flattening? #2

Open matmaxgeds opened 3 years ago

matmaxgeds commented 3 years ago

Hi - is there somewhere that documents what choices have been made in order to flatten the original IATI data? I was hoping for something similar to:

  1. A list of all IATI fields, and which ones are re-used as is in the flattener
  2. A list of new fields that the flattener creates (if any)
  3. For each existing field where the data is not exactly the same as published, what formula/logic is used to source/adjust the data
  4. For each new field, how that field is constructed i.e. what formula/logic is used to source/adjust the data
  5. Any format changes applied
  6. Share all other modifications e.g. conversions between IATI versions (and source), any data dropped compared to the registry etc

I am imaging this could probably be done easiest in tabular format?

Thanks!