Skip to content

Commit

Permalink
Merge pull request #133 from OCHA-DAP/HDXDSYS-896-pop-file-rename
Browse files Browse the repository at this point in the history
HDXDSYS-896 fix hnd pop filenames
  • Loading branch information
turnerm authored Jul 17, 2024
2 parents e32d28c + e374ef2 commit f38914d
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 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/).

## [0.9.32] - 2024-07-17

### Fixed

- HND population resource names have been updated

## [0.9.31] - 2024-07-15

### Changed
Expand Down
6 changes: 3 additions & 3 deletions src/hapi/pipelines/configs/population.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -652,7 +652,7 @@ population_national:

population_hnd:
dataset: "cod-ps-hnd"
resource: "hnd_admpop_adm0_2022.csv"
resource: "hnd_admpop_adm0_2024.csv"
format: "csv"
use_hxl: False
admin_single: "HND"
Expand Down Expand Up @@ -1613,7 +1613,7 @@ population_adminone:

population_hnd:
dataset: "cod-ps-hnd"
resource: "hnd_admpop_adm1_2022.csv"
resource: "hnd_admpop_adm1_2024.csv"
format: "csv"
use_hxl: False
admin:
Expand Down Expand Up @@ -2563,7 +2563,7 @@ population_admintwo:

population_hnd:
dataset: "cod-ps-hnd"
resource: "hnd_admpop_adm2_2022.csv"
resource: "hnd_admpop_adm2_2024.csv"
format: "csv"
use_hxl: False
admin:
Expand Down

0 comments on commit f38914d

Please sign in to comment.