Skip to content

Commit 89865ed

Browse files
authored
Merge pull request OCHA-DAP#211 from OCHA-DAP/3w-caf-ssd
Update 3W
2 parents 72d478e + 7f964bc commit 89865ed

File tree

2 files changed

+20
-21
lines changed

2 files changed

+20
-21
lines changed

CHANGELOG.md

+1
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
1414

1515
- Added ability to read historical humanitarian needs data
1616
- Replaced missing funding amounts with zeros
17+
- Updated 3W data for CAF, SSD
1718

1819
## [0.10.28] - 2024-12-10
1920

src/hapi/pipelines/configs/operational_presence.yaml

+19-21
Original file line numberDiff line numberDiff line change
@@ -62,35 +62,33 @@ operational_presence_admintwo:
6262

6363
operational_presence_caf:
6464
dataset: "republique-centrafricaine-presence-operationnelle"
65-
resource: "3W_CAR_Mar2024"
65+
resource: "3W_CAR_Sep2024"
6666
format: "xlsx"
6767
xlsx2csv: True
68-
sheet: "OCHA CAR 3W OP T1 2024"
69-
headers:
70-
- 1
71-
- 2
68+
sheet: "3W T3 2024"
69+
headers: 1
7270
source_date:
73-
start: "01/01/2024"
74-
end: "31/03/2024"
71+
start: "01/04/2024"
72+
end: "30/09/2024"
7573
use_hxl: False
7674
admin:
7775
- ~
78-
- "PCODE2 #adm2+code"
76+
- "PCODE2"
7977
admin_exact: True
8078
input:
81-
- "Description_Acteur"
82-
- "ACTEUR #org+acronym"
79+
- "DESCRIPTION_ACTEUR"
80+
- "ACTEUR"
8381
- "TYPE_ORG"
84-
- "SECTEUR #sector"
85-
- "PREFECTURE #adm1+name"
86-
- "SOUSPREFECTURE #adm2+name"
82+
- "SECTEUR"
83+
- "PREFECTURE"
84+
- "SOUSPREFECTURE"
8785
list:
88-
- "Description_Acteur"
89-
- "ACTEUR #org+acronym"
86+
- "DESCRIPTION_ACTEUR"
87+
- "ACTEUR"
9088
- "TYPE_ORG"
91-
- "SECTEUR #sector"
92-
- "PREFECTURE #adm1+name"
93-
- "SOUSPREFECTURE #adm2+name"
89+
- "SECTEUR"
90+
- "PREFECTURE"
91+
- "SOUSPREFECTURE"
9492

9593
operational_presence_cmr:
9694
dataset: "cameroon-5w-operational-presence"
@@ -759,14 +757,14 @@ operational_presence_national:
759757

760758
operational_presence_ssd:
761759
dataset: "south-sudan-operational-presence"
762-
resource: "ss_20241106_3w_oerational presence_Jan to Sep_2024.xlsx"
760+
resource: "ss_20241212_3w_oerational presence_Jan to Oct_2024.xlsx"
763761
format: "xlsx"
764762
xlsx2csv: True
765-
sheet: "data"
763+
sheet: "Data"
766764
headers: 1
767765
source_date:
768766
start: "01/01/2024"
769-
end: "30/09/2024"
767+
end: "31/10/2024"
770768
admin_single: "SSD"
771769
input:
772770
- "Name of organization"

0 commit comments

Comments
 (0)