The Mudbrick Project is a digital archaeology initiative developed by students from the University of Amsterdam that assesses the impact of modern human disturbances on the preservation of tombs and graves across Cyprus. Using Geographic Information Systems (GIS) and spatial proximity analysis, the project integrates archaeological site data with land cover information to evaluate how factors such as urbanization, agricultural activity, and infrastructure development influence site vulnerability.
The periods considered in this project are:
During the Hellenistic period, Cyprus came under the influence of the successors of Alexander the Great, leading to increased urbanization, the spread of Greek culture, and the development of new settlements and burial practices. This period is characterized by the expansion of cities and the establishment of organized necropoleis.
Following this, Cyprus became part of the Roman Empire, bringing further changes in administration, infrastructure, and daily life. The Roman period is associated with the development of road networks, economic integration into the wider empire, and continued use and adaptation of existing burial sites. In many cases, earlier tombs were reused or modified during this time, which contributes to the complexity of dating archaeological sites.
To analyse the dataset, we combined GIS processing (QGIS) with spreadsheet analysis (Excel).
First, the attribute table from QGIS was exported as a CSV file and opened in Excel. Most of the analysis was then carried out in Excel, while QGIS was used to visually check patterns and confirm spatial accuracy.
The original dataset contained 940 individual tombs and necropoleis. However, because multiple tombs can belong to the same site, we merged the data into site-level records. This reduced the dataset to 439 sites. After cleaning the data and removing highly urban locations, the final dataset used for analysis contained 312 sites.
The original dataset includes location uncertainty of up to ±100 metres due to older excavation records. In some cases, sites were placed at the centre of a town rather than their exact location.
To account for this:
A total of 127 sites were removed during this step.
To simplify interpretation, we grouped sites into urbanisation categories based on the percentage of built-up land (urban + infrastructure).
| Built-up % | Category |
|---|---|
| > 60% | Clearly urbanized |
| 40–60% | Strongly developed |
| 20–40% | Moderately developed |
| 10–20% | Limited built-up |
| < 10% | Not urbanized |
To compare sites more easily, we converted land-use percentages into a point-based score.
Each land-use type was weighted based on its assumed impact:
| Land Use | Weight |
|---|---|
| Urban | 3 |
| Infrastructure | 2 |
| Agriculture | 1 |
| Archaeological | 0 |
| Not classified | 0 |
The total score for each site was calculated using:
Points = (Agriculture × 100 × 1) + (Infrastructure × 100 × 2) + (Urban × 100 × 3)
The maximum possible score is 300 (100% urban).
We grouped sites into three risk levels based on their average score:
| Points | Risk Category |
|---|---|
| < 74 | Below median risk |
| 74–99 | Above median risk |
| > 99 | Strongly above median risk |
Very few sites are free from modern land-use pressure:
We analysed which land-use type covers the largest area around each site.
| Dominant Land Use | 500 m | 250 m |
|---|---|---|
| Agriculture | 133 | 135 |
| Infrastructure | 1 | 1 |
| Urban | 1 | 2 |
| Not classified | 21 | 18 |
Agriculture is the most widespread factor, even though it has the lowest weight in the scoring system.
Most sites fall into:
| Category | Hellenistic | H + R | Roman |
|---|---|---|---|
| Clearly urban | 1 | 0 | 2 |
| Strongly urban | 3 | 0 | 3 |
| Moderately developed | 14 | 18 | 20 |
| Limited built-up | 40 | 26 | 27 |
| Not urbanized | 73 | 33 | 52 |
Overall:
This analysis provides a broad, landscape-level view of risk. It highlights patterns of exposure rather than identifying specific cases of immediate damage.
The Mudbrick Project aligns with the principles of open science. As part of this approach, the complete dataset used in this study, including all associated metadata, is fully available to the public through the link provided below.
github.com/joaomessiah/project_mudbrickWe would like to express our sincere gratitude to our professors, Dries Daems and Philip Verhagen, for their guidance and support throughout this course. Their insights and feedback were essential in shaping the development of this project.
We also extend our special thanks to Vasiliki Lysandrou, Demetrios Michaelides, and Athos Agapiou for providing the indispensable dataset on tombs and necropoleis of Cyprus, which constituted a fundamental component of this research.