Skip to content

Commit

Permalink
Merge pull request #105 from OCHA-DAP/bugfix/add-poverty-rate-countries
Browse files Browse the repository at this point in the history
Bugfix: add missing poverty rate countries
  • Loading branch information
turnerm authored May 28, 2024
2 parents 9031e36 + 37137a5 commit 93c1d47
Show file tree
Hide file tree
Showing 2 changed files with 108 additions and 0 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,13 @@ All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).

## [0.9.10] - 2024-05-29

### Added

- Missing poverty rate countries: HND, SLV, GTM


## [0.9.9] - 2024-05-28

### Added
Expand Down
101 changes: 101 additions & 0 deletions src/hapi/pipelines/configs/poverty_rate.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ poverty_rate_default:
- "poverty_rate_cod"
- "poverty_rate_eth"
- "poverty_rate_hti"
- "poverty_rate_hnd"
- "poverty_rate_mli"
- "poverty_rate_moz"
- "poverty_rate_ner"
Expand Down Expand Up @@ -117,6 +118,10 @@ poverty_rate_national:
dataset: "haiti-mpi"
resource: "HTI_hot.xlsx"
admin_single: "HTI"
poverty_rate_hnd:
dataset: "honduras-mpi"
resource: "HND_hot.xlsx"
admin_single: "HND"
poverty_rate_mli:
dataset: "mali-mpi"
resource: "MLI_hot.xlsx"
Expand Down Expand Up @@ -192,6 +197,102 @@ poverty_rate_national:
- "#poverty+intensity+t0"
- "#poverty+vulnerable+t0"
- "#poverty+severe+t0"
poverty_rate_slv:
dataset: "el-salvador-mpi"
resource: "SLV.xlsx"
format: "xlsx"
sheet: "MPI Region"
admin_single: "SLV"
number_of_timepoints: 1
headers:
- 5
- 6
- 7
- 8
use_hxl: False
filter_cols:
- "MPI data source Year"
prefilter: "MPI data source Year is not None"
input:
- "MPI data source Year"
- "Subnational region"
- "Multidimensional poverty by region Multidimensional Poverty Index (MPI = H*A) Range 0 to 1"
- "Multidimensional poverty by region Headcount ratio: Population in multidimensional poverty (H) % Population"
- "Multidimensional poverty by region Intensity of deprivation among the poor (A) Average % of weighted deprivations"
- "Multidimensional poverty by region Vulnerable to poverty % Population"
- "Multidimensional poverty by region In severe poverty % Population"
list:
- "MPI data source Year"
- "Subnational region"
- "Multidimensional poverty by region Multidimensional Poverty Index (MPI = H*A) Range 0 to 1"
- "Multidimensional poverty by region Headcount ratio: Population in multidimensional poverty (H) % Population"
- "Multidimensional poverty by region Intensity of deprivation among the poor (A) Average % of weighted deprivations"
- "Multidimensional poverty by region Vulnerable to poverty % Population"
- "Multidimensional poverty by region In severe poverty % Population"
output:
- "year_t0"
- "adm1_name"
- "multidimensional_poverty_index_t0"
- "multidimensional_headcount_ratio_t0"
- "intensity_of_poverty_t0"
- "vulnerable_to_poverty_t0"
- "in_severe_poverty_t0"
output_hxl:
- "#year+t0"
- "#adm1+name"
- "#poverty+index+multidimensional+t0"
- "#poverty+headcount+ratio+t0"
- "#poverty+intensity+t0"
- "#poverty+vulnerable+t0"
- "#poverty+severe+t0"
poverty_rate_gtm:
dataset: "guatemala-mpi"
resource: "GTM.xlsx"
format: "xlsx"
sheet: "MPI Region"
admin_single: "GTM"
number_of_timepoints: 1
headers:
- 5
- 6
- 7
- 8
use_hxl: False
filter_cols:
- "MPI data source Year"
prefilter: "MPI data source Year is not None"
input:
- "MPI data source Year"
- "Subnational region"
- "Multidimensional poverty by region Multidimensional Poverty Index (MPI = H*A) Range 0 to 1"
- "Multidimensional poverty by region Headcount ratio: Population in multidimensional poverty (H) % Population"
- "Multidimensional poverty by region Intensity of deprivation among the poor (A) Average % of weighted deprivations"
- "Multidimensional poverty by region Vulnerable to poverty % Population"
- "Multidimensional poverty by region In severe poverty % Population"
list:
- "MPI data source Year"
- "Subnational region"
- "Multidimensional poverty by region Multidimensional Poverty Index (MPI = H*A) Range 0 to 1"
- "Multidimensional poverty by region Headcount ratio: Population in multidimensional poverty (H) % Population"
- "Multidimensional poverty by region Intensity of deprivation among the poor (A) Average % of weighted deprivations"
- "Multidimensional poverty by region Vulnerable to poverty % Population"
- "Multidimensional poverty by region In severe poverty % Population"
output:
- "year_t0"
- "adm1_name"
- "multidimensional_poverty_index_t0"
- "multidimensional_headcount_ratio_t0"
- "intensity_of_poverty_t0"
- "vulnerable_to_poverty_t0"
- "in_severe_poverty_t0"
output_hxl:
- "#year+t0"
- "#adm1+name"
- "#poverty+index+multidimensional+t0"
- "#poverty+headcount+ratio+t0"
- "#poverty+intensity+t0"
- "#poverty+vulnerable+t0"
- "#poverty+severe+t0"
poverty_rate_mmr:
dataset: "myanmar-mpi"
resource: "MMR.xlsx"
Expand Down

0 comments on commit 93c1d47

Please sign in to comment.