Introduction

Aggregation and Selection are compulsory processes that have to carry out with the data, regardless of the level of expertise of the user. The best way to get familiarized with the data is to check their attributes and look for possible relationships or patterns.

Furthermore, from the attribute tables, spatial selections, or statistical aggregation, a lot of information can be extracted without consulting additional sources, reducing time and resources spent.

In this lab, I will implement selection and aggregation processes to extract as much information as possible about the Colombian armed conflict, specifically, the forced displacement and children recruitment events. Those social problems are hard to approach, but for reconciliation between the armed conflict actors, there must be recognition (with statistics) of the damage that has been done.

Data and Context

For this lab, I worked with three layers provided by the " Centro Nacional de Memoria Historica ", regarding the historical forced displacement and children recruitment in Colombia, between 1980 and 2014. (Map I)

  1.  Colombian_Municipalities : Contains the municipality's polygons with their corresponding Area values in km2.
  2.  Children_Recruitment_1980_2014 : Layer with information regarding on how many children have been recruited between 1980 and 2014 in each municipality.
  3.  Forced_Displacement_1980_2014 : Layer with the number of forced displacement events in Colombian municipalities between 1980 and 2014. Additionally, it contains Area values for each municipality in Km2.

That data is really important as Colombia faced an internal armed conflict for more than 60 years, until 2012 when a peace agreement was signed with the guerrilla "FARC". However, Colombian communities are still missing the most important: truth and recognition of them as armed conflict victims. This lab will try to share with communities around the world, how the conflict evolved through time and along the Colombian territory.

Powered by Esri

Map I. Data used in this lab.

Questions

The following questions will be answered during the lab:

  1. Using the “Forced Displacement 1980-2014” and “Colombian Municipalities” layers, determine the percentage of municipalities area in which there was at least 1 person displaced between 1980-1988.
  2. For the 1989-1996 period, determine the total number of children recruited by the Guerrilla. Use the “Children Recruitment 1980-2014” layer.
  3. For the period 2005 – 2014, identify the Municipality with the most displacement cases and identify the distance for the 2 nd  degree landlocked municipalities that the affected communities could have migrated to. Additionally, show the average distance.
  4. What is the total of displaced people in Bogota municipalities for the complete period (1980-2014)?
  5. Create a web map that enhances the visualization through aggregated data using heatmap symbology.

Municipal Displacement

First, using the "Colombian_Municipalities" layer and the field statistics for the "Area (Km2)" field, I determined that the total area of Colombia is 1'138,269 Km2.

Secondly, I applied the filter: " Period of time is 1980 - 1988 " to the Forced Displacement layer to display just the data between 1980 - 1988. (Map 2)

Finally, after having applied the filter, using statistics for the "Area (Km2)" field, I determined that the total area for the municipalities with forced displacement events between 1980 - 1988 is 959,960 Km2. The previous extent corresponds to 84.34% of Colombian territory.

Children Recruitment

For this task, I filter the "Children Recruitment 1980-2014" layer. First, I filtered the records that occurred in 1989-1996, and then, just those that were carried out by the guerrilla. (Please, apply the interactive filters (F1) and (F2) in order).

Then, with field statistics for the field "Recruited Children", I determined that 170 children were recruited by the Guerrilla between 1989 and 1996. (Image I)

Image I. Total children recruited by guerrilla (1989 - 1996).

2nd Degree landlocked

After filtering the Forced Displacement events to the 2005 -2014 period.

I sorted descending the records based on the "Number of Displaced" field. (Image II)

Image II. Sort Descending for Number of Displaced.

And as result, the "" municipality was identified as the municipality with the most displaced cases. (Image III)

Image III. Buenaventura Municipality with 174,469 displacement cases.

Then, using the "Find Existing Locations" tool (Image IV), I determined the


Image IV. Find Existing Locations tool configuration for 1st degree land locked municipalities.


Additionally, with the same tool (Image V), I determined the.


Image V. Find Existing Locations tool configuration for 2nd degree land locked municipalities.


Finally, using the "" tool (Image VI), I determined the distances from Buenaventura to the 2nd Degree land-locked Municipalities.


Image VI. Find Nearest tool configuration.


As result, using the field statistics for the "Straight Line Distance" field, the average distance is 28.75 km. (Image VII)

Image VII. Average distance from Buenaventura municipality to 2nd degree land locked municipalities.

Bogotá Displacement

For this question, the "Forced Displacement 1980 - 2014" layer was filtered to display just Bogotá data. (Map II)

Map II. Bogotá Forced Displacements.

And then. using the field statistics for the "Number of Displaced" field, I determined that the total of displaced people in Bogotá was 9,882. (Image VII)

Image VII. Field Statistics for Number of Displaced in Bogotá (1980 -2014)

Aggregation Web Map

For this task, I applied first the heat mat symbology to the Children Recruitment (1980 - 2014). As you can see in the swipe below, when having the point with counts and amount symbology (Map III - Right), the data may be confusing, and is not easy to infer spatial relationships. However, when using the dynamic heat symbology (Map III - Left), the time spatial relationships are visualized with no effort. Specifically, in the Colombian context, we can observe that the central and western municipalities have been mostly victims of child recruitment.

Map III. Children Recruitment map with heat symbology swipe.

Furthermore, you can extract additional relationships by combining heat maps with regular feature layers. In this case, we added the Forced Displacement layer, to overlay the heat map (Map IV). As result, we can evidence a direct relationship between the municipality's victims of forced displacement and the number of children recruited.

Map IV. Children Recruitment with heat symbology overlaid with the numner of displacements.

Conclusions

In this Lab, we explored several ways in which selection and aggregation can improve not only the way the data is presented to the end-user, but more importantly, the relationships that can be extracted with the received data.

Usually when we are working with any data or table, and we do not find the relationships/phenomena we are looking for, we search for more data and layers that may contain that information. However, as we demonstrated, those same relationships can be created directly from the raw data with less time and resources consumed. In the Colombian scenario, through selection and aggregation processes, a direct relationship between forced displacement and child recruitment was shown.

In conclusion, the data aggregation and selection processes must not be optional but mandatory. They have to be performed as the initial exploratory phase for unlocking all the data potential and improving data relationships.

Felipe Camacho Hurtado - CDE Copernicus Master In Digital Earth (Oct 2022)

Image I. Total children recruited by guerrilla (1989 - 1996).

Image VII. Field Statistics for Number of Displaced in Bogotá (1980 -2014)

Image II. Sort Descending for Number of Displaced.

Image III. Buenaventura Municipality with 174,469 displacement cases.

Image IV. Find Existing Locations tool configuration for 1st degree land locked municipalities.

Image V. Find Existing Locations tool configuration for 2nd degree land locked municipalities.

Image VI. Find Nearest tool configuration.

Image VII. Average distance from Buenaventura municipality to 2nd degree land locked municipalities.