Data Abstraction and Time-Series Data CS 4390/5390 Data Visualization Shirley Moore, Instructor September 15, 2014 1.

Slides:



Advertisements
Similar presentations
The Hierarchical Model
Advertisements

Yingcai Xiao Chapter 6 Fundamental Algorithms. Types of Visualization Transformation Types 1.Data (Attribute Transformation) 2.Topology (Topological Transformation)
Polaris: A System for Query, Analysis and Visualization of Multi-dimensional Relational Databases Presented by Darren Gates for ICS 280.
Cartographic and GIS Data Structures
1 i247: Information Visualization and Presentation Marti Hearst Multidimensional Graphing.
Organizing Data & Information
Geographic Information Systems
1 Data & Database Development. 2 Data File Bit Byte Field Record File Database Entity Attribute Key field Key file management concepts include:
Advanced Querying OLAP Part 2. Context OLAP systems for supporting decision making. Components: –Dimensions with hierarchies, –Measures, –Aggregation.
Table Lens From papers 1 and 2 By Tichomir Tenev, Ramana Rao, and Stuart K. Card.
Table design screen Field name Data type Field size Other properties.
Visualization of Graph Data CS 4390/5390 Data Visualization Shirley Moore, Instructor October 6,
Chapter 5. Operations on Multiple R. V.'s 1 Chapter 5. Operations on Multiple Random Variables 0. Introduction 1. Expected Value of a Function of Random.
Attribute databases. GIS Definition Diagram Output Query Results.
Data Mining – Intro.
ITUppsala universitet Data representation and fundamental algorithms Filip Malmberg
Info Vis: Multi-Dimensional Data Chris North cs3724: HCI.
Rebecca Boger Earth and Environmental Sciences Brooklyn College.
Interactive Visualization of Volumetric Data on Consumer PC Hardware: Introduction Daniel Weiskopf Graphics Hardware Trends Faster development than Moore’s.
Information Design and Visualization
Databases C HAPTER Chapter 10: Databases2 Databases and Structured Fields  A database is a collection of information –Typically stored as computer.
© 2010 Pearson Addison-Wesley. All rights reserved. Addison Wesley is an imprint of Designing the User Interface: Strategies for Effective Human-Computer.
Chapter 5 Files/Folders needed: \Chapter5\Samples \Chapter5\Labs.
Chapter 3 Digital Representation of Geographic Data.
8. Geographic Data Modeling. Outline Definitions Data models / modeling GIS data models – Topology.
Cartographic and GIS Data Structures Dr. Ahmad BinTouq URL:
Chapter 8. ATTRIBUTE DATA INPUT AND MANAGEMENT
Databases. Not All Tables Are Created Equal Spreadsheets use tables to store data and formulas associated with that data The “meaning” of data is implicit.
ACCESS CHAPTER 5 FORMS AND REPORTS Learning Objectives: Build a simple form Add a label, text box, and list controls to a form Create a multi-table form.
Visualizing Tabular Data CS 4390/5390 Data Visualization Shirley Moore, Instructor September 29,
Copyright © 2005, Pearson Education, Inc. Slides from resources for: Designing the User Interface 4th Edition by Ben Shneiderman & Catherine Plaisant Slides.
Accessing and Using Fire-Related Data with the CAPITA DataFed.net* Services Framework Stefan Falke Rudolf Husar Kari Hoijarvi Washington University in.
Relational Theory and Design
Info Vis: Multi-Dimensional Data Chris North cs3724: HCI.
NR 143 Study Overview: part 1 By Austin Troy University of Vermont Using GIS-- Introduction to GIS.
Lab 2: GIS Data Models Yingjie Hu. Objectives Understanding GIS data models Manipulating the data models supported in ArcGIS.
Lecture 07: Dealing with Big Data
CHAPTER 4 THE VISUALIZATION PIPELINE. CONTENTS The focus is on presenting the structure of a complete visualization application, both from a conceptual.
Data Visualization Fall Information Visualization Fall 2015Data Visualization2 Upon now, we dealt with scientific visualization (scivis) Scivis.
3/6: Data Management, pt. 2 Refresh your memory Relational Data Model
Example Visualization Techniques CS 4390/5390 Fall 2014 Shirley Moore svmoore.pbworks.com August 27, 2014.
Matrix Operations.
1 ITM 734 Introduction to Human Factors in Information Systems Cindy Corritore Information Visualization.
What is GIS? “A powerful set of tools for collecting, storing, retrieving, transforming and displaying spatial data”
1 Visual Encoding Andrew Chan CPSC 533C January 20, 2003.
Lecture 5 Data Model Design Jeffery S. Horsburgh Hydroinformatics Fall 2012 This work was funded by National Science Foundation Grant EPS
Lesson 3 GIS Fundamentals MEASURE Evaluation PHFI Training of Trainers May 2011.
WELLS AND TIME SERIES DATA. Framework Temporal Aquifers & Wells.
Geographic Information Systems GIS Data Databases.
Geog. 314 Working with tables.
Data Mining – Intro.
Lab 02: Visualization with Tableau
Datamining : Refers to extracting or mining knowledge from large amounts of data Applications : Market Analysis Fraud Detection Customer Retention Production.
Geographic Information Systems
Lab 2: GIS Data Models Yingjie Hu. Objectives Understanding GIS data models Manipulating the data models supported in ArcGIS.
MANAGING DATA RESOURCES
Cartographic and GIS Data Structures
Information Visualization
Chapter 11 Data Structures.
Information Visualization (Part 1)
Multidimensional array
Lesson 3 Chapter 10.
CHAPTER 7: Information Visualization
Abstract Data Types, Elementary Data Structures and Arrays
Entity-Relationship Diagram (ERD)
Multidimensional Space,
CHAPTER 14: Information Visualization
Data Pre-processing Lecture Notes for Chapter 2
Range Likelihood Tree: A Compact and Effective Representation for Visual Exploration of Uncertain Data Sets Ohio State University (Shen) Problem: Uncertainty.
Geographic Information Systems
Presentation transcript:

Data Abstraction and Time-Series Data CS 4390/5390 Data Visualization Shirley Moore, Instructor September 15,

What – Why – How? Data abstraction is the what part of visualization design Why – task abstraction How – visual encoding (e.g., marks, spatial layout, color maps) Goal: Understand dataset and datatype characteristics so that we use appropriate visualization encodings and techniques 2

Dataset Types Munzner Chapter 2 – Tables – Networks – Fields – Geometry Another dataset type: unstructured text 3

Tables 2 dimensional with rows and columns Multidimensional – Attribute values can also be multi-dimensional. 4

Networks and Trees Network Tree (acyclic network) Nodes and links can both have attributes. 5

Fields Positions with attributes Realm of scientific visualizaiton Types of grids: Considerations for continuous field data – sampling – interpolation 6

Geometry Positions and items 7

Attribute Data Types 8 For ordered data :

Key vs. Value Attributes Key – Must be uniquely valued – Can be comprised of multiple attrivbutes – Can be implicit (e.g., row number) – Also called an independent variable Value – Need not be uniquely valued – Can be multidimensional data Scalar Vector Tensor – Also called a dependent variable 9

Temporal Data Values having to do with dates and times Can be key or value attribute Can have complex hierarchical structure 10

Time Series Dataset Common type of dataset in which time is the independent variable Goal in visualization is to show changes and trends over time. Fry Chapter 4 – Example: consumption of different beverages (milk, coffee, tea) from 1910 to 2010 Lab 2 assignment – CO 2 emissions since 1950 – total, by country, per capita 11