Skip to content

Commit

Permalink
Merge pull request #121 from OCHA-DAP/HDXDSYS-866-update-ner-and-sdn-3w
Browse files Browse the repository at this point in the history
HDXDSYS-866 update ner and sdn 3w
  • Loading branch information
turnerm authored Jul 5, 2024
2 parents bd654cf + 4a8e62d commit a6c855a
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 16 deletions.
10 changes: 8 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,13 @@ 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.9.21] - 2024-07-05
## [0.9.22] - 2024-07-05

### Fixed

- Use latest operational presence data for NER and SDN

## [0.9.21] - 2024-07-05

### Changed

Expand All @@ -15,7 +21,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).

- Removed outdated error messages from operational presence pipeline

### [0.9.20] - 2024-06-29
## [0.9.20] - 2024-06-29

### Fixed

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 @@ -395,6 +395,7 @@ sector_map:
telecomunicaciones de emergencia: "TEL"
vbg: "PRO-GBV"
violences basees sur le genre: "PRO-GBV"
violence basee sur le genre: "PRO-GBV"
violencia basada en genero: "PRO-GBV"
wash: "WSH"
water sanitation and hygiene: "WSH"
26 changes: 12 additions & 14 deletions src/hapi/pipelines/configs/operational_presence.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -458,15 +458,15 @@ operational_presence_national:

operational_presence_ner:
dataset: "niger-operational-presence"
resource: "NER_Sep_2023"
resource: "3w_OP_Nationale_Juin 2024 au 08062024.xlsx"
format: "xlsx"
sheet: "3W_Data_T2"
sheet: "3w_OP_Nationale_compilation"
headers:
- 4
- 5
- 1
- 2
source_date:
start: "01/07/2023"
end: "30/09/2023"
start: "01/06/2024"
end: "08/06/2024"
admin_single: "NER"
input:
- "NOM ORGANISATION
Expand All @@ -475,21 +475,19 @@ operational_presence_national:
(Choisir dans la liste déroulante)
#org+acronym"
- "TYPE ORGANISATION
(cette colonne est renseignée automatiquement selon la selection dans le colonne B)"
(cette colonne est renseignée automatiquement selon la selection dans le colonne B"
- "CLUSTER
(Choisir dans la liste déroulante)
#sector"
(Choisir dans la liste déroulante) Pour les projets humanitaires uniquement"
list:
- "NOM ORGANISATION
(cette colonne est renseignée automatiquement selon la selection dans le colonne A)"
- "ACCRONYME
(Choisir dans la liste déroulante)
#org+acronym"
- "TYPE ORGANISATION
(cette colonne est renseignée automatiquement selon la selection dans le colonne B)"
(cette colonne est renseignée automatiquement selon la selection dans le colonne B"
- "CLUSTER
(Choisir dans la liste déroulante)
#sector"
(Choisir dans la liste déroulante) Pour les projets humanitaires uniquement"

operational_presence_pse:
dataset: "state-of-palestine-who-does-what-and-where-3ws"
Expand All @@ -514,13 +512,13 @@ operational_presence_national:

operational_presence_sdn:
dataset: "sudan-operational-presence"
resource: "2024-consolidated-3w-data-jan-to-31-march.xlsx"
resource: "2024-consolidated-3w-data-jan-to-31-may.xlsx"
format: "xlsx"
sheet: "3W_master_data"
headers: 1
source_date:
start: "01/01/2024"
end: "31/03/2024"
end: "31/05/2024"
admin_single: "SDN"
input:
- "Organization"
Expand Down

0 comments on commit a6c855a

Please sign in to comment.