Skip to content

Commit

Permalink
HDXDSYS-1005 remove ukr pop
Browse files Browse the repository at this point in the history
  • Loading branch information
turnerm committed Aug 27, 2024
1 parent 1d93acf commit f6c708a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 41 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
### Fixed

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

## [0.9.48] - 2024-08-21

Expand Down
41 changes: 0 additions & 41 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 @@ -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 @@ -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

0 comments on commit f6c708a

Please sign in to comment.