| 92 | | * Potential SOurce for UTF-8 Names: [http://en.wikipedia.org/wiki/Vietnam#Administrative_subdivisions Wikipedia] |
| 93 | | * see attached spreadsheet [http://eden.sahanafoundation.org/raw-attachment/wiki/Projects/GCI/VNM_adm4.7z VNM_adm4.7z] (L1 has been done, focus on L2 1st, then L3, then finally L4 if you can) |
| 94 | | {{{ |
| 95 | | table = db.gis_location |
| 96 | | query = (table.level == "L1") |
| 97 | | db(query & (table.code == "3289")).update(name="Bắc Trung Bộ (North Central Coast)") |
| 98 | | db(query & (table.code == "3290")).update(name="Đông Bắc (North East)") |
| 99 | | db(query & (table.code == "3291")).update(name="đồng bằng sông Cửu Long (Mekong River Delta)") |
| 100 | | db(query & (table.code == "3292")).update(name="Đồng Bằng Sông Hồng (Red River Delta)") |
| 101 | | db(query & (table.code == "3293")).update(name="Đông Nam Bộ (South East)") |
| 102 | | db(query & (table.code == "3294")).update(name="Nam Trung Bộ (South Central Coast)") |
| 103 | | db(query & (table.code == "3295")).update(name="Tây Bắc (North West)") |
| 104 | | db(query & (table.code == "3296")).update(name="Tây Nguyên (Central Highlands)") |
| 105 | | db.commit() |
| 106 | | }}} |
| | 92 | * L1 names cleaned-up: [http://eden.sahanafoundation.org/raw-attachment/wiki/Projects/GCI/VNM_L1.csv VNM_L1.csv] |
| | 93 | * see attached spreadsheet [http://eden.sahanafoundation.org/raw-attachment/wiki/Projects/GCI/VNM_adm4.7z VNM_adm4.7z] (Focus on L2 1st, then L3, then finally L4 if you can) |
| | 94 | * Potential Source for UTF-8 Names: [http://en.wikipedia.org/wiki/Vietnam#Administrative_subdivisions Wikipedia] |