Skip to content

Commit

Permalink
Add HRP countries to population theme
Browse files Browse the repository at this point in the history
  • Loading branch information
b-j-mills committed Jan 26, 2024
1 parent 8b594a9 commit 347bee3
Show file tree
Hide file tree
Showing 10 changed files with 2,573 additions and 43 deletions.
12 changes: 6 additions & 6 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,9 @@ click==8.1.7
# via typer
colorama==0.4.6
# via typer
coverage[toml]==7.4.0
coverage[toml]==7.4.1
# via pytest-cov
cryptography==42.0.0
cryptography==42.0.1
# via pyopenssl
defopt==6.4.0
# via hdx-python-api
Expand All @@ -51,9 +51,9 @@ et-xmlfile==1.1.0
# via openpyxl
filelock==3.13.1
# via virtualenv
frictionless==5.16.0
frictionless==5.16.1
# via hdx-python-utilities
google-auth==2.26.2
google-auth==2.27.0
# via
# google-auth-oauthlib
# gspread
Expand Down Expand Up @@ -139,7 +139,7 @@ petl==1.7.14
# via frictionless
platformdirs==4.1.0
# via virtualenv
pluggy==1.3.0
pluggy==1.4.0
# via pytest
ply==3.11
# via
Expand Down Expand Up @@ -192,7 +192,7 @@ python-dateutil==2.8.2
# libhxl
python-io-wrapper==0.3.1
# via libhxl
python-slugify==8.0.1
python-slugify==8.0.2
# via
# ckanapi
# frictionless
Expand Down
29 changes: 28 additions & 1 deletion src/hapi/pipelines/configs/core.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,28 @@ commit_limit: 1000
HAPI_countries:
- AFG
- BFA
- CAF
- CMR
- COD
- COL
- ETH
- GTM
- HND
- HTI
- MLI
- MMR
- MOZ
- NER
- NGA
- PSE
- SDN
- SLV
- SOM
- SSD
- SYR
- TCD
- UKR
- VEN
- YEM

country_name_overrides:
Expand Down Expand Up @@ -97,10 +116,18 @@ age_range_codes:
- "55-59"
- "60-64"
- "65-69"
- "65+"
- "70-74"
- "70+"
- "75-79"
- "80-84"
- "80+"
- "85-89"
- "85+"
- "90-94"
- "90+"
- "95-99"
- "100+"
- "0-17"
- "18+"
- "18-64"
- "65+"
Loading

0 comments on commit 347bee3

Please sign in to comment.