codeforIATI / codelist-updater

👀 Updater for https://github.com/codeforIATI/IATI-Codelists-NonEmbedded and https://github.com/codeforIATI/Unofficial-Codelists
MIT License
2 stars 0 forks source link

Add an importer for EC TEI codelist #67

Open stevieflow opened 1 year ago

stevieflow commented 1 year ago

The EC added a new vocabulary (4) on the tag codelist: https://github.com/IATI/IATI-Codelists-NonEmbedded/issues/383

a) this needs refreshing on code4IATI replicated lists: https://codelists.codeforiati.org/TagVocabulary/

b) can we set up an import of the new list to create this on codeforiati?

List is a spreadsheet, via https://europa.eu/capacity4dev/joint-programming/documents/tei-codes-0

matmaxgeds commented 1 year ago

FYI for Somalia we have a script that scans the data during out regular imports and for any new vocabs (and new fields within existing vocabs) that appear in the data. It doesn't do anything more than keeping a list of what was seen in the past and throwing a flag whenever the list changes, but we find it really useful, even if we decide to ignore/not to replicate many of them.

andylolz commented 1 year ago

this needs refreshing on code4IATI replicated lists

We have a thing that attempts to keep our codelists in sync with IATI’s non-embedded codelists. See: codeforIATI/IATI-Codelists-NonEmbedded#136.

Unfortunately we have some discrepancies with DAC codelists, and that means whenever IATI makes changes to DAC codelists (which they did 3 weeks ago), it’s a bit of a faff to pull in any changes until we resolve merge conflicts.