Skip to content

Commit

Permalink
Merge pull request #151 from OCHA-DAP/HDXDSYS-1005_Col_pop
Browse files Browse the repository at this point in the history
HDXDSYS-1005 Fix for Colombia population update
  • Loading branch information
turnerm authored Aug 27, 2024
2 parents 69f2212 + f6c708a commit 16d2496
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 44 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,13 @@ 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.49] - 2024-08-27

### Fixed

- Updated Colombia population resource names
- Remove Ukraine population resource which is now by request only

## [0.9.48] - 2024-08-21

### Fixed
Expand Down
47 changes: 3 additions & 44 deletions src/hapi/pipelines/configs/population.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ population_default:
- "population_sdn"
- "population_slv"
- "population_tcd"
- "population_ukr"
input:
- "F_TL"
- "M_TL"
Expand Down Expand Up @@ -298,7 +297,7 @@ population_national:

population_col:
dataset: "cod-ps-col"
resource: "col_admpop_adm0_2023.csv"
resource: "col_admpop_adm0_2024.csv"
format: "csv"
use_hxl: False
admin_single: "COL"
Expand Down Expand Up @@ -963,25 +962,6 @@ population_national:
- "#population+m+age_80_plus"
- "#population+age_80_plus+total"

population_ukr:
dataset: "cod-ps-ukr"
resource: "ukr_admpop_adm0_2022.csv"
format: "csv"
use_hxl: False
admin_single: "UKR"
input:
- "F_80Plus"
- "M_80Plus"
- "T_80Plus"
output:
- "F_80plus"
- "M_80plus"
- "T_80plus"
output_hxl:
- "#population+f+age_80_plus"
- "#population+m+age_80_plus"
- "#population+age_80_plus+total"

population_ven:
dataset: "cod-ps-ven"
resource: "ven_admpop_adm0_2011_v2.csv"
Expand Down Expand Up @@ -1253,7 +1233,7 @@ population_adminone:

population_col:
dataset: "cod-ps-col"
resource: "col_admpop_adm1_2023.csv"
resource: "col_admpop_adm1_2024.csv"
format: "csv"
use_hxl: False
admin:
Expand Down Expand Up @@ -1952,27 +1932,6 @@ population_adminone:
- "#population+m+age_80_plus"
- "#population+age_80_plus+total"

population_ukr:
dataset: "cod-ps-ukr"
resource: "ukr_admpop_adm1_2022.csv"
format: "csv"
use_hxl: False
admin:
- ~
- "ADM1_PCODE"
input:
- "F_80Plus"
- "M_80Plus"
- "T_80Plus"
output:
- "F_80plus"
- "M_80plus"
- "T_80plus"
output_hxl:
- "#population+f+age_80_plus"
- "#population+m+age_80_plus"
- "#population+age_80_plus+total"

population_ven:
dataset: "cod-ps-ven"
resource: "ven_admpop_adm1_2011_v2.csv"
Expand Down Expand Up @@ -2203,7 +2162,7 @@ population_admintwo:

population_col:
dataset: "cod-ps-col"
resource: "col_admpop_adm2_2023.csv"
resource: "col_admpop_adm2_2024.csv"
format: "csv"
use_hxl: False
admin:
Expand Down

0 comments on commit 16d2496

Please sign in to comment.