Skip to content

Commit

Permalink
Merge pull request OCHA-DAP#211 from OCHA-DAP/3w-caf-ssd
Browse files Browse the repository at this point in the history
Update 3W
  • Loading branch information
b-j-mills authored Dec 12, 2024
2 parents 72d478e + 7f964bc commit 89865ed
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 21 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).

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

## [0.10.28] - 2024-12-10

Expand Down
40 changes: 19 additions & 21 deletions src/hapi/pipelines/configs/operational_presence.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -62,35 +62,33 @@ operational_presence_admintwo:

operational_presence_caf:
dataset: "republique-centrafricaine-presence-operationnelle"
resource: "3W_CAR_Mar2024"
resource: "3W_CAR_Sep2024"
format: "xlsx"
xlsx2csv: True
sheet: "OCHA CAR 3W OP T1 2024"
headers:
- 1
- 2
sheet: "3W T3 2024"
headers: 1
source_date:
start: "01/01/2024"
end: "31/03/2024"
start: "01/04/2024"
end: "30/09/2024"
use_hxl: False
admin:
- ~
- "PCODE2 #adm2+code"
- "PCODE2"
admin_exact: True
input:
- "Description_Acteur"
- "ACTEUR #org+acronym"
- "DESCRIPTION_ACTEUR"
- "ACTEUR"
- "TYPE_ORG"
- "SECTEUR #sector"
- "PREFECTURE #adm1+name"
- "SOUSPREFECTURE #adm2+name"
- "SECTEUR"
- "PREFECTURE"
- "SOUSPREFECTURE"
list:
- "Description_Acteur"
- "ACTEUR #org+acronym"
- "DESCRIPTION_ACTEUR"
- "ACTEUR"
- "TYPE_ORG"
- "SECTEUR #sector"
- "PREFECTURE #adm1+name"
- "SOUSPREFECTURE #adm2+name"
- "SECTEUR"
- "PREFECTURE"
- "SOUSPREFECTURE"

operational_presence_cmr:
dataset: "cameroon-5w-operational-presence"
Expand Down Expand Up @@ -759,14 +757,14 @@ operational_presence_national:

operational_presence_ssd:
dataset: "south-sudan-operational-presence"
resource: "ss_20241106_3w_oerational presence_Jan to Sep_2024.xlsx"
resource: "ss_20241212_3w_oerational presence_Jan to Oct_2024.xlsx"
format: "xlsx"
xlsx2csv: True
sheet: "data"
sheet: "Data"
headers: 1
source_date:
start: "01/01/2024"
end: "30/09/2024"
end: "31/10/2024"
admin_single: "SSD"
input:
- "Name of organization"
Expand Down

0 comments on commit 89865ed

Please sign in to comment.