Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

📊 war: add brecke dataset #1367

Merged
merged 8 commits into from
Jul 28, 2023
Merged
Show file tree
Hide file tree
Changes from 6 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 5 additions & 1 deletion dag/war.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ steps:
- snapshot://war/2023-01-09/sorokin_1937.csv
data://meadow/war/2023-01-10/sutton_1971:
- snapshot://war/2023-01-09/sutton_1971.csv
data://meadow/war/2023-02-03/war_brecke:
data://meadow/war/2023-02-03/brecke:
- snapshot://war/2023-02-03/war_brecke.xlsx
data://meadow/war/2023-02-03/prio_v31:
- snapshot://war/2023-02-02/prio_v31.xls
Expand Down Expand Up @@ -58,9 +58,13 @@ steps:
- data://meadow/war/2023-06-09/mars
data://garden/war/2023-06-22/ucdp:
- data://meadow/war/2023-06-22/ucdp
data://garden/war/2023-07-20/brecke:
- data://meadow/war/2023-02-03/brecke

# Grapher
data://grapher/war/2023-06-26/ucdp:
- data://garden/war/2023-06-22/ucdp
data://grapher/war/2023-07-14/mars:
- data://garden/war/2023-07-07/mars
data://grapher/war/2023-07-20/brecke:
- data://garden/war/2023-07-20/brecke
70 changes: 70 additions & 0 deletions etl/steps/data/garden/war/2023-07-20/brecke.meta.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,70 @@
dataset:
title: History of war (Brecke, 1999)
description: >-
This dataset contains information on armed conflicts, both internal and external, in the period of 1400 and 1999.


It has been constructed using the Conflict Catalog Data by Dr. Peter Brecke.


This dataset has its own region definitions (taken from https://bpb-us-w2.wpmucdn.com/sites.gatech.edu/dist/1/19/files/2018/09/Brecke-PSS-1999-paper-Violent-Conflicts-1400-AD-to-the-Present.pdf):

- North America, Central America, and the Caribbean

- South America

- Europe west of 15 degrees east longitude plus Sweden and Italy

- Europe east of 15 degrees east longitude (includes Caucusus region)

- Middle East (Iran west to Syria and Arabian peninsula)

- North Africa (Egypt to Morocco and Mauritania east to Sudan)

- West & Central Africa (Senegal to Congo)

- East & South Africa (Ethiopia to Zambia to Angola and south)

- Central Asia (Afghanistan, former Soviet republics, and Siberia)

- South Asia

- Southeast Asia (Burma to Australia and Pacific islands)

- East Asia (China, Korea, Japan)


tables:
brecke:
# (Inherited from meadow, remove if not different.)
variables:
number_deaths_ongoing_conflicts_military:
title: Number of soldier deaths in ongoing conflicts
unit: deaths
description: >-
The number of soldiers killed in a year over the course of wars. The military fatalities estimates are reasonably close to being just soldiers, but some civilians might be in the counts.
display:
numDecimalPlaces: 0
number_deaths_ongoing_conflicts:
title: Number of deaths in ongoing conflicts
unit: deaths
description: >-
The total fatalities estimates in a year over the course of wars. The total fatalities estimates vary significantly in terms of the degree to which they include disease, starvation, etc.
display:
numDecimalPlaces: 0

number_ongoing_conflicts:
title: Number of ongoing conflicts
unit: conflicts
description: >-
Number of ongoing conflicts in a given year.
display:
numDecimalPlaces: 0
number_new_conflicts:
title: Number of new conflicts
unit: conflicts
description: >-
Number of new conflicts in a given year.

display:
numDecimalPlaces: 0
Loading