Skip to content

Commit

Permalink
Merge pull request #199 from OCHA-DAP/3w-col
Browse files Browse the repository at this point in the history
Update COL operational presence data
  • Loading branch information
b-j-mills authored Nov 20, 2024
2 parents deb8b72 + 847797e commit 3c22d4a
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 17 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).

### Changed

- Updated 3W data for BFA
- Updated 3W data for BFA and COL

## [0.10.19] - 2024-11-20

Expand Down
2 changes: 2 additions & 0 deletions src/hapi/pipelines/configs/core.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -324,8 +324,10 @@ org_type_map:
gouvernement: "435"
gov: "435"
govt: "435"
iglesia grupo religioso: "446"
ingo: "437"
institution etatique: "435"
institución publica: "435"
international institution: "438"
international ngos: "437"
local ngo: "504"
Expand Down
33 changes: 17 additions & 16 deletions src/hapi/pipelines/configs/operational_presence.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -163,32 +163,33 @@ operational_presence_admintwo:

operational_presence_col:
dataset: "colombia-4ws"
resource: "COL_345W_Jan-Dec2023.xlsx"
resource: "COL_345W_Jan-oct2024.xlsx"
format: "xlsx"
xlsx2csv: True
sheet: "Hoja-1"
headers: 1
use_hxl: True
source_date:
start: "01/01/2023"
end: "31/12/2023"
start: "01/01/2024"
end: "31/10/2024"
admin:
- ~
- "Pcode 2"
- "#adm2+code"
admin_exact: True
input:
- "IMPLEMENTER ORGANIZATION"
- "Organization acronym"
- "Implementing organization type"
- "SECTOR / CLUSTER"
- "DEPARTMENT"
- "MUNICIPALITY"
- "#org+impl+name"
- "#org+impl"
- "#org+impl+type"
- "#sector"
- "#adm1+name"
- "#adm2+name"
list:
- "IMPLEMENTER ORGANIZATION"
- "Organization acronym"
- "Implementing organization type"
- "SECTOR / CLUSTER"
- "DEPARTMENT"
- "MUNICIPALITY"
- "#org+impl+name"
- "#org+impl"
- "#org+impl+type"
- "#sector"
- "#adm1+name"
- "#adm2+name"

operational_presence_gtm:
dataset: "guatemala-operational-presence"
Expand Down

0 comments on commit 3c22d4a

Please sign in to comment.