Skip to content

Commit

Permalink
Merge pull request #206 from OCHA-DAP/cod-3w
Browse files Browse the repository at this point in the history
Update COD 3W and requirements
  • Loading branch information
b-j-mills authored Dec 9, 2024
2 parents 0578e73 + bc0957e commit c6337c2
Show file tree
Hide file tree
Showing 4 changed files with 43 additions and 43 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +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.10.27] - 2024-12-09

### Changed

- Updated 3W data for COD
- Updated to latest hapi-schema version

## [0.10.26] - 2024-12-06

### Changed
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ classifiers = [
requires-python = ">=3.8"

dependencies = [
"hapi-schema>= 0.9.5",
"hapi-schema>= 0.9.6",
"hdx-python-api>= 6.3.5",
"hdx-python-country>= 3.8.5",
"hdx-python-database[postgresql]>= 1.3.4",
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ greenlet==3.1.1
# via sqlalchemy
gspread==6.1.4
# via hdx-python-scraper
hapi-schema==0.9.5
hapi-schema==0.9.6
# via hapi-pipelines (pyproject.toml)
hdx-python-api==6.3.5
# via
Expand Down
75 changes: 34 additions & 41 deletions src/hapi/pipelines/configs/operational_presence.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -122,47 +122,6 @@ operational_presence_admintwo:
- "#adm1 +name"
- "#adm2 +name"

operational_presence_cod:
dataset: "drc_presence_operationnelle"
resource: "rdc-3w_juillet-2024.xlsx"
format: "xlsx"
xlsx2csv: True
sheet: "Data"
headers: 1
source_date:
start: "01/06/2024"
end: "30/06/2024"
admin:
- ~
- "Code Territoire"
admin_exact: True
input:
- "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"
- "PROVINCE"
- "TERRITOIRE
(Choisir dans la liste déroulante)"
list:
- "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"
- "PROVINCE"
- "TERRITOIRE
(Choisir dans la liste déroulante)"

operational_presence_col:
dataset: "colombia-4ws"
resource: "COL_345W_Jan-oct2024.xlsx"
Expand Down Expand Up @@ -611,6 +570,40 @@ operational_presence_national:
- "#adm1+name"
- "#adm2+name"

operational_presence_cod:
dataset: "drc_presence_operationnelle"
resource: "rdc_3w_septembre-2024.xlsx"
format: "xlsx"
xlsx2csv: True
sheet: "Data"
headers: 1
source_date:
start: "01/09/2024"
end: "30/09/2024"
admin_single: "COD"
input:
- "Nom Organization"
- "Acronyme"
- "Type Organisation"
- "CLUSTER
(Choisir dans la liste déroulante)
Pour les projets humanitaires uniquement"
- "PROVINCE
(Choisir dans la liste déroulante)"
- "TERRITOIRE
(Choisir dans la liste déroulante)"
list:
- "Nom Organization"
- "Acronyme"
- "Type Organisation"
- "CLUSTER
(Choisir dans la liste déroulante)
Pour les projets humanitaires uniquement"
- "PROVINCE
(Choisir dans la liste déroulante)"
- "TERRITOIRE
(Choisir dans la liste déroulante)"

operational_presence_eth:
dataset: "ethiopia-operational-presence"
resource: "Ethiopia Who is Doing What Where (4W) - October 2024.xlsx"
Expand Down

0 comments on commit c6337c2

Please sign in to comment.