(1) Overview

Repository location

https://zenodo.org/record/4583802

Context

Maritime piracy, defined by the International Maritime Bureau (IMB) as “any act of boarding or attempting to board any ship with the apparent intent or capability to use force in the furtherance of the act”, has, throughout history, plagued sea users and coastal nations (). To better understand this current predicament, pirate attack incidences in recent years can be seen in Supplementary Figure 1, which gives a decade separated visualisation of pirate attacks off the eastern coast of Africa. It was reported that in 2010 the global cost of piracy was at least $7 to $12 billion dollars per year when taking into account associated costs, such as ransoms and insurance premiums (). The human cost is also high with seafarers being exposed to a variety of psychological and physical dangers. In 2010, 1,090 seafarers were taken hostage, for an average duration of five months, with 488 suffering physical abuse such as deprivation of food and torture, along with psychological abuse including solitary confinement and mock executions ().

There are a number of organisations who focus on this issue: the most prominent of them is the International Chamber of Commerce, which represents 45 million companies from over 100 countries as well as international organisations such as the United Nations and World Trade Organization (). A division of the ICC is the Commercial Crime Services (CCS) whose task is combating commercial crime (). A division of the CCS is the IMB which, in turn, set up the IMB Piracy Reporting Centre (PRC), which acts as a point of contact and immediate notifier of piracy activities, in 1992 (; ).

This work was completed as part of course work for the Master of Applied Data Science at the University of Canterbury.

(2) Methods

Steps

1: Sourcing, Tidying, and Enhancing Piracy Attack Dataset

Piracy attack data, from 1993 to 2014, was sourced from a dataset published by Daxecker & Prins (), who had sourced the data from the IMB. Data from 2014 to 2020 was web scraped from the IMB website () using Julia ().

The 1993 to 2014 data cleaning process conformed with tidy data principles (). Dummy columns, re-coded variables, and dependent columns were removed, and formatting errors were corrected using Julia, before being merged with the more recent data from 2014.

The distance of each pirate attack to the nearest coast for each entry in the dataset was calculated by loading every point on the world’s coastline from the Natural Earth Coastline shapefile () into a vantage-point tree data structure (), provided by the Julia VPTree library, and doing a nearest neighbour search from the attack location to the nearest point in the tree.

Using shapefiles provided by Marine Regions (), we were able to compute the nearest country from each pirate attack as well as whose coastal waters and Exclusive Economic Zone (EEZ) each attack occurred in, if any. These calculations were made using the 2020 boundaries.

Country names were wrangled using the R countrycode library () and converted to ISO 3166 country codes.

2: Creating the Historical Country Indicator Dataset

Eleven datasets were used to prepare the Historical Country Indicator dataset that contains eleven indicators for 217 countries over a 30-year period. Indicator data was collected from three sources:

  1. The World Bank (, , , , , , ): Unemployment Total % of Total Labour Force (modelled ILO estimate, collected from the International Labour Organization, ILOSTAT database), Intentional Homicides (per 100,000 people, collected from UN Office on Drugs and Crime’s International Homicide Statistics database), GDP (current US$, collected from World Bank national accounts data and OECD National Accounts data files), Total Fisheries Production (metric tons, collected from Food and Agriculture Organization), Total Armed Forces personnel (collected from International Institute for Strategic Studies, The Military Balance), Total Population (collected from (1) United Nations Population Division. World Population Prospects: 2019 Revision, (2) Census reports and other statistical publications from national statistical offices, (3) Eurostat: Demographic Statistics, (4) United Nations Statistical Division. Population and Vital Statistics Report (various years), (5) U.S. Census Bureau: International Database, and (6) Secretariat of the Pacific Community: Statistics and Demography Programme), and Industry Including Construction (collected from World Bank national accounts data, and OECD National Accounts data files).
  2. Transparency International (): Corruption Perceptions Index.
  3. UNU-WIDER (): Government Revenue Dataset.

As the datasets were collected from multiple sources with different specifications and structures, it was important to wrangle each sub-dataset into a tidy and unified format, to be compatible with the main pirate attack dataset, with missing values represented as “NA”.

The R countrycode library was used to check that English country names and country codes were consistent.

3: Creating the Country Code Dataset

A dataset of ISO 3166 country codes and English country names was developed with data from The World Bank () so that country codes and 217 countries used in the Historical Country Indicator and Pirate Attack datasets were consistent.

Thus, the creation of the relational database—Piracy Attacks Dataset (https://github.com/newzealandpaul/Maritime-Pirate-Attacks)—was realised with the structure depicted in Supplementary Figure 2.

Quality Control

As the Historical Country Indicator dataset is a combination of indicators by country and year from a number of different datasets, it was important that the information of each indicator came from a reliable source. The data was cross checked against the original sources to ensure accuracy. There are inherent biases in methodology of reporting of country indicators which could, potentially, lead to inaccuracies when comparing intra- and/or international data (; ; ). The Corruption Perception Index, for example, like other indexes of its type, are prone to inherent psychological biases which can have a real negative impact on the countries in question ().

Country name parsing was implemented carefully and, potentially, issues of consistency were automatically flagged for manual inspection.

Geospatial information calculations were checked using manual measurements using Google Earth satellite imagery. The accuracy of distance to shore was found to be within one kilometre, which we considered accurate enough, depending on the coastline resolution at different points in the shapefile.

Scraped web data was sampled and compared with the original website data to ensure accurate transcription.

(3) Dataset description

Object name

Maritime Pirate Attacks Dataset

Format names and versions

CSV files

Creation dates

3/2/2021

Language

English

License

Creative Commons Attribution-ShareAlike 4.0 International License

Repository name

Zenodo

Publication date

2021-03-04

(4) Reuse potential

There is reuse potential for (1) researchers, (2) anti-piracy organisations, and (3) corporations who use maritime transport to gain a deeper understanding of where, when, and why maritime piracy occurs and how best to combat against it. Research on piracy has, largely, focused on finding a relationship between one or more specific variables, such as state weakness and/or fisheries, and piracy attacks. Given that previous datasets for maritime piracy primarily included when and where pirate attacks occurred, but not these other variables, individuals or parties investigating piracy would have needed to input data or combine datasets. Therefore, our focus was to create a relational database that provides a more detailed array of data which includes multiple variables, such as GDP, and pirate attack data. As such, we broke reuse potential down into the three subgroups listed above.

The pirate attacks dataset and historical country indicator dataset can help researchers from a wide range of interests. They can assist researchers to gain better understanding of the pirate attacks in relation to a country or region’s socioeconomic or sociopolitical situation from an economics or politics perspective. Moreover, researchers who are interested in the motivation of pirate attacks or the social or psychological toll of piracy on the population could use these datasets to develop a deeper understanding of factors that could be associated with the attacks. Furthermore, more detailed data modelling could be done with these data to elucidate possible correlations, causations, and, even, prediction of pirate attacks.

The data would also be useful for anti-piracy organisations and commercial corporations. Having the focus of direct action against and prevention of piracy, anti-piracy organisations could use this data to model and thus, predict occurrences of piracy to help with safeguarding seafarers and protecting coastal communities, as well as the reduction of significant economic loss. For corporations who use maritime transport, whose focuses are protecting employees from attack or kidnapping and preventing economic loss, utilisation of this dataset could help to determine the safest shipping routes, which may change seasonally, depending on the local GDP or state strength, or when additional security is needed for vessels.

Additional files

The additional files for this article can be found as follows:

Supplementary Figure 1

Pirate attacks off the eastern coast of Africa. DOI: https://doi.org/10.5334/johd.39.s1

Supplementary Figure 2

Relational diagram of Maritime Pirate Attacks Dataset. DOI: https://doi.org/10.5334/johd.39.s2