File tree 2 files changed +29
-2
lines changed
src/hapi/pipelines/configs
2 files changed +29
-2
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,12 @@ All notable changes to this project will be documented in this file.
4
4
5
5
The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) .
6
6
7
+ ## [ 0.9.43] - 2024-08-01
8
+
9
+ ### Changed
10
+
11
+ - Updated SDN population data
12
+
7
13
## [ 0.9.42] - 2024-08-01
8
14
9
15
### Changed
Original file line number Diff line number Diff line change @@ -840,7 +840,7 @@ population_national:
840
840
841
841
population_sdn :
842
842
dataset : " cod-ps-sdn"
843
- resource : " sdn_admpop_adm0_2022 .csv"
843
+ resource : " sdn_admpop_adm0_2024 .csv"
844
844
format : " csv"
845
845
use_hxl : False
846
846
admin_single : " SDN"
@@ -1819,7 +1819,7 @@ population_adminone:
1819
1819
1820
1820
population_sdn :
1821
1821
dataset : " cod-ps-sdn"
1822
- resource : " sdn_admpop_adm1_2022 .csv"
1822
+ resource : " sdn_admpop_adm1_2024 .csv"
1823
1823
format : " csv"
1824
1824
use_hxl : False
1825
1825
admin :
@@ -2747,6 +2747,27 @@ population_admintwo:
2747
2747
- " #population+m+age_80_plus"
2748
2748
- " #population+age_80_plus+total"
2749
2749
2750
+ population_sdn :
2751
+ dataset : " cod-ps-sdn"
2752
+ resource : " sdn_admpop_adm2_2024.csv"
2753
+ format : " csv"
2754
+ use_hxl : False
2755
+ admin :
2756
+ - ~
2757
+ - " ADM2_PCODE"
2758
+ input :
2759
+ - " F_80Plus"
2760
+ - " M_80Plus"
2761
+ - " T_80Plus"
2762
+ output :
2763
+ - " F_80plus"
2764
+ - " M_80plus"
2765
+ - " T_80plus"
2766
+ output_hxl :
2767
+ - " #population+f+age_80_plus"
2768
+ - " #population+m+age_80_plus"
2769
+ - " #population+age_80_plus+total"
2770
+
2750
2771
population_slv :
2751
2772
dataset : " cod-ps-slv"
2752
2773
resource : " slv_admpop_adm2_2023.csv"
You can’t perform that action at this time.
0 commit comments