Skip to content

Commit

Permalink
Merge pull request #130 from OCHA-DAP/hotfix/eth-conflict-event
Browse files Browse the repository at this point in the history
Update file names in conflict data
  • Loading branch information
b-j-mills authored Jul 13, 2024
2 parents b8e3bdb + 556c7e4 commit 39cc6b1
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 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.9.30] - 2024-07-13

### Fixed

- Update filenames for ETH conflict data

## [0.9.29] - 2024-07-12

### Fixed
Expand Down
6 changes: 3 additions & 3 deletions src/hapi/pipelines/configs/conflict_event.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -398,7 +398,7 @@ conflict_event_admintwo:

conflict_event_eth_political_violence:
dataset: "ethiopia-acled-conflict-data"
resource: "ethiopia_HRP_political_violence_events_and_fatalities_by_month-year_as-of-05Jul2024.xlsx"
resource: "ethiopia_HRP_political_violence_events_and_fatalities_by_month-year"
input:
- "Fatalities"
list:
Expand All @@ -416,7 +416,7 @@ conflict_event_admintwo:

conflict_event_eth_civilian_targeting:
dataset: "ethiopia-acled-conflict-data"
resource: "ethiopia_HRP_civilian_targeting_events_and_fatalities_by_month-year_as-of-05Jul2024.xlsx"
resource: "ethiopia_HRP_civilian_targeting_events_and_fatalities_by_month-year"
input:
- "Fatalities"
list:
Expand All @@ -434,7 +434,7 @@ conflict_event_admintwo:

conflict_event_eth_demonstration:
dataset: "ethiopia-acled-conflict-data"
resource: "ethiopia_HRP_demonstration_events_by_month-year_as-of-05Jul2024.xlsx"
resource: "ethiopia_HRP_demonstration_events_by_month-year"
output:
- "Month demonstration"
- "Year demonstration"
Expand Down

0 comments on commit 39cc6b1

Please sign in to comment.