Skip to content

Reading and visualizing geo annotated data

Gabriel Bodard edited this page Jun 29, 2017 · 8 revisions

Date: Thursday, June 29, 2017, 17h00-18h15 (CEST time)

Session coordinators: Chiara Palladino (University of Leipzig/University of Bari), Valeria Vitale (Institute of Classical Studies), and Marcel Mernitz (University of Leipzig)

YouTube link: https://www.youtube.com/watch?v=3C3dIRo57Gk

Slides: https://docs.google.com/presentation/d/1mnr9CyDHJVITu4twKIOmQoqjsf93kfzkvtaPbE506hQ/edit?usp=sharing


Summary

The session aims to give an overview on the tools and applications for the visualization of spatial data retrieved from textual annotations. We will briefly recall the process of Geo-Annotation from the previous session (https://github.com/SunoikisisDC/SunoikisisDC-2016-2017/wiki/Geo-annotation), and show the first immediate visualization of the annotations on the map provided by Recogito, its functions and the type of research that can be performed through it. Then, we will show the various export options for further research and illustrate how to use them in separate GIS-applications: we will especially focus on QGIS, but will also give a general outline of Carto.com and a list of further tools of similar usage. The session will also give an outlook at further applications based on geo-annotated resources and Linked Open Data, and discuss how Geo-Data are combined through LOD technologies, enabling map-based research across several resources, databases, texts. To show how this can be achieved, we will present the in-development tool Peripleo.

Outline

  • Introduction: Overview of past session on Geo-Annotation
  • Geo-Annotation applied to a concrete case: how to visualize the Recogito Map on the Athenian Tribute Lists
  • Various geo-data formats: KML, GeoJSON, CSV.
  • LOD Applications from Geo-Annotated data: Peripleo
  • QGIS Tutorial and applications for visualizing geo-annotated texts
  • Overview on further applications: Carto.com *Exercise and questions

Required readings

Further readings

Further references

If you are interested in finding a more suitable application for your particular research purposes or project, try one of the following. All of these applications are essentially open source (some of them have licensed additional features), and require different skill sets (e.g. javascript, familiarity with various geodata formats, etc.). Except for Google Earth and Neatline, which you can download on your computer or server, all of these are web-based applications.

Other resources

Exercise: Representing a dataset on QGIS

(This tutorial is intended to give a flavour of the potential of Recogito download data within a GIS system. It is not intended to be exhaustive or specific to QGIS.)

For this project, you can either use your own annotations on Recogito or choose one of these predefined datasets:

  1. If necessary, download and install QGIS
  2. Download your chosen CSV or KML file
  3. Within QGIS, activate the OpenLayers and Qgis2threejs plugins and ensure they are up to date.
  4. Add base layer:
  5. Create a New Project in QGIS. (Project | New )
  6. Change the canvas unit to metres (Project | Project Properties…)
  7. Add an aerial base layer map (Web | OpenLayers plugin | Layer map of your choice, e.g. Google Satellite)
  • Load data:
  1. Add a csv file to the project (Layer | Add Delimited Text Layer…)
  2. Select the file and ensure the delimiters are set correctly. Recogito files generally have ; (semi-column) set as delimiter, so remember to set it correctly; if you are using Trismegistos file, they have tabular (tab) delimiters instead.
  3. The first line in the preview should have field names and the x and y values should represent longitude (E-W) and latitude (N-S) respectively.
  4. Select EPSG:4326 CRS system. You should now see the places on the map.
  5. If you chose a KML file, remember to select the format properly in the window and follow the rest of the instructions.
  • Symbolize the data.
  1. Double-click the layer (or right-click| properties)
  2. In the Labels tab select Label this Layer with, and select the toponym field
  3. In the Style tab, change the Single Symbol drop down menu to Categorized.
  4. Under Column select any feature of your interest. For example, if you are working on the Roman Amphitheaters, select “type”; later on, you can add other features, such as “province”, or “chronogrp” (chronological group), etc.
  5. Click Classify. You will now see that each kind of feature has been assigned a color. QGIS cannot separate out features so you will need to color-code multiple entries the same, or you can use filtering to create individual layers for each type of feature.
  6. Choose an individual feature class and change it by double-clicking on the symbol or selecting change. You can change multiple features at once.
  7. Try representing different categories in different styles. Experiment with different combinations of colour and shape.
  8. Visualize the results. How do they contribute to your understanding of the data?
Clone this wiki locally