From e9f18759d4b65ad6a1e818055e5a54f197383725 Mon Sep 17 00:00:00 2001 From: Briar Date: Tue, 25 Feb 2025 10:29:32 -0500 Subject: [PATCH] Remove yaml and update changelog --- CHANGELOG.md | 6 ++ .../configs/refugees_and_returnees.yaml | 78 ------------------- 2 files changed, 6 insertions(+), 78 deletions(-) delete mode 100644 src/hapi/pipelines/configs/refugees_and_returnees.yaml diff --git a/CHANGELOG.md b/CHANGELOG.md index d66d6cce..f3a1fb0d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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.10.43] = 2025-02-25 + +### Changed + +- Refugees and returnees read from HAPI datasets + ## [0.10.42] = 2025-02-24 ### Changed diff --git a/src/hapi/pipelines/configs/refugees_and_returnees.yaml b/src/hapi/pipelines/configs/refugees_and_returnees.yaml deleted file mode 100644 index 5a7a437b..00000000 --- a/src/hapi/pipelines/configs/refugees_and_returnees.yaml +++ /dev/null @@ -1,78 +0,0 @@ -refugees_and_returnees_national: - refugees_and_returnees: - dataset: "unhcr-population-data-for-world" - resource: "Demographics and locations of forcibly displaced and stateless persons (Global)" - format: "csv" - headers: 1 - use_hxl: True - admin: - - "#country+code+origin" - admin_exact: True - input: - - "#date+year" - - "#country+code+asylum" - - "#indicator+population_type" - - "#affected+f+infants+age_0_4" - - "#affected+f+children+age_5_11" - - "#affected+f+adolescents+age_12_17" - - "#affected+f+adults+age_18_59" - - "#affected+f+elderly+age_60" - - "#affected+f+total" - - "#affected+m+infants+age_0_4" - - "#affected+m+children+age_5_11" - - "#affected+m+adolescents+age_12_17" - - "#affected+m+adults+age_18_59" - - "#affected+m+elderly+age_60" - - "#affected+m+total" - - "#affected+all+total" - list: - - "#date+year" - - "#country+code+asylum" - - "#indicator+population_type" - - "#affected+f+infants+age_0_4" - - "#affected+f+children+age_5_11" - - "#affected+f+adolescents+age_12_17" - - "#affected+f+adults+age_18_59" - - "#affected+f+elderly+age_60" - - "#affected+f+total" - - "#affected+m+infants+age_0_4" - - "#affected+m+children+age_5_11" - - "#affected+m+adolescents+age_12_17" - - "#affected+m+adults+age_18_59" - - "#affected+m+elderly+age_60" - - "#affected+m+total" - - "#affected+all+total" - output: - - "#date+year" - - "#country+code+asylum" - - "#indicator+population_type" - - "#affected+f+infants+age_0_4" - - "#affected+f+children+age_5_11" - - "#affected+f+adolescents+age_12_17" - - "#affected+f+adults+age_18_59" - - "#affected+f+elderly+age_60plus" - - "#affected+f+total" - - "#affected+m+infants+age_0_4" - - "#affected+m+children+age_5_11" - - "#affected+m+adolescents+age_12_17" - - "#affected+m+adults+age_18_59" - - "#affected+m+elderly+age_60plus" - - "#affected+m+total" - - "#affected+all+total" - output_hxl: - - "#date+year" - - "#country+code+asylum" - - "#indicator+population_type" - - "#affected+f+infants+age_0_4" - - "#affected+f+children+age_5_11" - - "#affected+f+adolescents+age_12_17" - - "#affected+f+adults+age_18_59" - - "#affected+f+elderly+age_60plus" - - "#affected+f+total" - - "#affected+m+infants+age_0_4" - - "#affected+m+children+age_5_11" - - "#affected+m+adolescents+age_12_17" - - "#affected+m+adults+age_18_59" - - "#affected+m+elderly+age_60plus" - - "#affected+m+total" - - "#affected+all+total"