vizlib: Using The Seven Stages of Visualization to Explore Population Trends and Processes in Local Authority Research

Size: px
Start display at page:

Download "vizlib: Using The Seven Stages of Visualization to Explore Population Trends and Processes in Local Authority Research"

Transcription

1 vizlib: Using The Seven Stages of Visualization to Explore Population Trends and Processes in Local Authority Research Robert Radburn, Jason Dykes, Jo Wood gicentre, School of Informatics, City University London, EC1V 0HB Telephone: +44 (0) , Fax: +44 (0) E: {sbbd476 jad7 W: {sbbd476 jad7 jwo} KEYWORDS: libraries, local authority, exploratory data analysis, visualization, Processing 1. Introduction We use data visualization to explore patterns in a large data set of library loans maintained by Leicestershire County Council (LCC). This work has resulted in hypotheses and insights that may influence policy. Such an approach is increasingly accessible to local authority researchers through high-level languages and toolkits including Processing (Fry and Reas, 2007), Prefuse (Heer et al., 2005) and ProtoVis (Heer & Bostock, 2009). Fry (2008) proposes a seven-stage process for manipulating and making sense of data from its acquisition through its visualization and ultimately to its interpretation. His model (Figure 1) is not rigid, but draws attention to the interdependencies between the various elements of the visual data analysis process. It may be useful as a framework for data visualization in local authorities. Figure 1: The Seven Stages of Visualization (Fry, 2004) The model structured our analysis and we use it here to describe data visualization with Fry s open set of software tools Processing (Fry, 2008) 1. This software sketchbook is being used in a variety of scientific domains to rapidly explore data with flexible interactive visualization prototypes (e.g. Meyer et al., 2009; Slingsby et al., 2009; Wood et al., in press). Before embarking on the seven stages of visualization, questions must be considered that are answerable with the data in hand: the more specific you can make your question, the more specific and clear the visual result will be (Fry, 2008.) We used the Leicestershire Library Services (LLS) TALIS database to address three questions pertinent to LLS: How does performance vary across the 54 libraries in Leicestershire? In which areas are the best customers living? Can the area you live in contribute to predictions of usage? 1

2 2. The Seven Stages of Data Visualization Stage 1. ACQUIRE Obtain the Data The TALIS database contains a rich spatio-temporal record of every item loaned from a Leicestershire library. Data were obtained for 435,000 active library users over a two-year period. Stage 2. PARSE Structure the Data Fry s approach diverts effort from database design into analytical sketching (Fry, 2008). Flat text files were produced from TALIS with a consistent structure for visual prototyping. Stage 3. FILTER Identify the Data of Interest Data quality checks where undertaken and personal data removed from records. Population weighted centroids and OAC (Vickers et al., 2005; Vickers and Rees, 2007) codes were added to output areas (OAs) - the geography used to consider the home locations of library members. Stage 4. MINE Methods to Uncover Patterns in the Data The recency / frequency marketing technique used in LCC to segment records into quintiles was applied to structure the data (Radburn et al., 2007). Members of each library were categorized into one of twenty-five recency / frequency (RF) combinations. Signed chi statistics were calculated for individual libraries and OAs in line with the research questions to relate observed numbers with values expected according to regional population weighted averages. Figure 2: Sketch produced with LLS marketing manager outlining ideas on how the data could be depicted and interrogated. Note RF matrices (bottom left).

3 Stage 5. REPRESENT Visual Model for the Data Processing is designed for small-scale visualization that can be rapidly modified as the process of visual enquiry progresses. It encourages an exploratory approach to data visualization as code that links graphical methods can be quickly configured and applied to text files that have been parsed, filtered and mined (Radburn et al., 2009). Understanding of the context in which LLS use their data was developed through sketching with paper and pencil (Figure 2). The ideas generated were rapidly incorporated into interactive Processing data sketches that loaded flat files generated as a result of the parsing, filtering and mining of the TALIS data (Figures 3-7). 3. Findings Various graphical techniques were developed in Processing to depict the filtered and mined data and combined with dynamic behaviours to interactively explore the three research questions: (i) In which areas are the best customers living? Spider plots LLS wanted to link library and customer (see Figure 2, top centre). Lines linking libraries with the home locations of particular groups of their users give an indication of how the different facilities compete. For example, many of the most frequent and recent users of Market Harborough library come from nearby villages containing libraries (Figure 3). Figure 3: Locations of Market Harborough library best users and competing village libraries. OAs are coloured with diverging RdBu scheme showing variation from expected membership levels given the regional proportions (red higher than expected, blue lower). Library locations are shown using British National Grid with symbol sizes representing number of registered users.

4 Figure 4: Spatial treemap of Leicestershire OAs with diverging RdBu scheme showing variation from expected membership (red higher than expected, blue lower). Library locations are shown using British National Grid with symbol sizes representing number of registered users. Users of Thurmaston library are highlighted. (ii) Can the area you live in contribute to predictions of usage? Spatial Treemaps These non-occluding space-filling layouts that preserve aspects of underlying geography (Wood and Dykes, 2008) may reveal subtle patterns in the data. Local variations in library performance became evident through these data rich views. These include lower numbers of members than expected in Thurmaston and subsequent consideration of possible explanations, more sophisticated modelling and local service provision (Figure 4).

5 Figure 5: RF plots for 54 Leicestershire libraries - fixed size spatial treemap where circle size represents number of registered users per library. Top - numbers of users with scaled global sequential YlOrBn scheme. Bottom - signed-chi statistic with global diverging RdBu scheme (red for higher than expected, blue for lower than expected).

6 (iii) How does performance vary across the 54 libraries in Leicestershire? RF / CHI matrix plots: A matrix showing users in recency (by column) / frequency (by row) quintiles for each library (Figure 5) met LLS needs (see Figure 2, bottom left). The most recent and frequent users are located at the top right of these RF plots (Novos, 2004). Considering RF plots for 54 libraries concurrently was deemed useful by LLS particularly with animated transitions between spatial and spatially ordered views (Radburn et al., 2009). Concurrently visualizing signed chi statistics (Figure 5, bottom) reveals high numbers of low recency users in some larger libraries (Melton, Coalville, Loughborough, Wigston) but not others (e.g. Hinckley). Loughborough has more lapsed frequent users than expected in red. Stage 6. REFINE Improve the Representation of the Data Feedback on the visualization process was very positive with the LLS Marketing Manager commenting on how large complex data can be fully interrogated with different views. The speed with which new avenues of analysis could be explored was impressive, vindicating the use of Processing as a technology. Functionality developed through iterative refinement included: Quartile plots concentric distances travelled by the 25%, 50% and 75% closest users (Figure 6) reveal that despite the long-legged spiders most citizens use their local library. Standard Ellipse summarizing point distributions and indicating the directional pattern of usage. Figure 7 suggests that road and river networks affect spatial usage patterns. Although Birstall and Thurmaston libraries are in close proximity, there is little overlap between best users. This is useful information for LLS when deciding on opening hours as opening one library may not ensure recent / frequent usage by those in the neighbouring catchment. Stage 7. INTERACT Allow Users to Control What They See and How They See It Our visualization was an iterative process that involved data users and their expertise continually to drive the analysis. High levels of control were achieved through discussion and rapid development. Processing provided considerable scope for developing innovative and interactive graphics quickly and flexibly through access to low level functionality through high-level commands with little hindrance (Dykes, 2005). All three authors were able to develop and share Processing code during the visualization process. Interactive software controls were provided at all stages in all prototypes enabling view and focus to be changed through direct manipulation so that the graphical representations introduced here could be accessed (see Figure 1). 4. Conclusion The processes required to manipulate data from acquisition through to visualization are significant. Using Processing to apply Fry s visualization model enabled us to iteratively and efficiently ask a huge number of new questions of a large underused data set through interactive graphical means. This has produced some useful hypotheses. But how do we know what to do with the provisional and partial answers that result? We show that visualization has potential in the exploration of local authority data holdings. If visualization of this type, and indeed such large data sets, is to be used effectively to influence and develop policy in organizations that hold them then a focus on an eight stage of visualization may be important: act. This is a non-trivial stage with significant social as well as analytical and technical elements that require consideration. Acknowledgments This work was supported by an ESRC UPTAP User Fellowship RES and Leicestershire County Council. Usage data kindly provided by Leicestershire Library Service.

7 Figure 6: Quartile plots for all 54 libraries with geographic locations. Grey symbols are sized by borrower population. Red circles show distances travelled by 25, 50 and 75% of best users. Figure 7: Home locations of best users from neighbouring Birstall and Thurmaston libraries with standard ellipse and 1:50,000 LandRanger. Crown Copyright/database right An Ordnance Survey/EDINA supplied service.

8 References Dykes, J. (2005). Facilitating Interaction for Geovisualization. In Exploring Geovisualization. Amsterdam: Elsevier, pp Fry, B. (2004). Computational Information Design, Massachusetts Institute of Technology. Fry, B. (2008). Visualizing Data. Sebastopol, CA: O'Reilly, 382 pp. Fry, B., & Reas, C. (2007). Processing: A Programming Handbook for Visual Designers and Artists. Cambridge, MA: The MIT Press, 736 pp. Heer, J. and Bostock. M. (2009). ProtoVis: A Graphical Toolkit for Visualization. IEEE Transactions on Visualization and Computer Graphics, 15(6), Meyer, M., Munzner, T. & Pfister, H. (2009). MizBee: A Multiscale Synteny Browser. IEEE Transactions on Visualization and Computer Graphics, 15(6), Novos, J. (2004). Drilling down: Turning Customer data into profits with a spreadsheet, booklocker.com, 196 pp. Heer, J., Card, S.K & Landay, J.A. (2005). Prefuse: a toolkit for interactive information visualization, Proceedings of the SIGCHI Conference on Human factors in Computing Systems, ACM New York, NY, USA. Radburn, R., Thomas, N., Forster, P., and Pye, S. (2007). Beyond the comfort zone. Public Library Journal, 22(3), Radburn. R., Dykes, J. and Wood. J. (2009). vizlib: Developing Capacity for Exploratory Data Analysis in Local Government Visualization of Library Customer Behaviour, Proceedings of GISRUK, 1-3 April, Durham UK. Slingsby, A., Dykes, J. & Wood, J. (2009). Configuring Hierarchical Layouts to Address Research Questions. IEEE Transactions on Visualization and Computer Graphics, 15(6), Vickers, D., Rees, P., and Birkin, M. (2005). Creating the National Classification of Census Output Areas: Data, Methods and Results, Working paper 03/3, School of Geography, University of Leeds. Vickers, D. & Rees, P. (2007). Creating the National Statistics 2001 Output Area Classification. Journal of the Royal Statistical Society, Series A, 170(2), Wood, J., and Dykes, J. (2008). Spatially Ordered Treemaps, IEEE Transactions on Visualization and Computer Graphics, 14(6), Wood, J., Dykes, J. & Slingsby, A., (in press) Visualization of Origins, Destinations and Flows with OD Maps. The Cartographic Journal. Biographies Robert Radburn was an ESRC UPTAP research fellow at the gicentre, City University London developing capacity for visual exploratory analysis in local government, and is currently Research and Intelligence Team Leader at Leicestershire County Council. Dr. Jason Dykes is a Senior Lecturer at the gicentre, City University London undertaking applied and theoretical research in, around and between information visualization, interactive analytical cartography and human-centred design. Dr. Jo Wood is a Reader in geographic information at the gicentre, City University London with research interests in geovisualization, terrain modelling and object oriented programming for spatial sciences.

Point data in mashups: moving away from pushpins in maps

Point data in mashups: moving away from pushpins in maps Point data in mashups: moving away from pushpins in maps Aidan Slingsby, Jason Dykes, Jo Wood gicentre, City University London Department of Information Science, City University London, Northampton Square,

More information

City, University of London Institutional Repository

City, University of London Institutional Repository City Research Online City, University of London Institutional Repository Citation: Khalili, N., Wood, J. & Dykes, J. (2009). Mapping the geography of social networks. Paper presented at the GIS Research

More information

City, University of London Institutional Repository

City, University of London Institutional Repository City Research Online City, University of London Institutional Repository Citation: Goodwin, S. and Dykes, J. (2012). Geovisualization of household energy consumption characteristics. Poster presented at

More information

Visualisation of Uncertainty in a Geodemographic Classifier

Visualisation of Uncertainty in a Geodemographic Classifier Visualisation of Uncertainty in a Geodemographic Classifier Aidan Slingsby 1, Nicholas J. Tate 2, and Peter F. Fisher 2 1 gicentre, Department of Computer Science, City University London, Northampton Square,

More information

Exploring Digital Welfare data using GeoTools and Grids

Exploring Digital Welfare data using GeoTools and Grids Exploring Digital Welfare data using GeoTools and Grids Hodkinson, S.N., Turner, A.G.D. School of Geography, University of Leeds June 20, 2014 Summary As part of the Digital Welfare project [1] a Java

More information

Implementing Visual Analytics Methods for Massive Collections of Movement Data

Implementing Visual Analytics Methods for Massive Collections of Movement Data Implementing Visual Analytics Methods for Massive Collections of Movement Data G. Andrienko, N. Andrienko Fraunhofer Institute Intelligent Analysis and Information Systems Schloss Birlinghoven, D-53754

More information

Appropriate Selection of Cartographic Symbols in a GIS Environment

Appropriate Selection of Cartographic Symbols in a GIS Environment Appropriate Selection of Cartographic Symbols in a GIS Environment Steve Ramroop Department of Information Science, University of Otago, Dunedin, New Zealand. Tel: +64 3 479 5608 Fax: +64 3 479 8311, sramroop@infoscience.otago.ac.nz

More information

Regionalizing and Understanding Commuter Flows: An Open Source Geospatial Approach

Regionalizing and Understanding Commuter Flows: An Open Source Geospatial Approach Regionalizing and Understanding Commuter Flows: An Open Source Geospatial Approach Lorraine Barry School of Natural and Built Environment, Queen's University Belfast l.barry@qub.ac.uk January 2017 Summary

More information

Population 24/7 Download: User Guide. Purpose

Population 24/7 Download: User Guide. Purpose Population 24/7 Download: User Guide Purpose The Population 24/7 Download application is designed to enable a user to navigate around a map of England and Wales; select an area of interest represented

More information

Visitor Flows Model for Queensland a new approach

Visitor Flows Model for Queensland a new approach Visitor Flows Model for Queensland a new approach Jason. van Paassen 1, Mark. Olsen 2 1 Parsons Brinckerhoff Australia Pty Ltd, Brisbane, QLD, Australia 2 Tourism Queensland, Brisbane, QLD, Australia 1

More information

Estimating Large Scale Population Movement ML Dublin Meetup

Estimating Large Scale Population Movement ML Dublin Meetup Deutsche Bank COO Chief Data Office Estimating Large Scale Population Movement ML Dublin Meetup John Doyle PhD Assistant Vice President CDO Research & Development Science & Innovation john.doyle@db.com

More information

Explore. history landscapes family.

Explore. history landscapes family. Explore history landscapes family www.explorethepast.co.uk Contents From the team Section 1 Researching Worcestershire Section 2 Local Studies & Archaeology Reference Library Section 3 Maps and plans Accessing

More information

Fuzzy Geographically Weighted Clustering

Fuzzy Geographically Weighted Clustering Fuzzy Geographically Weighted Clustering G. A. Mason 1, R. D. Jacobson 2 1 University of Calgary, Dept. of Geography 2500 University Drive NW Calgary, AB, T2N 1N4 Telephone: +1 403 210 9723 Fax: +1 403

More information

Future Proofing the Provision of Geoinformation: Emerging Technologies

Future Proofing the Provision of Geoinformation: Emerging Technologies Future Proofing the Provision of Geoinformation: Emerging Technologies An Exchange Forum with the Geospatial Industry William Cartwright Chair JBGIS Second High Level Forum on Global Geospatial Information

More information

City Research Online. Permanent City Research Online URL:

City Research Online. Permanent City Research Online URL: Wood, J., Dykes, J. & Slingsby, A. (2010). Visualisation of Origins, Destinations and Flows with OD Maps. Cartographic Journal, The, 47(2), pp. 117-129. doi: 10.1179/000870410X12658023467367 City Research

More information

Neighborhood Locations and Amenities

Neighborhood Locations and Amenities University of Maryland School of Architecture, Planning and Preservation Fall, 2014 Neighborhood Locations and Amenities Authors: Cole Greene Jacob Johnson Maha Tariq Under the Supervision of: Dr. Chao

More information

A GIS tool for the digitisation and visualisation of footpath hazards

A GIS tool for the digitisation and visualisation of footpath hazards A GIS tool for the digitisation and visualisation of footpath hazards John R. Tullis School of Geography, University of Nottingham, University Park, Nottingham, NG7 2RD, UK Telephone: +44 (0)1559 9515428

More information

City, University of London Institutional Repository

City, University of London Institutional Repository City Research Online City, University of London Institutional Repository Citation: Slingsby, A., Dykes, J. and Wood, J. (2010). Rectangular Hierarchical Cartograms for Socio-Economic Data. Journal of Maps,

More information

Population 24/7. David Martin, University of Southampton

Population 24/7. David Martin, University of Southampton Population 24/7 David Martin, University of Southampton Demographics User Group 18 March 2011 Presentation overview Acknowledgement: Samantha Cockings and Samuel Leung; ESRC award RES-062-23-181 Small

More information

Designing Interactive Graphics for Foraging Trips Exploration

Designing Interactive Graphics for Foraging Trips Exploration Designing Interactive Graphics for Foraging Trips Exploration R. Henkin 1, A. Slingsby 1 and E. E. van Loon 2 1 City University London, Northampton Square, London EC1V 0HB, UK Email: rafael.henkin.1@city.ac.uk,

More information

An Open Source Geodemographic Classification of Small Areas In the Republic of Ireland Chris Brunsdon, Martin Charlton, Jan Rigby

An Open Source Geodemographic Classification of Small Areas In the Republic of Ireland Chris Brunsdon, Martin Charlton, Jan Rigby An Open Source Geodemographic Classification of Small Areas In the Republic of Ireland Chris Brunsdon, Martin Charlton, Jan Rigby National Centre for Geocomputation National University of Ireland, Maynooth

More information

Assessing the impact of seasonal population fluctuation on regional flood risk management

Assessing the impact of seasonal population fluctuation on regional flood risk management Assessing the impact of seasonal population fluctuation on regional flood risk management Alan Smith *1, Andy Newing 2, Niall Quinn 3, David Martin 1 and Samantha Cockings 1 1 Geography and Environment,

More information

Treemaps and Choropleth Maps Applied to Regional Hierarchical Statistical Data

Treemaps and Choropleth Maps Applied to Regional Hierarchical Statistical Data Treemaps and Choropleth Maps Applied to Regional Hierarchical Statistical Data Mikael Jern, Jakob Rogstadius, Tobias Åström NCVA National Center for Visual Analytics, Linkoping University, Sweden mikael.jern@itn.liu.se,

More information

GeoWorlds: Integrated Digital Libraries and Geographic Information Systems

GeoWorlds: Integrated Digital Libraries and Geographic Information Systems GeoWorlds: Integrated Digital Libraries and Geographic Information Systems http://www.isi.edu/geoworlds Robert Neches In-Young Ko, Robert MacGregor, Ke-Thia Yao Distributed Scalable Systems Division USC

More information

of places Key stage 1 Key stage 2 describe places

of places Key stage 1 Key stage 2 describe places Unit 25 Geography and numbers ABOUT THE UNIT This continuous unit aims to show how geographical enquiry can provide a meaningful context for the teaching and reinforcement of many aspects of the framework

More information

Three-Dimensional Visualization of Activity-Travel Patterns

Three-Dimensional Visualization of Activity-Travel Patterns C. Rinner 231 Three-Dimensional Visualization of Activity-Travel Patterns Claus Rinner Department of Geography University of Toronto, Canada rinner@geog.utoronto.ca ABSTRACT Geographers have long been

More information

Geographical Information System (GIS) Prof. A. K. Gosain

Geographical Information System (GIS) Prof. A. K. Gosain Geographical Information System (GIS) Prof. A. K. Gosain gosain@civil.iitd.ernet.in Definition of GIS GIS - Geographic Information System or a particular information system applied to geographical data

More information

Map Name(s) and Date(s) Historical Map - Slice A

Map Name(s) and Date(s) Historical Map - Slice A VectorMap Local Published 2016 Source map scale - 1:10,000 VectorMap Local (Raster) is Ordnance Survey's highest detailed 'backdrop' mapping product. These maps are produced from OS's VectorMap Local,

More information

Visualizing Geospatial Graphs

Visualizing Geospatial Graphs Visualizing Geospatial Graphs An introduction to visualizing geospatial graph data with KeyLines Geospatial www.cambridge-intelligence.com USA: +1 (775) 842-6665 UK: +44 (0)1223 362 000 Cambridge Intelligence

More information

a system for input, storage, manipulation, and output of geographic information. GIS combines software with hardware,

a system for input, storage, manipulation, and output of geographic information. GIS combines software with hardware, Introduction to GIS Dr. Pranjit Kr. Sarma Assistant Professor Department of Geography Mangaldi College Mobile: +91 94357 04398 What is a GIS a system for input, storage, manipulation, and output of geographic

More information

The Journal of Database Marketing, Vol. 6, No. 3, 1999, pp Retail Trade Area Analysis: Concepts and New Approaches

The Journal of Database Marketing, Vol. 6, No. 3, 1999, pp Retail Trade Area Analysis: Concepts and New Approaches Retail Trade Area Analysis: Concepts and New Approaches By Donald B. Segal Spatial Insights, Inc. 4938 Hampden Lane, PMB 338 Bethesda, MD 20814 Abstract: The process of estimating or measuring store trade

More information

Encapsulating Urban Traffic Rhythms into Road Networks

Encapsulating Urban Traffic Rhythms into Road Networks Encapsulating Urban Traffic Rhythms into Road Networks Junjie Wang +, Dong Wei +, Kun He, Hang Gong, Pu Wang * School of Traffic and Transportation Engineering, Central South University, Changsha, Hunan,

More information

Design and Development of a Large Scale Archaeological Information System A Pilot Study for the City of Sparti

Design and Development of a Large Scale Archaeological Information System A Pilot Study for the City of Sparti INTERNATIONAL SYMPOSIUM ON APPLICATION OF GEODETIC AND INFORMATION TECHNOLOGIES IN THE PHYSICAL PLANNING OF TERRITORIES Sofia, 09 10 November, 2000 Design and Development of a Large Scale Archaeological

More information

GEOGRAPHICAL STATISTICS & THE GRID

GEOGRAPHICAL STATISTICS & THE GRID GEOGRAPHICAL STATISTICS & THE GRID Rich Harris, Chris Brunsdon and Daniel Grose (Universities of Bristol, Leicester & Lancaster) http://rose.bris.ac.uk OUTLINE About Geographically Weighted Regression

More information

GIS-BASED VISUALIZATION FOR ESTIMATING LEVEL OF SERVICE Gozde BAKIOGLU 1 and Asli DOGRU 2

GIS-BASED VISUALIZATION FOR ESTIMATING LEVEL OF SERVICE Gozde BAKIOGLU 1 and Asli DOGRU 2 Presented at the FIG Congress 2018, May 6-11, 2018 in Istanbul, Turkey GIS-BASED VISUALIZATION FOR ESTIMATING LEVEL OF SERVICE Gozde BAKIOGLU 1 and Asli DOGRU 2 1 Department of Transportation Engineering,

More information

MineScape Geological modelling, mine planning and design

MineScape Geological modelling, mine planning and design INTELLIGENT MINING SOLUTIONS MineScape Geological modelling, mine planning and design Specifically developed to meet the mining industry s rigorous demands, MineScape is used at more than 200 of the world

More information

Capital, Institutions and Urban Growth Systems

Capital, Institutions and Urban Growth Systems Capital, Institutions and Urban Growth Systems Robert Huggins Centre for Economic Geography, School of Planning and Geography, Cardiff University Divergent Cities Conference, University of Cambridge, Cambridge

More information

Mapping Travel-To-Work Flows. Oliver O Brien and James Cheshire Department of Geography, UCL

Mapping Travel-To-Work Flows. Oliver O Brien and James Cheshire Department of Geography, UCL Mapping Travel-To-Work Flows Oliver O Brien and James Cheshire Department of Geography, UCL RSAI-BIS Annual Conference (UKDS-CS Sessions), Harrogate, 23 August 2017 Contents 1. The DataShine Project &

More information

DATA 301 Introduction to Data Analytics Geographic Information Systems

DATA 301 Introduction to Data Analytics Geographic Information Systems DATA 301 Introduction to Data Analytics Geographic Information Systems Dr. Ramon Lawrence University of British Columbia Okanagan ramon.lawrence@ubc.ca DATA 301: Data Analytics (2) Why learn Geographic

More information

Geospatial Data Visualization

Geospatial Data Visualization Geospatial Data Visualization CS 7450 - Information Visualization October 19, 2016 John Stasko Guest speaker: Alex Godwin Learning Objectives Process of encoding Geospatial Visualization Common Geospatial

More information

Source Protection Zones. National Dataset User Guide

Source Protection Zones. National Dataset User Guide Source Protection Zones National Dataset User Guide Version 1.1.4 20 th Jan 2006 1 Contents 1.0 Record of amendment...3 2.0 Introduction...4 2.1 Description of the SPZ dataset...4 2.1.1 Definition of the

More information

Introduction to Contour Maps

Introduction to Contour Maps Your web browser (Safari 7) is out of date. For more security, comfort and Activityengage the best experience on this site: Update your browser Ignore Introduction to Contour Maps What information does

More information

Geographic Analysis of Linguistically Encoded Movement Patterns A Contextualized Perspective

Geographic Analysis of Linguistically Encoded Movement Patterns A Contextualized Perspective Geographic Analysis of Linguistically Encoded Movement Patterns A Contextualized Perspective Alexander Klippel 1, Alan MacEachren 1, Prasenjit Mitra 2, Ian Turton 1, Xiao Zhang 2, Anuj Jaiswal 2, Kean

More information

Land-Line Technical information leaflet

Land-Line Technical information leaflet Land-Line Technical information leaflet The product Land-Line is comprehensive and accurate large-scale digital mapping available for Great Britain. It comprises nearly 229 000 separate map tiles of data

More information

Understanding China Census Data with GIS By Shuming Bao and Susan Haynie China Data Center, University of Michigan

Understanding China Census Data with GIS By Shuming Bao and Susan Haynie China Data Center, University of Michigan Understanding China Census Data with GIS By Shuming Bao and Susan Haynie China Data Center, University of Michigan The Census data for China provides comprehensive demographic and business information

More information

GEOGRAPHY POLICY STATEMENT. The study of geography helps our pupils to make sense of the world around them.

GEOGRAPHY POLICY STATEMENT. The study of geography helps our pupils to make sense of the world around them. GEOGRAPHY POLICY STATEMENT We believe that the study of geography is concerned with people, place, space and the environment and explores the relationships between the earth and its peoples. The study

More information

GEOGRAPHY 350/550 Final Exam Fall 2005 NAME:

GEOGRAPHY 350/550 Final Exam Fall 2005 NAME: 1) A GIS data model using an array of cells to store spatial data is termed: a) Topology b) Vector c) Object d) Raster 2) Metadata a) Usually includes map projection, scale, data types and origin, resolution

More information

CHAPTER 9 DATA DISPLAY AND CARTOGRAPHY

CHAPTER 9 DATA DISPLAY AND CARTOGRAPHY CHAPTER 9 DATA DISPLAY AND CARTOGRAPHY 9.1 Cartographic Representation 9.1.1 Spatial Features and Map Symbols 9.1.2 Use of Color 9.1.3 Data Classification 9.1.4 Generalization Box 9.1 Representations 9.2

More information

Profiling Burglary in London using Geodemographics

Profiling Burglary in London using Geodemographics Profiling Burglary in London using Geodemographics C G Gale *1, A D Singleton 2 and P A Longley 3 1 UCL Department of Civil, Environmental & Geomatic Engineering 2 University of Liverpool Department of

More information

Effective Visualization Tool for Job Searching

Effective Visualization Tool for Job Searching Effective Visualization Tool for Job Searching Yilin Gu Andries H. Smith,1 Jong Kwan Lee Xinyue Ye Soo K. Kim Dept. of Comp. Science School of Earth, Env. & Society Dept. of Comp. Info. Science Bowling

More information

An Introduction to Geographic Information System

An Introduction to Geographic Information System An Introduction to Geographic Information System PROF. Dr. Yuji MURAYAMA Khun Kyaw Aung Hein 1 July 21,2010 GIS: A Formal Definition A system for capturing, storing, checking, Integrating, manipulating,

More information

GOVERNMENT MAPPING WORKSHOP RECOVER Edmonton s Urban Wellness Plan Mapping Workshop December 4, 2017

GOVERNMENT MAPPING WORKSHOP RECOVER Edmonton s Urban Wellness Plan Mapping Workshop December 4, 2017 GOVERNMENT MAPPING WORKSHOP 12.4.17 RECOVER Edmonton s Urban Wellness Plan Mapping Workshop December 4, 2017 In July of 2017, City Council directed administration to develop RECOVER, Edmonton s Urban Wellness

More information

Using Social Media for Geodemographic Applications

Using Social Media for Geodemographic Applications Using Social Media for Geodemographic Applications Muhammad Adnan and Guy Lansley Department of Geography, University College London @gisandtech @GuyLansley Web: http://www.uncertaintyofidentity.com Outline

More information

A Review: Geographic Information Systems & ArcGIS Basics

A Review: Geographic Information Systems & ArcGIS Basics A Review: Geographic Information Systems & ArcGIS Basics Geographic Information Systems Geographic Information Science Why is GIS important and what drives it? Applications of GIS ESRI s ArcGIS: A Review

More information

Crime Analysis. GIS Solutions for Intelligence-Led Policing

Crime Analysis. GIS Solutions for Intelligence-Led Policing Crime Analysis GIS Solutions for Intelligence-Led Policing Applying GIS Technology to Crime Analysis Know Your Community Analyze Your Crime Use Your Advantage GIS aids crime analysis by Identifying and

More information

In this exercise we will learn how to use the analysis tools in ArcGIS with vector and raster data to further examine potential building sites.

In this exercise we will learn how to use the analysis tools in ArcGIS with vector and raster data to further examine potential building sites. GIS Level 2 In the Introduction to GIS workshop we filtered data and visually examined it to determine where to potentially build a new mixed use facility. In order to get a low interest loan, the building

More information

INTRODUCTION. In March 1998, the tender for project CT.98.EP.04 was awarded to the Department of Medicines Management, Keele University, UK.

INTRODUCTION. In March 1998, the tender for project CT.98.EP.04 was awarded to the Department of Medicines Management, Keele University, UK. INTRODUCTION In many areas of Europe patterns of drug use are changing. The mechanisms of diffusion are diverse: introduction of new practices by new users, tourism and migration, cross-border contact,

More information

Lecture 5. Symbolization and Classification MAP DESIGN: PART I. A picture is worth a thousand words

Lecture 5. Symbolization and Classification MAP DESIGN: PART I. A picture is worth a thousand words Lecture 5 MAP DESIGN: PART I Symbolization and Classification A picture is worth a thousand words Outline Symbolization Types of Maps Classifying Features Visualization Considerations Symbolization Symbolization

More information

Extracting Patterns of Individual Movement Behaviour from a Massive Collection of Tracked Positions

Extracting Patterns of Individual Movement Behaviour from a Massive Collection of Tracked Positions Extracting Patterns of Individual Movement Behaviour from a Massive Collection of Tracked Positions Gennady Andrienko and Natalia Andrienko Fraunhofer Institute IAIS Schloss Birlinghoven, 53754 Sankt Augustin,

More information

Multiscale Spatio-Temporal Data Aggregation and Mapping for Urban Data Exploration

Multiscale Spatio-Temporal Data Aggregation and Mapping for Urban Data Exploration Multiscale Spatio-Temporal Data Aggregation and Mapping for Urban Data Exploration Etienne Co me1 and Anaı s Remy2 1- Universite Paris-Est, COSYS, GRETTIA, IFSTTAR, F-77447 Marne-la-Valle e, France 2-

More information

ArcGIS for Desktop. ArcGIS for Desktop is the primary authoring tool for the ArcGIS platform.

ArcGIS for Desktop. ArcGIS for Desktop is the primary authoring tool for the ArcGIS platform. ArcGIS for Desktop ArcGIS for Desktop ArcGIS for Desktop is the primary authoring tool for the ArcGIS platform. Beyond showing your data as points on a map, ArcGIS for Desktop gives you the power to manage

More information

Canadian Historical GIS Partnership Development: Taking Steps for Historical Mapping in Canada

Canadian Historical GIS Partnership Development: Taking Steps for Historical Mapping in Canada Canadian Historical GIS Partnership Development: Taking Steps for Historical Mapping in Canada Byron Moldofsky Manager, GIS and Cartography Office Department of Geography and Planning University of Toronto

More information

Joint-accessibility Design (JAD) Thomas Straatemeier

Joint-accessibility Design (JAD) Thomas Straatemeier Joint-accessibility Design (JAD) Thomas Straatemeier To cite this report: Thomas Straatemeier (2012) Joint-accessibility Design (JAD), in Angela Hull, Cecília Silva and Luca Bertolini (Eds.) Accessibility

More information

Reaxys Medicinal Chemistry Fact Sheet

Reaxys Medicinal Chemistry Fact Sheet R&D SOLUTIONS FOR PHARMA & LIFE SCIENCES Reaxys Medicinal Chemistry Fact Sheet Essential data for lead identification and optimization Reaxys Medicinal Chemistry empowers early discovery in drug development

More information

Hennig, B.D. and Dorling, D. (2014) Mapping Inequalities in London, Bulletin of the Society of Cartographers, 47, 1&2,

Hennig, B.D. and Dorling, D. (2014) Mapping Inequalities in London, Bulletin of the Society of Cartographers, 47, 1&2, Hennig, B.D. and Dorling, D. (2014) Mapping Inequalities in London, Bulletin of the Society of Cartographers, 47, 1&2, 21-28. Pre- publication draft without figures Mapping London using cartograms The

More information

Estonian Place Names in the National Information System and the Place Names Register *

Estonian Place Names in the National Information System and the Place Names Register * UNITED NATIONS Working Paper GROUP OF EXPERTS ON No. 62 GEOGRAPHICAL NAMES Twenty-fifth session Nairobi, 5 12 May 2009 Item 10 of the provisional agenda Activities relating to the Working Group on Toponymic

More information

Geographical Inequalities and Population Change in Britain,

Geographical Inequalities and Population Change in Britain, Geographical Inequalities and Population Change in Britain, 1971-2011 Chris Lloyd, Nick Bearman, Gemma Catney Centre for Spatial Demographics Research, University of Liverpool, UK Email: c.d.lloyd@liverpool.ac.uk

More information

Developing a Community Geographical Information System (GIS) in Rural India

Developing a Community Geographical Information System (GIS) in Rural India Developing a Community Geographical Information System (GIS) in Rural India Before rushing off and describing the unique challenges of developing a small scale GIS system India I better first describe

More information

geographic patterns and processes are captured and represented using computer technologies

geographic patterns and processes are captured and represented using computer technologies Proposed Certificate in Geographic Information Science Department of Geographical and Sustainability Sciences Submitted: November 9, 2016 Geographic information systems (GIS) capture the complex spatial

More information

Using OS Resources - A fieldwork activity for Key Stage 2

Using OS Resources - A fieldwork activity for Key Stage 2 Using OS Resources - A fieldwork activity for Key Stage 2 Liz Spincer, Saltford CE Primary School Outline of the fieldwork project: This series of activities was designed to illustrate how Primary School

More information

Introducing the WISERD Geoportal. WISERD DATA TEAM Dr Robert Berry & Dr Richard Fry, University of Glamorgan Dr Scott Orford, Cardiff University

Introducing the WISERD Geoportal. WISERD DATA TEAM Dr Robert Berry & Dr Richard Fry, University of Glamorgan Dr Scott Orford, Cardiff University Introducing the WISERD Geoportal WISERD DATA TEAM Dr Robert Berry & Dr Richard Fry, University of Glamorgan Dr Scott Orford, Cardiff University WISERD What is WISERD? Wales Institute of Social and Economic

More information

DATA DISAGGREGATION BY GEOGRAPHIC

DATA DISAGGREGATION BY GEOGRAPHIC PROGRAM CYCLE ADS 201 Additional Help DATA DISAGGREGATION BY GEOGRAPHIC LOCATION Introduction This document provides supplemental guidance to ADS 201.3.5.7.G Indicator Disaggregation, and discusses concepts

More information

TOWARDS THE DEVELOPMENT OF A TAXONOMY FOR VISUALISATION OF STREAMED GEOSPATIAL DATA

TOWARDS THE DEVELOPMENT OF A TAXONOMY FOR VISUALISATION OF STREAMED GEOSPATIAL DATA TOWARDS THE DEVELOPMENT OF A TAXONOMY FOR VISUALISATION OF STREAMED GEOSPATIAL DATA B. H. Sibolla a,c *, T. Van Zyl b, S. Coetzee c a Meraka Institute, Council for Scientific and Industrial Research, Pretoria,

More information

A route map to calibrate spatial interaction models from GPS movement data

A route map to calibrate spatial interaction models from GPS movement data A route map to calibrate spatial interaction models from GPS movement data K. Sila-Nowicka 1, A.S. Fotheringham 2 1 Urban Big Data Centre School of Political and Social Sciences University of Glasgow Lilybank

More information

Exploratory Data Analysis and Decision Making with Descartes and CommonGIS

Exploratory Data Analysis and Decision Making with Descartes and CommonGIS Exploratory Data Analysis and Decision Making with Descartes and CommonGIS Hans Voss, Natalia Andrienko, Gennady Andrienko Fraunhofer Institut Autonome Intelligente Systeme, FhG-AIS, Schloss Birlinghoven,

More information

GIS = Geographic Information Systems;

GIS = Geographic Information Systems; What is GIS GIS = Geographic Information Systems; What Information are we talking about? Information about anything that has a place (e.g. locations of features, address of people) on Earth s surface,

More information

Theory, Concepts and Terminology

Theory, Concepts and Terminology GIS Workshop: Theory, Concepts and Terminology 1 Theory, Concepts and Terminology Suggestion: Have Maptitude with a map open on computer so that we can refer to it for specific menu and interface items.

More information

Methodological issues in the development of accessibility measures to services: challenges and possible solutions in the Canadian context

Methodological issues in the development of accessibility measures to services: challenges and possible solutions in the Canadian context Methodological issues in the development of accessibility measures to services: challenges and possible solutions in the Canadian context Alessandro Alasia 1, Frédéric Bédard 2, and Julie Bélanger 1 (1)

More information

Geog183: Cartographic Design and Geovisualization Spring Quarter 2018 Lecture 3: Thematic cartography, geovisualization and visual analytics

Geog183: Cartographic Design and Geovisualization Spring Quarter 2018 Lecture 3: Thematic cartography, geovisualization and visual analytics Geog183: Cartographic Design and Geovisualization Spring Quarter 2018 Lecture 3: Thematic cartography, geovisualization and visual analytics General Purpose or Reference Cartography Maps showing generic

More information

ENV208/ENV508 Applied GIS. Week 1: What is GIS?

ENV208/ENV508 Applied GIS. Week 1: What is GIS? ENV208/ENV508 Applied GIS Week 1: What is GIS? 1 WHAT IS GIS? A GIS integrates hardware, software, and data for capturing, managing, analyzing, and displaying all forms of geographically referenced information.

More information

HOLY CROSS CATHOLIC PRIMARY SCHOOL

HOLY CROSS CATHOLIC PRIMARY SCHOOL HOLY CROSS CATHOLIC PRIMARY SCHOOL Geography Policy Date Implemented Jan 17 Review Date Jan 22 Mission Statement Holy Cross Primary School is a Catholic School. We seek to provide a broad, balanced Christian

More information

Oregon Department of Transportation. Geographic Information Systems Strategic Plan

Oregon Department of Transportation. Geographic Information Systems Strategic Plan Oregon Department of Transportation Geographic Information Systems Strategic Plan Adopted May, 2000 By the GIS Steering Committee Last printed 10/2/2012 4:20:00 PM Page Geographic Information Systems Strategic

More information

GEOGRAPHY POLICY. Date: March Signed: Review: March 2019

GEOGRAPHY POLICY. Date: March Signed: Review: March 2019 GEOGRAPHY POLICY Date: March 2018 Signed: Review: March 2019 Aims At Hayton C of E Primary School we believe that Geography is an essential part of the curriculum and teachers ensure that the children

More information

DATA SCIENCE SIMPLIFIED USING ARCGIS API FOR PYTHON

DATA SCIENCE SIMPLIFIED USING ARCGIS API FOR PYTHON DATA SCIENCE SIMPLIFIED USING ARCGIS API FOR PYTHON LEAD CONSULTANT, INFOSYS LIMITED SEZ Survey No. 41 (pt) 50 (pt), Singapore Township PO, Ghatkesar Mandal, Hyderabad, Telengana 500088 Word Limit of the

More information

Give 4 advantages of using ICT in the collection of data. Give. Give 4 disadvantages in the use of ICT in the collection of data

Give 4 advantages of using ICT in the collection of data. Give. Give 4 disadvantages in the use of ICT in the collection of data Give 4 advantages of using ICT in the collection of data can use a handheld GPS to get accurate location information which can be used to show data linked to specific locations within a GIS can collect

More information

INDIANA ACADEMIC STANDARDS FOR SOCIAL STUDIES, WORLD GEOGRAPHY. PAGE(S) WHERE TAUGHT (If submission is not a book, cite appropriate location(s))

INDIANA ACADEMIC STANDARDS FOR SOCIAL STUDIES, WORLD GEOGRAPHY. PAGE(S) WHERE TAUGHT (If submission is not a book, cite appropriate location(s)) Prentice Hall: The Cultural Landscape, An Introduction to Human Geography 2002 Indiana Academic Standards for Social Studies, World Geography (Grades 9-12) STANDARD 1: THE WORLD IN SPATIAL TERMS Students

More information

EXPLORATORY SPATIAL DATA ANALYSIS OF BUILDING ENERGY IN URBAN ENVIRONMENTS. Food Machinery and Equipment, Tianjin , China

EXPLORATORY SPATIAL DATA ANALYSIS OF BUILDING ENERGY IN URBAN ENVIRONMENTS. Food Machinery and Equipment, Tianjin , China EXPLORATORY SPATIAL DATA ANALYSIS OF BUILDING ENERGY IN URBAN ENVIRONMENTS Wei Tian 1,2, Lai Wei 1,2, Pieter de Wilde 3, Song Yang 1,2, QingXin Meng 1 1 College of Mechanical Engineering, Tianjin University

More information

Your web browser (Safari 7) is out of date. For more security, comfort and the best experience on this site: Update your browser Ignore

Your web browser (Safari 7) is out of date. For more security, comfort and the best experience on this site: Update your browser Ignore Your web browser (Safari 7) is out of date. For more security, comfort and the best experience on this site: Update your browser Ignore Activityengage MAPPING A LO NDON EPIDEMIC How can maps be used as

More information

Spatial Data Science. Soumya K Ghosh

Spatial Data Science. Soumya K Ghosh Workshop on Data Science and Machine Learning (DSML 17) ISI Kolkata, March 28-31, 2017 Spatial Data Science Soumya K Ghosh Professor Department of Computer Science and Engineering Indian Institute of Technology,

More information

World Geography. WG.1.1 Explain Earth s grid system and be able to locate places using degrees of latitude and longitude.

World Geography. WG.1.1 Explain Earth s grid system and be able to locate places using degrees of latitude and longitude. Standard 1: The World in Spatial Terms Students will use maps, globes, atlases, and grid-referenced technologies, such as remote sensing, Geographic Information Systems (GIS), and Global Positioning Systems

More information

Exploring representational issues in the visualisation of geographical phenomenon over large changes in scale.

Exploring representational issues in the visualisation of geographical phenomenon over large changes in scale. Institute of Geography Online Paper Series: GEO-017 Exploring representational issues in the visualisation of geographical phenomenon over large changes in scale. William Mackaness & Omair Chaudhry Institute

More information

Orienteering, the map and child development. (Organised outdoor play with maps)

Orienteering, the map and child development. (Organised outdoor play with maps) Orienteering, the map and child development. (Organised outdoor play with maps) Wilson JA Department of Natural and Built Environment January, 2017. Summary. The purpose of the paper is to explore the

More information

CONCEPTUAL DEVELOPMENT OF AN ASSISTANT FOR CHANGE DETECTION AND ANALYSIS BASED ON REMOTELY SENSED SCENES

CONCEPTUAL DEVELOPMENT OF AN ASSISTANT FOR CHANGE DETECTION AND ANALYSIS BASED ON REMOTELY SENSED SCENES CONCEPTUAL DEVELOPMENT OF AN ASSISTANT FOR CHANGE DETECTION AND ANALYSIS BASED ON REMOTELY SENSED SCENES J. Schiewe University of Osnabrück, Institute for Geoinformatics and Remote Sensing, Seminarstr.

More information

Visualisation of Spatial Data

Visualisation of Spatial Data Visualisation of Spatial Data VU Visual Data Science Johanna Schmidt WS 2018/19 2 Visual Data Science Introduction to Visualisation Basics of Information Visualisation Charts and Techniques Introduction

More information

Mapping UK. David Martin, University of Southampton. Open Data Workshop, Nottingham, 21 June 2011

Mapping UK. David Martin, University of Southampton. Open Data Workshop, Nottingham, 21 June 2011 Mapping UK population over time David Martin, University of Southampton Open Data Workshop, Nottingham, 21 June 2011 Presentation overview Small area spatial population distributions The time dimension

More information

Class 4J Spring Term Irian Jaya/Papua New Guinea Adapted from QCA Geography Unit 10 incorporating some elements of Unit 25

Class 4J Spring Term Irian Jaya/Papua New Guinea Adapted from QCA Geography Unit 10 incorporating some elements of Unit 25 Class 4J Spring Term 2003 Geography Irian Jaya/Papua New Guinea Geography Unit 10 incorporating some elements of Unit 25 ABOUT THE UNIT In this unit children develop ideas about a less economically developed

More information

Fairfield Public Schools

Fairfield Public Schools Mathematics Fairfield Public Schools Pre-Algebra 8 Pre-Algebra 8 BOE Approved 05/21/2013 1 PRE-ALGEBRA 8 Critical Areas of Focus In the Pre-Algebra 8 course, instructional time should focus on three critical

More information

DataShine Automated Thematic Mapping of 2011 Census Quick Statistics

DataShine Automated Thematic Mapping of 2011 Census Quick Statistics DataShine Automated Thematic Mapping of 2011 Census Quick Statistics Oliver O Brien, James Cheshire Department of Geography University College London UKDS Census Applications Conference, July 2015 Contents

More information

Lecture 2. A Review: Geographic Information Systems & ArcGIS Basics

Lecture 2. A Review: Geographic Information Systems & ArcGIS Basics Lecture 2 A Review: Geographic Information Systems & ArcGIS Basics GIS Overview Types of Maps Symbolization & Classification Map Elements GIS Data Models Coordinate Systems and Projections Scale Geodatabases

More information

An interactive tool for teaching map projections

An interactive tool for teaching map projections An interactive tool for teaching map projections Map projections are one of the fundamental concepts of geographic information science and cartography. An understanding of the different variants and properties

More information