Motivation to do Track 02: Maps to visualize big data
Theme: the objective of this track is to show how to employ maps to fastly detect patterns and give insights from a database.
Eight spatial data visualization can be used to see geographical patterns in data:
Basic Choropleth: This is a standard approach for plotting data on a map. The approach should always follow rates and not totals and use sensible base geography.
Proportional Symbol: Opposite to basic choropleth, this visualization shows totals rather than rates. It is difficult to see small data variations in this map.
Flow Map: This data visualization can illustrate unambiguous movement across a map.
Contour Map: This map shows areas of equal value. You can use deviation color schemes to show positive and negative values.
Equalized Cartogram: This visualization transforms each unit on a map to a regular and equally-sized shape. You can easily visualize political data, such as by representing voting regions with an equal share.
Scaled Cartogram: In the case of large data values, this map can help you scale (Stretch and shrink) according to a particular value.
Dot Density: This map is Used to plot the location of individual events. You would need to annotate patterns that you want the readers to see.
Heat Map: Grid-based data values mapped with an intensity color scale. As choropleth map – but not snapped to an admin/political unit.
This learning path is designed to develop three skills:
Learn how to draw an interactive world map with some data.
Learn how to couple the values of some features of the countries to the intensity of colors employed for each country on the map.
Employ the concept of mirror statistics to fill each country on the map with importation and exploration data.
The next links will help in this learning journey. Have a good learning journey.
The journey map of Track 02
Badges
Canada Data
Read XLSX
Read GeoJson
Data Clean
Python LVL 2
STATS & PROB 1
MAPS LVL 1
MAPS LVL 2
1. Read, clean, and prepare data to build maps
1.1. Create your first choropleth world map
1.2. Create dictionaries: JSON and GeoJSON
1.3. Read and clean immigration data
2. Problem & Solution
2.1. Fusion of GeoJson and immigration data
2.2. Create your first map with pinpoints
2.3. Using WITS data to build a bar graph
2.4. Insert a bar graph in a pinpoint map
2.5. Obtaining the risk of each country
1. Concepts & Definitions
2. Problem & Solution