Skip to content

Commit

Permalink
Merge pull request #40 from OCHA-DAP/HDXDSYS-1224-haiti-population
Browse files Browse the repository at this point in the history
HDXDSYS-1224 update HTI population
  • Loading branch information
alexandru-m-g authored Oct 26, 2024
2 parents e198ee1 + 9e97cb9 commit 7119320
Show file tree
Hide file tree
Showing 2 changed files with 43 additions and 90 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,12 @@ 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/).

## 2024-10-26

### Fixed

- HTI population filename update

## 2024-10-22

### Added
Expand Down
127 changes: 37 additions & 90 deletions src/hapi/pipelines/configs/population.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ population_default:
- "population_cmr"
- "population_col"
- "population_hnd"
- "population_hti"
- "population_mmr"
- "population_moz"
- "population_ner"
Expand Down Expand Up @@ -670,40 +671,22 @@ population_national:

population_hti:
dataset: "cod-ps-hti"
resource: "hti_admpop_adm0_2022.csv"
resource: "hti_admpop_adm0_2024.csv"
format: "csv"
use_hxl: False
admin_single: "HTI"
input:
- "Femmes"
- "Hommes"
- "Population"
- "Filles"
- "Garcons"
- "Enfants"
- "Femmes adultes"
- "Hommes adultes"
- "Adultes"
- "F_80Plus"
- "M_80Plus"
- "T_80Plus"
output:
- "F_TL"
- "M_TL"
- "T_TL"
- "F_00_17"
- "M_00_17"
- "T_00_17"
- "F_18plus"
- "M_18plus"
- "T_18plus"
- "F_80plus"
- "M_80plus"
- "T_80plus"
output_hxl:
- "#population+f+total"
- "#population+m+total"
- "#population+total"
- "#population+f+age_0_17"
- "#population+m+age_0_17"
- "#population+age_0_17+total"
- "#population+f+age_18_plus"
- "#population+m+age_18_plus"
- "#population+age_18_plus+total"
- "#population+f+age_80_plus"
- "#population+m+age_80_plus"
- "#population+age_80_plus+total"

population_mli:
dataset: "cod-ps-mli"
Expand Down Expand Up @@ -1639,45 +1622,27 @@ population_adminone:

population_hti:
dataset: "cod-ps-hti"
resource: "hti_admpop_adm1_2022.csv"
resource: "hti_admpop_adm1_2024.csv"
format: "csv"
use_hxl: False
admin:
- ~
- "adm1code"
- "ADM1_PCODE"
input:
- "adm1_fr"
- "Femmes"
- "Hommes"
- "Population"
- "Filles"
- "Garcons"
- "Enfants"
- "Femmes adultes"
- "Hommes adultes"
- "Adultes"
- "ADM1_FR"
- "F_80Plus"
- "M_80Plus"
- "T_80Plus"
output:
- "adm1_name"
- "F_TL"
- "M_TL"
- "T_TL"
- "F_00_17"
- "M_00_17"
- "T_00_17"
- "F_18plus"
- "M_18plus"
- "T_18plus"
- "F_80plus"
- "M_80plus"
- "T_80plus"
output_hxl:
- "#adm1+name"
- "#population+f+total"
- "#population+m+total"
- "#population+total"
- "#population+f+age_0_17"
- "#population+m+age_0_17"
- "#population+age_0_17+total"
- "#population+f+age_18_plus"
- "#population+m+age_18_plus"
- "#population+age_18_plus+total"
- "#population+f+age_80_plus"
- "#population+m+age_80_plus"
- "#population+age_80_plus+total"

population_mli:
dataset: "cod-ps-mli"
Expand Down Expand Up @@ -2644,48 +2609,30 @@ population_admintwo:

population_hti:
dataset: "cod-ps-hti"
resource: "hti_admpop_adm2_2022.csv"
resource: "TOM HAYTHORNTHWAITE"
format: "csv"
use_hxl: False
admin:
- ~
- "adm2code"
- "ADM2_PCODE"
input:
- "adm1_fr"
- "adm2_fr"
- "Femmes"
- "Hommes"
- "Population"
- "Filles"
- "Garcons"
- "Enfants"
- "Femmes adultes"
- "Hommes adultes"
- "Adultes"
- "ADM1_FR"
- "ADM2_FR"
- "F_80Plus"
- "M_80Plus"
- "T_80Plus"
output:
- "adm1_name"
- "adm2_name"
- "F_TL"
- "M_TL"
- "T_TL"
- "F_00_17"
- "M_00_17"
- "T_00_17"
- "F_18plus"
- "M_18plus"
- "T_18plus"
- "F_80plus"
- "M_80plus"
- "T_80plus"
output_hxl:
- "#adm1+name"
- "#adm2+name"
- "#population+f+total"
- "#population+m+total"
- "#population+total"
- "#population+f+age_0_17"
- "#population+m+age_0_17"
- "#population+age_0_17+total"
- "#population+f+age_18_plus"
- "#population+m+age_18_plus"
- "#population+age_18_plus+total"
- "#adm2_name"
- "#population+f+age_80_plus"
- "#population+m+age_80_plus"
- "#population+age_80_plus+total"

population_mli:
dataset: "cod-ps-mli"
Expand Down

0 comments on commit 7119320

Please sign in to comment.