Skip to content

Data visualisation in DigiKAR

Goals and challenges

The DigiKAR geo-humanities project (Digital Map Lap Holy Roman Empire) is an interdisciplinary and international project led by the Institute of European History in Mainz and funded by the German Leibniz Association from 2021 to 2024. It questions established visual representations of a historical space whose legal and political complexity is only insufficiently captured through polygons and line-oriented maps with narrow thematic foci. As a fractured yet interwoven territory, the Holy Roman Empire and its individual, often overlapping or contested regions require multi-modal and multi-perspective visualizations. By proto-typically tracing human, material, and ideational border-crossings and competing spatial conceptions, the project addresses the central challenges of both traditional imperial historiography and digital historical research.

One primary focus of DigiKAR is to understand data visualisations as both explorational and educational tools. Our approach to (geo)visualisations is marked by the following four statements:

  • adaptive and tailored visualisations (in the plural) – not a single visualisation
  • visualisations throught the project – not only at the end of the project
  • visualisations by students and experts alike
  • visualisations on various levels of complexity

Bringing together interdisciplinary researchers as well as heritage professionals and students, the DigiKAR project uses maps for high-level data evaluation, data cleaning, a critical reflection on our own research biases, and as tools to highlight developments and alternative views of our data. At a later stage, more elaborate visualizations as tools of science communication will follow.

slide with map

The image gives an example of a static map created for DigiKAR: In this map, lines are connecting early modern migrants’ places of birth with places where birth or apprenticeship letters were issued. These letters are the early modern versions of passports and other certificates. The spatial data behind this map came from early modern manuscript records kept at the City Archives in Mainz, Germany.

Some metadata had already been digitized, other data were collected by a team of MA students who transcribed letters from scratch. The visualization displayed here was created by MA student Maximilian Michel and helped us understand the often impressive distances across which early modern agents would relocate for private or professional reasons.

Visualisation as storytelling

slide with screenshot

Overall, we view visualizations as a storytelling device on two levels. On the one hand, maps help us to tell history from different perspectives and to make “gaps” and ambiguities visible. On the other hand, visualizations tell the story of our research process and make (changing) research questions transparent.

The slide on the left gives an example of the narrative embedding of visualizations in our project. The DigiKAR pilot project “Early modern birth letters from Mainz”, which we completed in August 2021, combines a digital edition of multi-lingual text sources, different maps, and academic content. A second mapping experiment, carried out with MA students of history in 2022, covers the professional biographies of high-ranking clerics in the Prince-Archbishopric of Mainz.

slide with experiments

All in all, the process of creating visualizations such as maps for historical research projects is like an iceberg. The visual output is only the uppermost part. Also, historians cannot rely on just one tool or methodology. Sources must constantly be analyzed in comparison with others, including sources of entirely different genres. This also requires seeing abstract structures in text and reading historic maps as narratives. Visualizations we create are hardly ever final but reflect work in progress. This is why the DigiKAR project shares data tables, scripts and exemplary visualizations on GITHUB where they can be easily updated and versioned. At the same time, we want our data to be inter-operable and open for re-use, which is why we apply established data models whenever possible. Beyond the specific research questions of the DigiKAR project, we intend our data modelling and visualization efforts to serve as samples for similar humanities projects. As explained in this presentation, our maps are not primarily research output but flexible tools of exploration. Moreover, experienced historians, as well as students and interns, benefit from making maps themselves as it challenges them to name uncertainties and ambiguities in their research data.

What data are being visualised in DigiKAR?

The data that we visualise in DigiKAR is – similar to many other historical projects – highly fragmented and come from various sources. First of all, we work with spatial data extracted from textual (narrative) early modern sources (both in the form of archival manuscripts and printed books). Secondly, we work with spatial data extracted from early modern maps (using OCR technology for identifying place names). Thirdly, we are re-using historical spatial data originally gathered by historians in previous decades (some of which have already been digitised and made available via APIs).

The workflow in our project includes 6 main steps:

  • semi-automated data collection in spreadsheets (using Python for web-scraping)
  • semi-automated data normalisation and data cleaning
  • geocoding with Google and Open Street Map APIs (incl. manual corrections)
  • preliminary, experimental geo-visualisations in QGIS
  • import of consolidated data into Metaphacts (graph database) and/or a relational GIS database
  • advanced data queries and advanced visualisations created by the cartography team at IfL Leipzig

(Automated) geocoding

INFO

This part of the documentation is still missing. Add link to Monika’s blogpost here!

What do we consider “base maps”?

The DigiKAR team have given a lot of thought to the basemaps used for the sample visualisations. While modern maps including infrastructures and major settlements generally offer users the best spatial orientation, those maps raise many problems from a historiographical perspective. Our final decision is to work with a simple geographical map on which we project some of the most important early modern cities as the standard base map. We deliberately avoid topographic maps that include additional geological information on heights and distances. Other maps are then used as optional backgrounds, including georeferenced versions of research maps of the Holy Roman Empire and its territories.

Interpolating “territories” as Voronoi polygones

INFO

This part of the documentation is still missing. It should briefly explain the method of creating Voronoi polygones based on properties of places for the Holy Roman Empire and its territories.