Skip to content

Commit

Permalink
Merge pull request #157 from OCHA-DAP/HDXDSYS-1012_SLV_Pop_Fix
Browse files Browse the repository at this point in the history
HDXDSYS-1012 Fix population SLV failure
  • Loading branch information
b-j-mills authored Aug 30, 2024
2 parents 3dc299c + e81afaf commit bc0781f
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.52] - 2024-08-30

### Fixed

- Updated El Salvador population resource names

## [0.9.51] - 2024-08-30

### Added
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 @@ -858,7 +858,7 @@ population_national:

population_slv:
dataset: "cod-ps-slv"
resource: "slv_admpop_adm0_2023.csv"
resource: "slv_admpop_adm0_2024.csv"
format: "csv"
use_hxl: False
admin_single: "SLV"
Expand Down Expand Up @@ -1820,7 +1820,7 @@ population_adminone:

population_slv:
dataset: "cod-ps-slv"
resource: "slv_admpop_adm1_2023.csv"
resource: "slv_admpop_adm1_2024.csv"
format: "csv"
use_hxl: False
admin:
Expand Down Expand Up @@ -2729,7 +2729,7 @@ population_admintwo:

population_slv:
dataset: "cod-ps-slv"
resource: "slv_admpop_adm2_2023.csv"
resource: "slv_admpop_adm2_2024.csv"
format: "csv"
use_hxl: False
admin:
Expand Down

0 comments on commit bc0781f

Please sign in to comment.