# What type of visualisation?

Although many of the examples in this guide are static jpg maps there are many different types of visuals that you could use to show the information you are given. It is important to chose the most appropriate format to answer the question(s) and the one that will make it easiest for them to make their decisions. Here is a quick guide to the different formats using the same data to start with.

## Maps

Great for understanding spatial data - where was the earthquake, where are the affected people, where are nearest water points to the camp? The map will show you the geographic scope and scale of a disaster and of the response. It will help users understand if the response is focused on one area when there might be other locations and people affected to. So any time the question has *where* in it start to think about a map.

There are two basic formats of maps - static and web maps.

### Static maps

<figure><img src="/files/jfCYxSQGgDzEKfJkH0yG" alt=""><figcaption></figcaption></figure>

These are the traditional paper based maps where the information shown is reasonably limited. Field workers like them because they can be printed out, written and drawn on and kept in your pocket. Headquarters like them because they can be added to reports and presentations. They do however lack the ability for a lot of interaction, able to add additional data or do detailed and complex analysis. They are normally produced using GIS desktop tools such as ArcGIS or QGIS and require a certain amount of technical skill and knowledge.

### Web maps

These are online maps and much more common these days and we have been using them more in our everyday lives as the internet and mobile phones have developed. They allow for more complex interaction from zooming and panning around at different scales, to route finding and searching, to switch layers of data on or off, adding additional layers of data and performing complex analysis.

{% embed url="<https://plotly.com/~masims/5/>" %}

They are more complex in nature to setup and require a greater level of support including web hosting, data management and more often than not the internet. There is the ability to for web maps to have close-to- or near-realtime data fed to them. There are numerous online tools that you may have used day to day such as Google Maps and Google Earth to more complex web tools such as Mapbox, Leaflet and ArcGIS Online. They require technical skill and knowledge, a way of hosting and publishing them.

## Other visuals

There are other formats beyond a map and can be equally valid formats to use.

### Tables

Tables allow for reporting of text and numbers where precision is needed. Think about the layout of the table and consider sorting the data rows into something meaningful. i.e. if the table is to show the top five priorities of the affected population, sort the table so that the highest priority is shown first. You can use a spreadsheet or word document to produce a table.

<figure><img src="/files/x5dHCamqQHaRP4V2PWqc" alt=""><figcaption></figcaption></figure>

### Charts and graphs

There are many types of charts and graphs and most of us will be familiar with bar and pie charts. They are good at showing the relationships and trends of data. They are an easy way to convey data in visual way if done well. Aim to keep them as simple as possible with minimal categorisation. Look to highlight the trends and relationships. Spreadsheet tools such as Excel and Google Sheets allow for graphs and charts to produced, or you can use more complex coding tools such as D3.js and Chart.js for more complex, data driven, interactive versions.

<figure><img src="/files/KpUs4TZGWsEVfdbTlvTJ" alt=""><figcaption></figcaption></figure>

### Infographics

A combination of words, graphs, maps and other graphics, infographics aim to provide the user with information quickly and easily. They take time to design and create and most likely be done away from the hustle and bustle of a busy coordination centre. You can generate these using a variety of tools (excel, word, powerpoint) to produce the individual elements before adding the all into a single graphic or use tools like Adobe Illustrator to generate it all in one place.

<figure><img src="/files/ah22tdM84wIgnOb3g0Ct" alt=""><figcaption></figcaption></figure>

### Dashboards

More often than not these are online and provides an up to date summary of indicators and act as a progress report of what is going on in a response. They may contain tables, charts and graphs and maps. They can be fed information close-to- or near realtime so that they are always current. There are a variety of dashboard tools such as Tableau, PowerBi and Google Data Studio.

{% embed url="<https://lookerstudio.google.com/s/u61oKAEcYTs>" %}


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://guides.mapaction.org/gis-and-information-managment/what-type-of-visualisation.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
