// Data visualisation: Generating maps with ESPON mapkit and open data

Slides:



Advertisements
Similar presentations
Importing GPS Data Lecture 13. EasyGPS  Free software for downloading waypoints  EasyGPS ( EasyGPS  Free software for downloading.
Advertisements

Intro to ArcGIS for New Users. ArcGIS Desktop Advanced GeoprocessingArcInfo ArcReader Data Access Map Viewing Query Advanced EditingArcEditor ArcView.
Pasewark & Pasewark 1 Word Lesson 7 Working with Documents Microsoft Office 2007: Introductory.
Word Lesson 7 Working with Documents
Microsoft Excel 2010 Chapter 7
Querying a Database Using the Select Query Window
19 th Advanced Summer School in Regional Science An introduction to GIS using ArcGIS.
Basics of thematic mapping in GIS (ArcMap) Kelly Clonts Presentation for UC Berkeley, D-Lab October 29 th, 2014.
Access Tutorial 8 Sharing, Integrating, and Analyzing Data
Chapter 2 Querying a Database
TrendReader Standard 2 This generation of TrendReader Standard software utilizes the more familiar Windows format (“tree”) views of functions and file.
ArcGIS Overview Lecture 1: Software Layer characteristics Thematic maps.
Importing your Own Data To display in GIS Lab 4a: (Table Join) Mapping By State, County, or Nation.
Credit Union National Association Installing and Uploading Project Zip Code.
Attributes in ArcGIS. ArcGIS Attributes FID – ESRI’s internal identifier Shape – Actual spatial data.
CIS 338: Using Queries in Access as a RecordSource Dr. Ralph D. Westfall May, 2011.
An Internet of Things: People, Processes, and Products in the Spotfire Cloud Library Dr. Brand Niemann Director and Senior Data Scientist/Data Journalist.
Chapter 7 Creating Templates, Importing Data, and Working with SmartArt, Images, and Screen Shots Microsoft Excel 2013.
Exposure Mapping Assistance Workshop - April Kingstown St. Vincent and the Grenadines Eduardo Mattenet Consultant 2013 Navigating with QGIS 1.
Essex Insight Introduction to Essex Insight Training Guide Source: Research and Analysis Unit v4.
Chapter 5 Using a Template to Create a Resume and Sharing a Finished Document Microsoft Word 2013.
NVivo Software – A Qualitative Research
AEM Digital Asset Management - DAM Author : Nagavardhan
A step-by-Step Guide For labels or merges
Spreadsheet Manager Training Module
Excel as a Tool to Troubleshoot SIS Data for EMIS Reporting
Using Macros, Switchboards, PivotTables, and PivotCharts
Creating Custom Reports, Macros, and Switchboards
Understand Charts and SmartArt Graphics
Endnote Part I.
GO! with Microsoft Office 2016
The IPT user interface and data quality tools
LMEvents SharePoint Portal How-to Guide
WOCAT Mapping methodology
GO! with Microsoft Access 2016
John Bordsen Technology Trainer Gail Borden Public Library District
Upgrading To PowerPoint 2007.
Test Information Distribution Engine (TIDE)
Microsoft Excel 2007 – Level 1
BIOL 347: Microbiology Exploring The Geographic Information Systems (GIS) Applications for Health Science Dr. Maruthi Sridhar B. Bhaskar Department of.
Preliminaries: -- vector, raster, shapefiles, feature classes.
Macrosystems EDDIE: Getting Started + Troubleshooting Tips
Exporting & Formatting Budgets from NextGen o Excel
Creating Database Tables
Exploring Microsoft® Access® 2016 Series Editor Mary Anne Poatsy
MODULE 7 Microsoft Access 2010
ENDNOTE Software – The Basics
More about Databases.
Managing Rosters Screener Training Module Module 5
Preparing raster files for Condatis
Access Tutorial 8 Sharing, Integrating, and Analyzing Data
Microsoft Official Academic Course, Access 2016
Electronic Field Study Advanced User Training
Learning the Basics of ArcMap 3.3 Updated 4/27/2010
Microsoft PowerPoint 2007 – Unit 2
The process behind making a good thematic map
The process behind making a good thematic map
Rocco Panciera - UNICEF
Manipulating and Sharing Data in a Database
QGIS, the data model, use and storage
Using the QGIS Layout Manager to create
Reference Management Software Tools Mendeley (Part A)
Shelly Cashman: Microsoft Word 2016
Guidelines for Microsoft® Office 2013
Sokna Sek – MOH/DPHI Leng Ing – MOH/DPHI Sat Chap – MOH/DPHI
Performing Calculations on Data
Unit J: Creating a Database
Tutorial 8 Sharing, Integrating, and Analyzing Data
MODULE 5: CREATING GOOD THEMATIC MAPS
Presentation transcript:

// Data visualisation: Generating maps with ESPON mapkit and open data PowerPoint template 16:9

Excercise Analysing Foreign Direct Investments to European regions PowerPoint template 16:9 7/5/2019

Context ESPON study: The World in Europe: Global FDI Flows towards Europe Provides recommendations that could support regions and cities in their positioning and defining their policies towards receiving FDI, as well as integrating the attraction of foreign firms in regional development strategies by focusing on: FDI patterns & trends Factors for attracting FDI Relevance for regional growth, competitiveness and disparities Policy responses PowerPoint template 16:9 7/5/2019

Context PowerPoint template 16:9 7/5/2019

Context PowerPoint template 16:9 7/5/2019

Scenario for excercise I The study provides information of the FDI inflows to NUTS3 regions cumulatively for the periods for 2003 – 2009 and 2010 – 2015. We are interested in understanding the the size of the average annual investments over the period 2010 – 2015 in per capita, in order to compare the attractiveness of investments among groups of regions with different population size. PowerPoint template 16:9 7/5/2019

Downloading the data from ESPON Database Portal PowerPoint template 16:9 7/5/2019

What do we need? FDI deal values. Population data for normalisation. Normalisation is transforming a set of data so that they may be compared in a meaningful way.  PowerPoint template 16:9 7/5/2019

Find FDI data by project, keyword or theme PowerPoint template 16:9 7/5/2019

Find population data by keyword or theme PowerPoint template 16:9 7/5/2019

Preparing the data for mapping 2 Preparing the data for mapping PowerPoint template 16:9 7/5/2019

Text delimited or shape format? Shape format has geometries, administrative codes as well as statistical attributes. Text delimited file has administrative codes and statistical attributes. Shape formats from ESPON database portal are ready for spatial analysis and mapping. Text delimited data needs to be joined with shapes first. Both types of data allows to associate records in one table with records in another table through a common field, known as a key. Most common key in spatial data analysis is code for administrative units. In the EU level statistics, this is regulated by the NUTS regulation. While it is easier to prepare data (add/subtract/multiply/divide) cells/rows/columns in excel type spreadsheet application, than in QGIS, we will use text delimited data for our exercise. PowerPoint template 16:9 7/5/2019

Preparing the data Save the data in a work folder where we can easily access it. Make copies so you can always easily backtrack your steps or restart the analysis. Open and explore the data and the metadata. Identify relevant columns such as the key and attributes. Clean up the dataset, and keep only the key and the relevant attributes for easier navigation. FDI Population Use VLOOKUP or similar functions to join different tables using the key when working with spreadsheets.  PowerPoint template 16:9 7/5/2019

Using VLOOKUP in Excel to combine tables Open the FDI table. Click on cell D2. Enter the formula =VLOOKUP(A2,'ind_314_pop_t_ data copy.csv'!$A:$B,2,FALSE). Expand the formula. Save as new table “fdi inh” PowerPoint template 16:9 7/5/2019

Make the necessary calculations Open the FDI table Multiply FDI values by 1000 (values, population values and metadata). Calculate FDI per inhabitant in a year by dividing PowerPoint template 16:9 7/5/2019

TIP: pay attention to auto formatting of cells in Excel.  When opening a data table in Excel, pay attention to the auto formatting of cells. Excel by default tends to convert information that it recognises as a date to date. Therefore, 1 German NUTS2 and 6 NUTS3 regions will be converted into date, which you need to manually correct again. Insert the correct codes Set the type for the cells as Text. PowerPoint template 16:9 7/5/2019

Explore QGIS and the MapKit 3 Explore QGIS and the MapKit PowerPoint template 16:9 7/5/2019

ESPON Public MapKit - why to use it? Free & open source map template with predesigned layout. Quick and easy way to get into mapping without prior extensive knowledge about coordination systems, projections, etc. A large variety of spatial data with creative commons license. Easy to use with both new and old data. PowerPoint template 16:9 7/5/2019

QGIS- why to use it? QGIS is a user friendly Open Source Geographic Information System (GIS) licensed under the GNU General Public License. QGIS is an official project of the Open Source Geospatial Foundation (OSGeo). It runs on Linux, Unix, Mac OSX, Windows and Android and supports numerous vector, raster, and database formats and functionalities. https://qgis.org/ PowerPoint template 16:9 7/5/2019

Download and open the ESPON Public MapKit Download the ESPON Public MapKit from the resource section of the ESPON Database. Open QGIS Desktop. Click on Project - Open – and locate the ESPON Public MapKit QGIS project file. Alternatively, locate the ESPON Public MapKit file and open it from the folder. PowerPoint template 16:9 7/5/2019

Explore the MapKit and QGIS: Data view Data view (default) for analysis Layer tree for navigation (right click) Open Attribute Table – view data Duplicate layer Properties Source fields – type of data Join – joining tables Symbology – visualising data PowerPoint template 16:9 7/5/2019

Explore the MapKit and QGIS: Data view Data view (default) for analysis Top menu Add layer – adding additional data Add vector layer – add shapes Add Delimited Text layer – add data tables Processing Toolbox – powerful GIS tools Refactor tool – change attribute type PowerPoint template 16:9 7/5/2019

Explore the MapKit and QGIS: Layout view Layout view for publishing Top menu Project – Layout – mapkit PowerPoint template 16:9 7/5/2019

4 Joining data in QGIS PowerPoint template 16:9 7/5/2019

Add layer Data view (default) for analysis Top menu Add layer – adding additional data Add Delimited Text layer – add data tables PowerPoint template 16:9 7/5/2019

Add Layer (Delimited Text) Browse the file fdi inh.csv and import under File name - ... Find Tick the box No Geometry under the Geometry Definition Click Add. Layer is now visible in Layer tree. PowerPoint template 16:9 7/5/2019

View attributes Right click on the layer fdi inh Click on Open Attribute Table Browse column tunit_code (key for joining) Browse column fdi inh y (this we map) Data type looks like String! Should be Double! PowerPoint template 16:9 7/5/2019

Prepare for join – right data type Correct the data type if necessary Check data types – Layer tree – Right click - Properties - Source fields Data for mapping should not text PowerPoint template 16:9 7/5/2019

Prepare for join – change type Top Menu - Processing Check data types – Layer tree – Right click - Properties - Toolbox Search for Refactor tool – change attribute type to Double. Click Run. New layer is added ”Refactored” This layer will be used for Join. PowerPoint template 16:9 7/5/2019

Prepare for join – Check NUTS version Open the data download zip for the data you downloaded and intend to display. Open metadata PDF. Check for NUTS version (2006/2010/2013/2016) and level. Identify which shape file corresponds to that NUTS version and level in the Layer Tree. PowerPoint template 16:9 7/5/2019

Tip: Duplicate layers you plan to modify It is always good to make a copy of a layer you plan to modify. This way you can easily go restore the default starting point before the analysis. Find the layer you want to modify Right click on it Select ”duplicate layer” PowerPoint template 16:9 7/5/2019

View attribute tables Check also attribute layer for the shape file prior to join. PowerPoint template 16:9 7/5/2019

Join Data Right Click on Properties on the NUTS-version2013-level 3 layer in the Layer Tree. Click on Join. Click on Plus Symbol. Select the data table Refactored. Select the join key - NUTS3 code - for both datasets. Click on Ok. PowerPoint template 16:9 7/5/2019

View attribute table to confirm the join PowerPoint template 16:9 7/5/2019

5 Displaying the data PowerPoint template 16:9 7/5/2019

Display the data Right Click on Properties on the NUTS-version2013-level 3 layer in the Layer Tree. Click on Symbology. Click on Graduated. Select the data column fdy inh y. Select the Natural Breaks - for Classification. Pick 10 Classes. Select 0 for the first class value and untick the box. Click Ok. PowerPoint template 16:9 7/5/2019

Finalising layout for publishing 6 Finalising layout for publishing PowerPoint template 16:9 7/5/2019

Display the map in layout view Layout view for publishing Top menu Project – Layout – mapkit PowerPoint template 16:9 7/5/2019

Create and customise legend, title & metainfo PowerPoint template 16:9 7/5/2019

Export as PDF PowerPoint template 16:9 7/5/2019

// Thank you Martin Gauk, ESPON EGTC, martin. gauk@espon // Thank you Martin Gauk, ESPON EGTC, martin.gauk@espon.eu This presentation will be made available at: www.espon.eu