Skip to content

Commit

Permalink
Merge pull request #201 from OCHA-DAP/3w-afg
Browse files Browse the repository at this point in the history
Update AFG, NER, TCD operational presence data
  • Loading branch information
b-j-mills authored Nov 21, 2024
2 parents f8419af + f2dd687 commit 266e8c8
Show file tree
Hide file tree
Showing 8 changed files with 4,082 additions and 3,594 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.22] - 2024-11-21

### Changed

- Updated 3W data for AFG, NER, TCD

## [0.10.21] - 2024-11-21

### Changed
Expand Down
1 change: 1 addition & 0 deletions src/hapi/pipelines/configs/core.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -427,6 +427,7 @@ sector_map:
logistica: "LOG"
logistique: "LOG"
manejo y gestion de campamentos: "CCM"
mpca: "Cash"
ms: "Multi"
multi secteur: "Multi"
multisectoriel: "Multi"
Expand Down
58 changes: 21 additions & 37 deletions src/hapi/pipelines/configs/operational_presence.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@ operational_presence_default:

operational_presence_admintwo:
operational_presence_afg:
dataset: "afghanistan-who-does-what-where-april-to-june-2024"
resource: "afghanistan-3w-operational-presence-april-june-2024.csv"
dataset: "afghanistan-who-does-what-where-july-to-september-2024"
resource: "afghanistan-3w-operational-presence-july-september-2024.csv"
format: "csv"
headers: 1
use_hxl: True
Expand Down Expand Up @@ -499,14 +499,14 @@ operational_presence_admintwo:
operational_presence_adminone:
operational_presence_tcd:
dataset: "chad-operational-presence"
resource: "3W_TCD_June2024"
resource: "3W_TCD_Nov2024"
format: "xlsx"
xlsx2csv: True
sheet: "3w opérationnelle"
headers: 1
source_date:
start: "01/06/2024"
end: "30/06/2024"
start: "01/11/2024"
end: "30/11/2024"
use_hxl: False
admin:
- ~
Expand Down Expand Up @@ -603,45 +603,29 @@ operational_presence_national:

operational_presence_ner:
dataset: "niger-operational-presence"
resource: "NER_Jun_2024"
resource: "NER_Sep_2024"
format: "xlsx"
xlsx2csv: True
sheet: "3w_OP_Nationale_compilation"
headers:
- 1
- 2
headers: 1
source_date:
start: "01/06/2024"
end: "08/06/2024"
start: "01/09/2024"
end: "30/09/2024"
admin_single: "NER"
input:
- "NOM ORGANISATION
(cette colonne est renseignée automatiquement selon la selection dans le colonne A)
#org+name"
- "ACCRONYME
(Choisir dans la liste déroulante)
#org+acronym"
- "TYPE ORGANISATION
(cette colonne est renseignée automatiquement selon la selection dans le colonne B"
- "CLUSTER
(Choisir dans la liste déroulante) Pour les projets humanitaires uniquement
#sector"
- "REGION (Choisir dans la liste déroulante) #adm1+name"
- "DEPARTEMENT (Choisir dans la liste déroulante) #adm2+name"
- "NOM ORGANISATION (cette colonne est renseignée automatiquement selon la selection dans le colonne A)"
- "ACCRONYME (Choisir dans la liste déroulante)"
- "TYPE ORGANISATION (cette colonne est renseignée automatiquement selon la selection dans le colonne B"
- "CLUSTER (Choisir dans la liste déroulante) Pour les projets humanitaires uniquement"
- "REGION (Choisir dans la liste déroulante)"
- "DEPARTEMENT (Choisir dans la liste déroulante)"
list:
- "NOM ORGANISATION
(cette colonne est renseignée automatiquement selon la selection dans le colonne A)
#org+name"
- "ACCRONYME
(Choisir dans la liste déroulante)
#org+acronym"
- "TYPE ORGANISATION
(cette colonne est renseignée automatiquement selon la selection dans le colonne B"
- "CLUSTER
(Choisir dans la liste déroulante) Pour les projets humanitaires uniquement
#sector"
- "REGION (Choisir dans la liste déroulante) #adm1+name"
- "DEPARTEMENT (Choisir dans la liste déroulante) #adm2+name"
- "NOM ORGANISATION (cette colonne est renseignée automatiquement selon la selection dans le colonne A)"
- "ACCRONYME (Choisir dans la liste déroulante)"
- "TYPE ORGANISATION (cette colonne est renseignée automatiquement selon la selection dans le colonne B"
- "CLUSTER (Choisir dans la liste déroulante) Pour les projets humanitaires uniquement"
- "REGION (Choisir dans la liste déroulante)"
- "DEPARTEMENT (Choisir dans la liste déroulante)"

operational_presence_pse:
dataset: "state-of-palestine-who-does-what-and-where-3ws"
Expand Down

This file was deleted.

Loading

0 comments on commit 266e8c8

Please sign in to comment.