Skip to content

Commit f38914d

Browse files
authored
Merge pull request OCHA-DAP#133 from OCHA-DAP/HDXDSYS-896-pop-file-rename
HDXDSYS-896 fix hnd pop filenames
2 parents e32d28c + e374ef2 commit f38914d

File tree

2 files changed

+9
-3
lines changed

2 files changed

+9
-3
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.32] - 2024-07-17
8+
9+
### Fixed
10+
11+
- HND population resource names have been updated
12+
713
## [0.9.31] - 2024-07-15
814

915
### Changed

src/hapi/pipelines/configs/population.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -652,7 +652,7 @@ population_national:
652652

653653
population_hnd:
654654
dataset: "cod-ps-hnd"
655-
resource: "hnd_admpop_adm0_2022.csv"
655+
resource: "hnd_admpop_adm0_2024.csv"
656656
format: "csv"
657657
use_hxl: False
658658
admin_single: "HND"
@@ -1613,7 +1613,7 @@ population_adminone:
16131613

16141614
population_hnd:
16151615
dataset: "cod-ps-hnd"
1616-
resource: "hnd_admpop_adm1_2022.csv"
1616+
resource: "hnd_admpop_adm1_2024.csv"
16171617
format: "csv"
16181618
use_hxl: False
16191619
admin:
@@ -2563,7 +2563,7 @@ population_admintwo:
25632563

25642564
population_hnd:
25652565
dataset: "cod-ps-hnd"
2566-
resource: "hnd_admpop_adm2_2022.csv"
2566+
resource: "hnd_admpop_adm2_2024.csv"
25672567
format: "csv"
25682568
use_hxl: False
25692569
admin:

0 commit comments

Comments
 (0)