Add notes for 2022-04-25

This commit is contained in:
2022-04-26 09:47:01 +03:00
parent 4d5c669d89
commit 18978ad1ed
28 changed files with 89 additions and 33 deletions

View File

@ -202,4 +202,30 @@ $ ./ilri/check-spider-ip-hits.sh -f /tmp/ipv4-ips.txt -p
- Start a harvest on AReS
## 2022-04-25
- Looking at the countries on AReS I decided to collect a list to remind Jacquie at WorldFish again about how many incorrect ones they have
- There are about sixty incorrect ones, some of which I can correct via the value mappings on AReS, but most I can't
- I set up value mappings for seventeen countries, then sent another sixty or so to Jacquie and Salem to hopefully delete
- I notice we have over 1,000 items with region `Africa South of Sahara`
- I am surprised to see these because we did a mass migration to `Sub-Saharan Africa` in 2020-10 when we aligned to UN M.49
- Oh! It seems I used a capital O in `Of`!
- This is curious, I see we missed `East Asia` and `Northern America`, because those are still in our list, but UN M.49 uses `Eastern Asia` and `Northern America`... I will have to raise that with Peter and Abenet later
- For now I will just re-run my fixes:
```console
$ cat /tmp/regions.csv
cg.coverage.region,correct
East Africa,Eastern Africa
West Africa,Western Africa
Southeast Asia,South-eastern Asia
South Asia,Southern Asia
Africa South of Sahara,Sub-Saharan Africa
North Africa,Northern Africa
West Asia,Western Asia
$ ./ilri/fix-metadata-values.py -i /tmp/regions.csv -db dspace -u dspace -p 'fuuu' -f cg.coverage.region -m 227 -t correct
```
- Then I started a new harvest on AReS
<!-- vim: set sw=2 ts=2: -->