Skip to content

Commit

Permalink
Add Afghanistan to humanitarian needs
Browse files Browse the repository at this point in the history
  • Loading branch information
Mike committed Dec 28, 2023
1 parent 0b0fe31 commit 73158ed
Show file tree
Hide file tree
Showing 5 changed files with 84 additions and 5 deletions.
3 changes: 3 additions & 0 deletions src/hapi/pipelines/configs/core.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ population_group_descriptions:
residents: "residents"
refugees: "refugees"
idps: "internally displaced persons"
returnees: "returnees"

sector:
dataset: "global-coordination-groups-beta"
Expand Down Expand Up @@ -101,3 +102,5 @@ age_range_codes:
- "80+"
- "0-17"
- "18+"
- "18-64"
- "65+"
75 changes: 75 additions & 0 deletions src/hapi/pipelines/configs/humanitarian_needs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,81 @@
# #inneed+boys

humanitarian_needs_admintwo:
humanitarian_needs_afg:
dataset: "afghanistan-humanitarian-needs-overview"
resource: "afg_hno_pin_2024.xlsx"
format: "xlsx"
sheet: "Total"
headers: 6
use_hxl: True
admin:
- ~
- "#adm2+code"
admin_exact: True
input:
- "#inneed"
- "#inneed+m+children+idps"
- "#inneed+f+children+idps"
- "#inneed+m+adult+idps"
- "#inneed+f+adult+idps"
- "#inneed+idps"
- "#inneed+m+children+returnees"
- "#inneed+f+children+returnees"
- "#inneed+m+adult+returnees"
- "#inneed+f+adult+returnees"
- "#inneed+returnees"
- "#inneed+m+children+refugees"
- "#inneed+f+children+refugees"
- "#inneed+m+adult+refugees"
- "#inneed+f+adult+refugees"
- "#inneed+refugees"
- "#inneed+children"
- "#inneed+adults"
- "#inneed+elderly"
- "#inneed+disability"
output:
- "Inneed Total"
- "Inneed IDPs Boys"
- "Inneed IDPs Girls"
- "Inneed IDPs Men"
- "Inneed IDPs Women"
- "Inneed IDPs"
- "Inneed Returnees Boys"
- "Inneed Returnees Girls"
- "Inneed Returnees Men"
- "Inneed Returnees Women"
- "Inneed Returnees"
- "Inneed Refugees Boys"
- "Inneed Refugees Girls"
- "Inneed Refugees Men"
- "Inneed Refugees Women"
- "Inneed Refugees"
- "Inneed Children"
- "Inneed Adults"
- "Inneed Elderly"
- "Inneed Disabled"
output_hxl:
- "#inneed+total"
- "#inneed+idps+m+age0_17"
- "#inneed+idps+f+age0_17"
- "#inneed+idps+m+age18plus"
- "#inneed+idps+f+age18plus"
- "#inneed+idps"
- "#inneed+returnees+m+age0_17"
- "#inneed+returnees+f+age0_17"
- "#inneed+returnees+m+age18plus"
- "#inneed+returnees+f+age18plus"
- "#inneed+returnees"
- "#inneed+refugees+m+age0_17"
- "#inneed+refugees+f+age0_17"
- "#inneed+refugees+m+age18plus"
- "#inneed+refugees+f+age18plus"
- "#inneed+refugees"
- "#inneed+age0_17"
- "#inneed+age18_64"
- "#inneed+age65plus"
- "#inneed+disabled"

humanitarian_needs_tcd:
dataset: "chad-humanitarian-needs-overview"
resource: "TCD_HPC2023_Rev_PiN-Targets"
Expand Down
Loading

0 comments on commit 73158ed

Please sign in to comment.