Open dwaam opened 2 days ago
It's the same NA issue in the python script..
@sabas can you point out which issue it was?
It seems to be related to this commit, if I guess correctly: https://github.com/datasets/un-locode/commit/3b53333ef82cf4a358287f1bbdea58d4ab09b3e5
but with the code-list file this time.
@dwaam can you confirm if the missing values are fixed with latest PR cc @sabas
For Namibia, yes.
But I've just found some remaining issues with 5 lines now:
,NO,LID,Liland,Liland,18,1-------,,1501,,6820N 01445E, ,GB,UBL,Upper Ballinderry,Upper Ballinderry,ANN,--3-----,,1701,,5432N 00612W, ,MY,PJK,Pulau Jarak,Pulau Jarak,,1-------,,1307,,0358N 10005E, +,PY,FDM,Fernando De La Mora,Fernando De La Mora,11,--3-----,,2307,,2519S 05734W, ,NO,HEV,Helligvær,Helligvar,18,1-------,,1501,,6724N 01332E,
For those 5, the function is still not at the right place :s
┌─────────┬─────────┬──────────┬─────────────────────┬─────────────────────┬─────────────┬──────────┬──────────┬─────────┬─────────┬──────────────┬─────────┐
│ Change │ Country │ Location │ Name │ NameWoDiacritics │ Subdivision │ Status │ Function │ Date │ IATA │ Coordinates │ Remarks │
│ varchar │ varchar │ varchar │ varchar │ varchar │ varchar │ varchar │ varchar │ varchar │ varchar │ varchar │ varchar │
├─────────┼─────────┼──────────┼─────────────────────┼─────────────────────┼─────────────┼──────────┼──────────┼─────────┼─────────┼──────────────┼─────────┤
│ │ GB │ UBL │ Upper Ballinderry │ Upper Ballinderry │ ANN │ --3----- │ │ 1701 │ │ 5432N 00612W │ │
│ │ MY │ PJK │ Pulau Jarak │ Pulau Jarak │ │ 1------- │ │ 1307 │ │ 0358N 10005E │ │
│ │ NO │ HEV │ Helligvær │ Helligvar │ 18 │ 1------- │ │ 1501 │ │ 6724N 01332E │ │
│ │ NO │ LID │ Liland │ Liland │ 18 │ 1------- │ │ 1501 │ │ 6820N 01445E │ │
│ + │ PY │ FDM │ Fernando De La Mora │ Fernando De La Mora │ 11 │ --3----- │ │ 2307 │ │ 2519S 05734W │ │
└─────────┴─────────┴──────────┴─────────────────────┴─────────────────────┴─────────────┴──────────┴──────────┴─────────┴─────────┴──────────────┴─────────┘
Hi,
It seems to have another issue with the code list, UNLOCODES from NAMIBIA have no COUNTRY CODE.
Is it possible to fill them @gradedSystem ?
Thanks by advance