Skip to content

Commit 1fb2a96

Browse files
authored
Merge pull request OCHA-DAP#142 from OCHA-DAP/HDXDSYS-941-sdn-pop
Update population for SDN
2 parents addd8be + 1fa2979 commit 1fb2a96

File tree

2 files changed

+29
-2
lines changed

2 files changed

+29
-2
lines changed

CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,12 @@ All notable changes to this project will be documented in this file.
44

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

7+
## [0.9.43] - 2024-08-01
8+
9+
### Changed
10+
11+
- Updated SDN population data
12+
713
## [0.9.42] - 2024-08-01
814

915
### Changed

src/hapi/pipelines/configs/population.yaml

+23-2
Original file line numberDiff line numberDiff line change
@@ -840,7 +840,7 @@ population_national:
840840

841841
population_sdn:
842842
dataset: "cod-ps-sdn"
843-
resource: "sdn_admpop_adm0_2022.csv"
843+
resource: "sdn_admpop_adm0_2024.csv"
844844
format: "csv"
845845
use_hxl: False
846846
admin_single: "SDN"
@@ -1819,7 +1819,7 @@ population_adminone:
18191819

18201820
population_sdn:
18211821
dataset: "cod-ps-sdn"
1822-
resource: "sdn_admpop_adm1_2022.csv"
1822+
resource: "sdn_admpop_adm1_2024.csv"
18231823
format: "csv"
18241824
use_hxl: False
18251825
admin:
@@ -2747,6 +2747,27 @@ population_admintwo:
27472747
- "#population+m+age_80_plus"
27482748
- "#population+age_80_plus+total"
27492749

2750+
population_sdn:
2751+
dataset: "cod-ps-sdn"
2752+
resource: "sdn_admpop_adm2_2024.csv"
2753+
format: "csv"
2754+
use_hxl: False
2755+
admin:
2756+
- ~
2757+
- "ADM2_PCODE"
2758+
input:
2759+
- "F_80Plus"
2760+
- "M_80Plus"
2761+
- "T_80Plus"
2762+
output:
2763+
- "F_80plus"
2764+
- "M_80plus"
2765+
- "T_80plus"
2766+
output_hxl:
2767+
- "#population+f+age_80_plus"
2768+
- "#population+m+age_80_plus"
2769+
- "#population+age_80_plus+total"
2770+
27502771
population_slv:
27512772
dataset: "cod-ps-slv"
27522773
resource: "slv_admpop_adm2_2023.csv"

0 commit comments

Comments
 (0)