Skip to content

Commit

Permalink
add somalia
Browse files Browse the repository at this point in the history
  • Loading branch information
t-downing committed Nov 6, 2024
1 parent a468d9e commit 721e134
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -151,3 +151,4 @@ src/test_gdrive.py
sandbox

temp*
pipelines/data
Binary file modified data/data/adm.dbf
Binary file not shown.
Binary file modified data/data/adm.shp
Binary file not shown.
Binary file modified data/data/adm.shx
Binary file not shown.
3 changes: 2 additions & 1 deletion src/constants.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ISO3S = ["ner", "nga", "cmr", "tcd", "bfa", "eth"]
ISO3S = ["ner", "nga", "cmr", "tcd", "bfa", "eth", "som"]

iso3_to_pcode = {
"ner": "NE",
Expand All @@ -7,6 +7,7 @@
"tcd": "TD",
"bfa": "BF",
"eth": "ET",
"som": "SO",
}

CHD_GREEN = "#1bb580"
Expand Down

0 comments on commit 721e134

Please sign in to comment.