Skip to content

Commit

Permalink
Merge pull request #125 from OCHA-DAP/HDXDSYS-880-missing-sectors
Browse files Browse the repository at this point in the history
Hdxdsys 880 missing sectors
  • Loading branch information
b-j-mills authored Jul 10, 2024
2 parents a07cea8 + 625ddae commit 86e1de5
Show file tree
Hide file tree
Showing 4 changed files with 26 additions and 17 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,16 @@ 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.26] - 2024-07-10

### Fixed

- Add missing sector mappings in operational presence data

### Changed

- Update Ethiopia operational presence data to most recent

## [0.9.25] - 2024-07-08

### Changed
Expand Down
14 changes: 7 additions & 7 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -48,11 +48,11 @@ filelock==3.15.4
# via virtualenv
frictionless==5.17.0
# via hdx-python-utilities
google-auth==2.31.0
google-auth==2.32.0
# via
# google-auth-oauthlib
# gspread
google-auth-oauthlib==1.2.0
google-auth-oauthlib==1.2.1
# via gspread
greenlet==3.0.3
# via sqlalchemy
Expand All @@ -79,7 +79,7 @@ hdx-python-utilities==3.7.2
# hdx-python-api
# hdx-python-country
# hdx-python-scraper
humanize==4.9.0
humanize==4.10.0
# via frictionless
identify==2.6.0
# via pre-commit
Expand All @@ -101,7 +101,7 @@ jsonlines==4.0.0
# via hdx-python-utilities
jsonpath-ng==1.6.1
# via libhxl
jsonschema==4.22.0
jsonschema==4.23.0
# via
# frictionless
# tableschema-to-template
Expand Down Expand Up @@ -232,7 +232,7 @@ rfc3986==2.0.0
# via frictionless
rich==13.7.1
# via typer
rpds-py==0.18.1
rpds-py==0.19.0
# via
# jsonschema
# referencing
Expand All @@ -242,7 +242,7 @@ ruamel-yaml==0.18.6
# via hdx-python-utilities
ruamel-yaml-clib==0.2.8
# via ruamel-yaml
setuptools==70.2.0
setuptools==70.3.0
# via ckanapi
shellingham==1.5.4
# via typer
Expand Down Expand Up @@ -295,7 +295,7 @@ urllib3==2.2.2
# via
# libhxl
# requests
validators==0.30.0
validators==0.32.0
# via frictionless
virtualenv==20.26.3
# via pre-commit
Expand Down
13 changes: 6 additions & 7 deletions src/hapi/pipelines/configs/core.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -275,7 +275,7 @@ sector_map:
abris ame: "SHL"
abris bna: "SHL"
abris bna cccm: "SHL"
abris d'urgence et nfi: "SHL"
abris durgence et nfi: "SHL"
abris nfi: "SHL"
action contre les mines: "PRO-MIN"
aee: "SHL"
Expand Down Expand Up @@ -319,8 +319,7 @@ sector_map:
food security and nutrition: "FSC"
food security livelihood: "FSC"
fsl: "FSC"
gestion des sites d'accueil temporaires: "SHL"
gestion des sites d accueil temporaires: "SHL"
gestion des sites daccueil temporaires: "SHL"
gbv: "PRO-GBV"
hlp: "PRO-HLP"
humanitaire: "Hum"
Expand Down Expand Up @@ -348,14 +347,14 @@ sector_map:
propg: "PRO"
proteccion infantil: "PRO-CPN"
protection: "PRO"
protection de l'enfance: "PRO-CPN"
protection de l'enfant: "PRO-CPN"
protection de lenfance: "PRO-CPN"
protection de lenfant: "PRO-CPN"
protection generale: "PRO"
protection logement terre et propriete: "PRO-HLP"
protection ltb: "PRO-HLP"
protection lutte anti mines: "PRO-MIN"
protection pe: "PRO-CPN"
protection protection de l'enfant: "PRO-CPN"
protection protection de lenfant: "PRO-CPN"
protection violences basees sur le genre: "PRO-GBV"
protection vgb: "PRO-GBV"
proteccion: "PRO"
Expand Down Expand Up @@ -392,7 +391,7 @@ sector_map:
site management: "CCM"
snfi: "SHL"
telecommunications: "TEL"
telecommunications d'urgence: "TEL"
telecommunications durgence: "TEL"
telecomunicaciones de emergencia: "TEL"
vbg: "PRO-GBV"
violences basees sur le genre: "PRO-GBV"
Expand Down
6 changes: 3 additions & 3 deletions src/hapi/pipelines/configs/operational_presence.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -436,14 +436,14 @@ operational_presence_national:

operational_presence_eth:
dataset: "ethiopia-operational-presence"
resource: "Ethiopia Who is Doing What Where (4W) - April 2024.xlsx"
resource: "Ethiopia Who is Doing What Where (4W) - May 2024.xlsx"
format: "xlsx"
sheet: "April 2024"
headers: 1
use_hxl: True
source_date:
start: "01/04/2024"
end: "30/04/2024"
start: "01/05/2024"
end: "31/05/2024"
admin_single: "ETH"
input:
- "#org+impl+name"
Expand Down

0 comments on commit 86e1de5

Please sign in to comment.