diff --git a/CHANGELOG.md b/CHANGELOG.md index 0adceb17..7de4159a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/src/hapi/pipelines/configs/population.yaml b/src/hapi/pipelines/configs/population.yaml index c2a3c512..9aad24f1 100755 --- a/src/hapi/pipelines/configs/population.yaml +++ b/src/hapi/pipelines/configs/population.yaml @@ -24,7 +24,6 @@ population_default: - "population_sdn" - "population_slv" - "population_tcd" - - "population_ukr" input: - "F_TL" - "M_TL" @@ -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" @@ -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"