GIS Tutorial 1. Lecture 2 Map design

Size: px
Start display at page:

Download "GIS Tutorial 1. Lecture 2 Map design"

Transcription

1 GIS Tutorial 1 Lecture 2 Map design

2 Outline Choropleth maps Colors Vector GIS display GIS queries Map layers and scale thresholds Hyperlinks and map tips 2

3 Lecture 2 CHOROPLETH MAPS

4 Choropleth maps Color-coded polygon maps Use monochromatic scales or saturated colors Represent numeric values (e.g. population, number of housing units, percentage of vacancies) 4

5 Choropleth map example Percentage of vacant housing units by county 5

6 Classifying data Process of placing data into groups (classes or bins) that have a similar characteristic or value Break points Breaks the total attribute range up into these intervals Keep the number of intervals as small as possible (5-7) Use a mathematical progression or formula instead of picking arbitrary values Break points 6

7 Classifications Natural breaks (Jenks) Picks breaks that best group similar values together naturally and maximizes the differences between classes Generally, there are relatively large jumps in value between classes and classes are uneven Based on a subjective decision and is the best choice for combining similar values Class ranges specific to the individual dataset, thus it is difficult to compare a map with another map 7

8 Classifications Quantiles Places the same number of data values in each class Will never have empty classes or classes with too few or too many values Attractive in that this method produces distinct map patterns Analysts use because they provide information about the shape of the distribution. Example: 0 25%, 25% 50%, 50% 75%,75% 100% 8

9 Classifications Equal intervals Divides a set of attribute values into groups that contain an equal range of values Best communicates with continuous set of data Easy to accomplish and read Not good for clustered data Produces map with many features in one or two classes and some classes with no features 9

10 Classifications Use mathematical formulas when possible. Exponential scales Popular method of increasing intervals Use break values that are powers such as 2 n or 3 n Generally start out with zero as an additional class if that value appears in your data Example: 0, 1 2, 3 4, 5 8, 9 16, and so forth 10

11 Classifications Use mathematical formulas when possible Increasing interval widths Long-tailed distributions Data distributions deviate from a bell-shaped curve and most often are skewed to the right with the right tail elongated Example: Keep doubling the interval of each category, 0 5, 5 15, 15 35, have interval widths of 5, 10, 20, and

12 Original map (natural breaks) U.S. population by state,

13 Equal interval scale Not good because too many values fall into low classes 13

14 Quantile scale Shows that an increasing width (geometric) scale is needed 14

15 Custom geometric scale Experiment with exponential scales with powers of 2 or 3. 15

16 Normalizing data Divides one numeric attribute by another in order to minimize differences in values based on the size of areas or number of features in each area Examples: Dividing the number of vacant housing units by the total number of housing units yields the percentage of vacant units Dividing the population by area of the feature yields a population density 16

17 Nonnormalized data Number of vacant housing units by state,

18 Normalized data Percentage vacant housing units by state,

19 Nonnormalized data California population by county,

20 Normalized data California population density,

21 Lecture 2 COLORS 21

22 Color overview Hue is the basic color Value is the amount of white or black in the color Saturation refers to a color scale that ranges from a pure hue to gray or black 22

23 Color wheel Device that provides guidance in choosing colors Use opposite colors to differentiate graphic features Three or four colors equally spaced around the wheel are good choices for differentiating graphic features Use adjacent colors for harmony, such as blue, blue green, and green or red, red orange, and orange 23

24 Light vs. dark colors Light colors associated with low values Dark colors associated with high values Human eye is drawn to dark colors 24

25 Contrast The greater the difference in value between an object and its background, the greater the contrast 25

26 Monochromatic color scale Series of colors of the same hue with color value varied from low to high Common for choropleth maps The darker the color in a monochromatic scale, the more important the graphic feature Use more light shades of a hue than dark shades in monochromatic scales The human eye can better differentiate among light shades than dark shades 26

27 Monochromatic map Values too similar 27

28 Monochromatic map A better map, more contrast 28

29 Dichromatic color scale An exception to the typical monochromatic scale used in most choropleth maps Two monochromatic scales joined together with a low color value in the center, with color value increasing toward both ends Uses a natural middle point of a scale, such as 0 for some quantities (profits and losses, increases and decreases) 29

30 Dichromatic map Symmetric break points centered on 0 make it easy to interpret the map 30

31 Color tips Colors have meaning Political and cultural Cool colors Calming Appear smaller Recede Warm colors Exciting Overpower cool colors 31

32 Color tips Do not use all of the colors of the color spectrum, as seen from a prism or in a rainbow, for color coding If you have relatively few points in a point layer, or if a user will normally be zoomed in to view parts of your map, use size instead of color value to symbolize a numeric attribute 32

33 Color tips If you have many polygons to symbolize, it is better to use polygon centroid points with color rather than polygon choropleth maps. 33

34 Changing colors in ArcMap Choose color, more colors 34

35 Learn more about GIS colors Website Books Brewer, Cynthia A Designed Maps: A Sourcebook for GIS Users. Redlands: ESRI Press Brewer, Cynthia A Designing Better Maps: A Guide for GIS Users. Redlands: ESRI Press 35

36 Lecture 2 VECTOR GIS DISPLAY 36

37 Points, lines, polygons Point x,y coordinates Line starting and ending point and may have additional shape vertices (points) Polygon three or more lines joined to form a closed area 37

38 Feature attribute tables Store characteristics for vector features Layers can be displayed using attributes 38

39 Displaying points Single symbols All CAD calls 39

40 Displaying points Same features, different points Based on attributes 40

41 Displaying points Industry specific (e.g. crime analysis) Good for large scale (zoomed in) maps 41

42 Displaying points Industry specific (e.g. schools) Not good for multiple features at smaller scales Simple points better for analysis 42

43 Displaying points Quantities Use exaggerated sizes 43

44 Displaying lines For analytical maps, most lines are ground features and should be light shades (e.g. gray or light brown) 44

45 Displaying lines Consider using dashed lines to signify less important line features and solid lines for the important ones 45

46 Displaying polygons Consider using no outline or dark gray for boundaries of most polygons Dark gray makes the polygons prominent enough, but not so much that they compete for attention with more important graphic features 46

47 Displaying polygons Consider using texture for black and white copies 47

48 Graphic hierarchy Assign bright colors (red, orange, yellow, green, blue) to important graphic elements Features are known as figure All features in figure 48

49 Graphic hierarchy Assign drab colors to the graphic elements that provide orientation or context, especially shades of gray Features known as ground Circles in figure, squares and lines in ground 49 49

50 Graphic hierarchy Place a strong boundary, such as a heavy black line, around polygons that are important to increase figure Use a coarse, heavy cross-hatch or pattern to make some polygons important, placing them in figure 50

51 Graphic hierarchy example 51

52 Lecture 2 GIS QUERIES 52

53 GIS queries Powerful relationship between data table and vector-based graphics unique to GIS Records from a feature attribute table are selected by using query criteria Query will automatically highlight the corresponding graphic features 53

54 Simple attribute queries Simple query criterion <data attribute>< logical operator><value> NatureCode ='DRUGS' DATE >= ' ' % wild card % symbol stands for zero, one, or more characters of any kind NAME like ' BUR%' Selects any crime with names starting with the letters BUR, including burglaries (BUR), business burglaries(burbus), and residential burglaries (BURRES) 54

55 Simple attribute queries 55

56 Compound attribute queries Compound query criteria Combine two or more simple queries with the logical connectives AND or OR "NATURE_COD" = 'DRUGS' AND "DATE" > Selects records that satisfy both criteria simultaneously Result are drug crimes that were committed after August 1,

57 Compound attribute queries 57

58 Lecture 2 LAYER GROUPS, SCALE THRESHOLDS

59 Layer groups Organizes layers Groups and names logically 59

60 Minimum scale threshold When zoomed out beyond this scale, features will not be visible Tracts not visible when zoomed to the USA 60

61 Minimum scale threshold Tracts displayed when zoomed in 61

62 Maximum scale threshold When zoomed in, features will not be visible State population will disappear when zoomed in to a state 62

63 Lecture 2 HYPERLINKS AND MAP TIPS

64 Hyperlinks Links images, documents, Web pages, etc. to features on a map 64

65 Map tips Provide an additional way to find information about map features Pop up as you hover the mouse pointer over a feature 65

66 Summary Choropleth maps Colors Vector GIS display GIS queries Map layers and scale thresholds Hyperlinks and Map tips 66

Data Visualization. Prepared by Francisco Olivera, Ph.D., Srikanth Koka Department of Civil Engineering Texas A&M University February 2004

Data Visualization. Prepared by Francisco Olivera, Ph.D., Srikanth Koka Department of Civil Engineering Texas A&M University February 2004 Data Visualization Prepared by Francisco Olivera, Ph.D., Srikanth Koka Department of Civil Engineering Texas A&M University February 2004 Contents Brief Overview of ArcMap Goals of the Exercise Computer

More information

University of Arkansas Libraries ArcGIS Desktop Tutorial. Section 2: Manipulating Display Parameters in ArcMap. Symbolizing Features and Rasters:

University of Arkansas Libraries ArcGIS Desktop Tutorial. Section 2: Manipulating Display Parameters in ArcMap. Symbolizing Features and Rasters: : Manipulating Display Parameters in ArcMap Symbolizing Features and Rasters: Data sets that are added to ArcMap a default symbology. The user can change the default symbology for their features (point,

More information

ELEMENTS OF ART & PRINCIPLES OF DESIGN

ELEMENTS OF ART & PRINCIPLES OF DESIGN ELEMENTS OF ART & PRINCIPLES OF DESIGN Elements of Art: 1. COLOR Color (hue) is one of the elements of art. Artists use color in many different ways. The colors we see are light waves absorbed or reflected

More information

EXPLORING SPATIAL PATTERNS IN YOUR DATA

EXPLORING SPATIAL PATTERNS IN YOUR DATA EXPLORING SPATIAL PATTERNS IN YOUR DATA OBJECTIVES Learn how to examine your data using the Geostatistical Analysis tools in ArcMap. Learn how to use descriptive statistics in ArcMap and Geoda to analyze

More information

Data Visualization. Brief Overview of ArcMap

Data Visualization. Brief Overview of ArcMap Data Visualization Prepared by Francisco Olivera, Ph.D., P.E., Srikanth Koka and Lauren Walker Department of Civil Engineering September 13, 2006 Contents: Brief Overview of ArcMap Goals of the Exercise

More information

Week 5 Cookbook: GIS Tutorial Chapter 2 GIS Map Design: Choropleth Maps

Week 5 Cookbook: GIS Tutorial Chapter 2 GIS Map Design: Choropleth Maps Week 5 Cookbook: GIS Tutorial Chapter 2 GIS Map Design: Choropleth Maps Week 5 Overview 1. Introducing Choropleth Maps 2. Introducing Map Elements 3. First Hands-On Example 4. Your Turn: GIS Tutorial Chapter

More information

UNDERSTANDING DIFFERENT COLOUR SCHEMES MONOCHROMATIC COLOUR

UNDERSTANDING DIFFERENT COLOUR SCHEMES MONOCHROMATIC COLOUR UNDERSTANDING DIFFERENT COLOUR SCHEMES MONOCHROMATIC COLOUR Monochromatic Colours are all the Colours (tints, tones and shades) of a single hue. Monochromatic colour schemes are derived from a single base

More information

Choosing a classification method

Choosing a classification method Chapter 6 Symbolizing your data 103 Choosing a classification method ArcView offers five classification methods for making a graduated color or graduated symbol map: Natural breaks Quantile Equal area

More information

At the core of this relationship there are the three primary pigment colours RED, YELLOW and BLUE, which cannot be mixed from other colour elements.

At the core of this relationship there are the three primary pigment colours RED, YELLOW and BLUE, which cannot be mixed from other colour elements. The Colour Wheel The colour wheel is designed so that virtually any colours you pick from it will look good together. Over the years, many variations of the basic design have been made, but the most common

More information

Symbolizing your data

Symbolizing your data Symbolizing your data 6 IN THIS CHAPTER A map gallery Drawing all features with one symbol Drawing features to show categories like names or types Managing categories Ways to map quantitative data Standard

More information

Color Theory for Floral Design

Color Theory for Floral Design Color Theory for Floral Design Essential Questions: Why would a floral designer need to have an understanding of color theory? How is color used to create floral designs? How can color be used for store

More information

3 hours One paper 70 Marks. Areas of Learning Theory

3 hours One paper 70 Marks. Areas of Learning Theory GRAPHIC DESIGN CODE NO. 071 Class XII DESIGN OF THE QUESTION PAPER 3 hours One paper 70 Marks Section-wise Weightage of the Theory Areas of Learning Theory Section A (Reader) Section B Application of Design

More information

DESIGN ELEMENTS OF DESIGN

DESIGN ELEMENTS OF DESIGN DESIGN Definition of Design: The term has different connotations in different fields. Informally, a design refers to a plan for the construction of an object (as in architectural blueprints and sewing

More information

Pantone Matching System Color Chart PMS Colors Used For Printing

Pantone Matching System Color Chart PMS Colors Used For Printing Pantone Matching System Color Chart PMS Colors Used For Printing Use this guide to assist your color selection and specification process. This chart is a reference guide only. Pantone colors on computer

More information

Web Editing Tutorial. Copyright 1995-2010 Esri All rights reserved.

Web Editing Tutorial. Copyright 1995-2010 Esri All rights reserved. Copyright 1995-2010 Esri All rights reserved. Table of Contents Tutorial: Creating a Web editing application........................ 3 Copyright 1995-2010 Esri. All rights reserved. 2 Tutorial: Creating

More information

Tutorial 3 - Map Symbology in ArcGIS

Tutorial 3 - Map Symbology in ArcGIS Tutorial 3 - Map Symbology in ArcGIS Introduction ArcGIS provides many ways to display and analyze map features. Although not specifically a map-making or cartographic program, ArcGIS does feature a wide

More information

Modifying Colors and Symbols in ArcMap

Modifying Colors and Symbols in ArcMap Modifying Colors and Symbols in ArcMap Contents Introduction... 1 Displaying Categorical Data... 3 Creating New Categories... 5 Displaying Numeric Data... 6 Graduated Colors... 6 Graduated Symbols... 9

More information

VISUAL ARTS VOCABULARY

VISUAL ARTS VOCABULARY VISUAL ARTS VOCABULARY Abstract Artwork in which the subject matter is stated in a brief, simplified manner; little or no attempt is made to represent images realistically, and objects are often simplified

More information

Color Balancing Techniques

Color Balancing Techniques Written by Jonathan Sachs Copyright 1996-1999 Digital Light & Color Introduction Color balancing refers to the process of removing an overall color bias from an image. For example, if an image appears

More information

Crime Mapping Methods. Assigning Spatial Locations to Events (Address Matching or Geocoding)

Crime Mapping Methods. Assigning Spatial Locations to Events (Address Matching or Geocoding) Chapter 15 Crime Mapping Crime Mapping Methods Police departments are never at a loss for data. To use crime mapping is to take data from myriad sources and make the data appear on the computer screen

More information

Expert Color Choices for Presenting Data

Expert Color Choices for Presenting Data Expert Color Choices for Presenting Data Maureen Stone, StoneSoup Consulting The problem of choosing colors for data visualization is expressed by this quote from information visualization guru Edward

More information

Help Document for WWW.SAGIS.ORG. Step by step, how-to instructions for navigating and using the Savannah Area GIS viewer.

Help Document for WWW.SAGIS.ORG. Step by step, how-to instructions for navigating and using the Savannah Area GIS viewer. Help Document for WWW.SAGIS.ORG Step by step, how-to instructions for navigating and using the Savannah Area GIS viewer. 1 SAGIS Savannah Area GIS is focused on providing access to Geospatial data in a

More information

In A Nutshell, What is Color Theory? The interaction of colors in a design through complementation contrast vibrancy.

In A Nutshell, What is Color Theory? The interaction of colors in a design through complementation contrast vibrancy. Color Theory Adapted from http://webdesign.tutsplus.com/articles/design-theory/an-introduction-to-color-theory-for-web-designers/ and http://coding.smashingmagazine.com/2012/10/04/the-code-side-of-color/

More information

Tutorial 3: Working with Tables Joining Multiple Databases in ArcGIS

Tutorial 3: Working with Tables Joining Multiple Databases in ArcGIS Tutorial 3: Working with Tables Joining Multiple Databases in ArcGIS This tutorial will introduce you to the following concepts: Identifying Attribute Data Sources Converting Tabular Data into GIS Databases

More information

Choosing Colors for Data Visualization Maureen Stone January 17, 2006

Choosing Colors for Data Visualization Maureen Stone January 17, 2006 Choosing Colors for Data Visualization Maureen Stone January 17, 2006 The problem of choosing colors for data visualization is expressed by this quote from information visualization guru Edward Tufte:

More information

Outline. Quantizing Intensities. Achromatic Light. Optical Illusion. Quantizing Intensities. CS 430/585 Computer Graphics I

Outline. Quantizing Intensities. Achromatic Light. Optical Illusion. Quantizing Intensities. CS 430/585 Computer Graphics I CS 430/585 Computer Graphics I Week 8, Lecture 15 Outline Light Physical Properties of Light and Color Eye Mechanism for Color Systems to Define Light and Color David Breen, William Regli and Maxim Peysakhov

More information

COLOR THEORY WORKSHEET

COLOR THEORY WORKSHEET COLOR THEORY WORKSHEET Use color pencils to complete the following exercises Name: Period Date PRIMARY COLORS cannot be made from any combination of colors. Fade intensity from top left to bottom right

More information

Conquering Color. Dina Wakley http://www.dinawakley.com

Conquering Color. Dina Wakley http://www.dinawakley.com Conquering Color Dina Wakley http://www.dinawakley.com The Color Wheel: There are many systems for explaining and displaying color, but the most common is the 12- color color wheel. Memorize the Color

More information

GEOGRAPHIC INFORMATION SYSTEMS CERTIFICATION

GEOGRAPHIC INFORMATION SYSTEMS CERTIFICATION GEOGRAPHIC INFORMATION SYSTEMS CERTIFICATION GIS Syllabus - Version 1.2 January 2007 Copyright AICA-CEPIS 2009 1 Version 1 January 2007 GIS Certification Programme 1. Target The GIS certification is aimed

More information

Design Elements & Principles

Design Elements & Principles Design Elements & Principles I. Introduction Certain web sites seize users sights more easily, while others don t. Why? Sometimes we have to remark our opinion about likes or dislikes of web sites, and

More information

Color. & the CIELAB. System

Color. & the CIELAB. System Color & the CIELAB System An Interpretation of the CIELAB System olor perception has been debated for many years and, as in any evaluation that relies on human senses, the essence of analysis remains subjective.

More information

Editing Common Polygon Boundary in ArcGIS Desktop 9.x

Editing Common Polygon Boundary in ArcGIS Desktop 9.x Editing Common Polygon Boundary in ArcGIS Desktop 9.x Article ID : 100018 Software : ArcGIS ArcView 9.3, ArcGIS ArcEditor 9.3, ArcGIS ArcInfo 9.3 (or higher versions) Platform : Windows XP, Windows Vista

More information

3D-GIS in the Cloud USER MANUAL. August, 2014

3D-GIS in the Cloud USER MANUAL. August, 2014 3D-GIS in the Cloud USER MANUAL August, 2014 3D GIS in the Cloud User Manual August, 2014 Table of Contents 1. Quick Reference: Navigating and Exploring in the 3D GIS in the Cloud... 2 1.1 Using the Mouse...

More information

Simplify your palette

Simplify your palette Simplify your palette ou can create most any spectrum color with a simple six color palette. And, an infinity of tones and shades you ll make by mixing grays and black with your colors... plus color tints

More information

Graphic Design. Background: The part of an artwork that appears to be farthest from the viewer, or in the distance of the scene.

Graphic Design. Background: The part of an artwork that appears to be farthest from the viewer, or in the distance of the scene. Graphic Design Active Layer- When you create multi layers for your images the active layer, or the only one that will be affected by your actions, is the one with a blue background in your layers palette.

More information

Getting Started With Mortgage MarketSmart

Getting Started With Mortgage MarketSmart Getting Started With Mortgage MarketSmart We are excited that you are using Mortgage MarketSmart and hope that you will enjoy being one of its first users. This Getting Started guide is a work in progress,

More information

Map Navigation Controls. An Interactive, Locally Based Knowledge Resource LivingstonLive.org/maps OR gisapps/livingstonviewerinternal

Map Navigation Controls. An Interactive, Locally Based Knowledge Resource LivingstonLive.org/maps OR gisapps/livingstonviewerinternal Livingston County s Internet Mapping Portal User Guide An Interactive, Locally Based Knowledge Resource LivingstonLive.org/maps OR gisapps/livingstonviewerinternal A vast majority of County government

More information

Elements of Art Name Design Project!

Elements of Art Name Design Project! Elements of Art Name Design Project! 1. On the Project paper Lightly & Largely sketch out the Hollow letters of your first name. 2. Then Outline in Shaprie. 3. Divide your space into 7 sections (any way

More information

Get To Know Paint Shop Pro: Layers

Get To Know Paint Shop Pro: Layers Get To Know Paint Shop Pro: Layers Layers are the building blocks of most images from photo collages to digital scrapbook layouts. Once you harness this powerful tool, you ll be able to easily create stunning

More information

Chapter 1. Creating Sketches in. the Sketch Mode-I. Evaluation chapter. Logon to www.cadcim.com for more details. Learning Objectives

Chapter 1. Creating Sketches in. the Sketch Mode-I. Evaluation chapter. Logon to www.cadcim.com for more details. Learning Objectives Chapter 1 Creating Sketches in Learning Objectives the Sketch Mode-I After completing this chapter you will be able to: Use various tools to create a geometry. Dimension a sketch. Apply constraints to

More information

Intro to GIS Winter 2011. Data Visualization Part I

Intro to GIS Winter 2011. Data Visualization Part I Intro to GIS Winter 2011 Data Visualization Part I Cartographer Code of Ethics Always have a straightforward agenda and have a defining purpose or goal for each map Always strive to know your audience

More information

Tips & Tricks for ArcGIS. Presented by: Jim Mallard, Crime Analysis Supervisor Arlington, Texas. 2007 IACA Conference Pasadena, Ca

Tips & Tricks for ArcGIS. Presented by: Jim Mallard, Crime Analysis Supervisor Arlington, Texas. 2007 IACA Conference Pasadena, Ca Tips & Tricks for ArcGIS Presented by: Jim Mallard, Crime Analysis Supervisor Arlington, Texas 2007 IACA Conference Pasadena, Ca Table of Contents Lock & Load Labels for Maximum Speed!...2 Choose your

More information

Photoshop- Image Editing

Photoshop- Image Editing Photoshop- Image Editing Opening a file: File Menu > Open Photoshop Workspace A: Menus B: Application Bar- view options, etc. C: Options bar- controls specific to the tool you are using at the time. D:

More information

graphic communication

graphic communication Things you need to know - The Colour Wheel - Contrasting Colours - Harmonious Colours - Advancing Colours - Receding Colours - Warm or cold Colours - Tone, Tints and Shades The Colour Wheel Harmonising

More information

How To Color Print

How To Color Print Pantone Matching System Color Chart PMS Colors Used For Printing Use this guide to assist your color selection and specification process. This chart is a reference guide only. Pantone colors on computer

More information

Guide to Viewing Maps in Google Earth

Guide to Viewing Maps in Google Earth Guide to Viewing Maps in Google Earth The BCT made the decision to provide the GIS (Geographic Information System) resources for Bat Groups in the form of Google Earth maps because they do not require

More information

A Beer s Law Experiment

A Beer s Law Experiment A Beer s Law Experiment Introduction There are many ways to determine concentrations of a substance in solution. So far, the only experiences you may have are acid-base titrations or possibly determining

More information

1. Three-Color Light. Introduction to Three-Color Light. Chapter 1. Adding Color Pigments. Difference Between Pigments and Light. Adding Color Light

1. Three-Color Light. Introduction to Three-Color Light. Chapter 1. Adding Color Pigments. Difference Between Pigments and Light. Adding Color Light 1. Three-Color Light Chapter 1 Introduction to Three-Color Light Many of us were taught at a young age that the primary colors are red, yellow, and blue. Our early experiences with color mixing were blending

More information

An Introduction to Point Pattern Analysis using CrimeStat

An Introduction to Point Pattern Analysis using CrimeStat Introduction An Introduction to Point Pattern Analysis using CrimeStat Luc Anselin Spatial Analysis Laboratory Department of Agricultural and Consumer Economics University of Illinois, Urbana-Champaign

More information

DIA Creating Charts and Diagrams

DIA Creating Charts and Diagrams DIA Creating Charts and Diagrams Dia is a vector-based drawing tool similar to Win32 OS Visio. It is suitable for graphical languages such as dataflow diagrams, entity-relationship diagrams, organization

More information

13 PRINTING MAPS. Legend (continued) Bengt Rystedt, Sweden

13 PRINTING MAPS. Legend (continued) Bengt Rystedt, Sweden 13 PRINTING MAPS Bengt Rystedt, Sweden Legend (continued) 13.1 Introduction By printing we mean all kind of duplication and there are many kind of media, but the most common one nowadays is your own screen.

More information

Creating a History Day Exhibit Adapted from materials at the National History Day website

Creating a History Day Exhibit Adapted from materials at the National History Day website Creating a History Day Exhibit Adapted from materials at the National History Day website Exhibits are designed to display visual and written information on topics in an attractive and understandable manner.

More information

Instagram Post Data Analysis

Instagram Post Data Analysis Instagram Post Data Analysis Yanling He Xin Yang Xiaoyi Zhang Abstract Because of the spread of the Internet, social platforms become big data pools. From there we can learn about the trends, culture and

More information

Welcome to CorelDRAW, a comprehensive vector-based drawing and graphic-design program for the graphics professional.

Welcome to CorelDRAW, a comprehensive vector-based drawing and graphic-design program for the graphics professional. Workspace tour Welcome to CorelDRAW, a comprehensive vector-based drawing and graphic-design program for the graphics professional. In this tutorial, you will become familiar with the terminology and workspace

More information

How To Check For Differences In The One Way Anova

How To Check For Differences In The One Way Anova MINITAB ASSISTANT WHITE PAPER This paper explains the research conducted by Minitab statisticians to develop the methods and data checks used in the Assistant in Minitab 17 Statistical Software. One-Way

More information

INTRODUCTION to ESRI ARCGIS For Visualization, CPSC 178

INTRODUCTION to ESRI ARCGIS For Visualization, CPSC 178 INTRODUCTION to ESRI ARCGIS For Visualization, CPSC 178 1) Navigate to the C:/temp folder 2) Make a directory using your initials. 3) Use your web browser to navigate to www.library.yale.edu/mapcoll/ and

More information

AutoDWG DWGSee DWG Viewer. DWGSee User Guide

AutoDWG DWGSee DWG Viewer. DWGSee User Guide DWGSee User Guide DWGSee is comprehensive software for viewing, printing, marking and sharing DWG files. It is fast, powerful and easy-to-use for every expert and beginners. Starting DWGSee After you install

More information

DATA VISUALIZATION GABRIEL PARODI STUDY MATERIAL: PRINCIPLES OF GEOGRAPHIC INFORMATION SYSTEMS AN INTRODUCTORY TEXTBOOK CHAPTER 7

DATA VISUALIZATION GABRIEL PARODI STUDY MATERIAL: PRINCIPLES OF GEOGRAPHIC INFORMATION SYSTEMS AN INTRODUCTORY TEXTBOOK CHAPTER 7 DATA VISUALIZATION GABRIEL PARODI STUDY MATERIAL: PRINCIPLES OF GEOGRAPHIC INFORMATION SYSTEMS AN INTRODUCTORY TEXTBOOK CHAPTER 7 Contents GIS and maps The visualization process Visualization and strategies

More information

Fireworks CS4 Tutorial Part 1: Intro

Fireworks CS4 Tutorial Part 1: Intro Fireworks CS4 Tutorial Part 1: Intro This Adobe Fireworks CS4 Tutorial will help you familiarize yourself with this image editing software and help you create a layout for a website. Fireworks CS4 is the

More information

DCAD Website Instruction Manual

DCAD Website Instruction Manual DCAD Website Instruction Manual - 1-9/1/2010 INDEX PAGE Search Appraisal ---------------------------- 3-4 Owner Name ------------------------------ 5-6 Account Number ------------------------------ 7 Street

More information

Periodontology. Digital Art Guidelines JOURNAL OF. Monochrome Combination Halftones (grayscale or color images with text and/or line art)

Periodontology. Digital Art Guidelines JOURNAL OF. Monochrome Combination Halftones (grayscale or color images with text and/or line art) JOURNAL OF Periodontology Digital Art Guidelines In order to meet the Journal of Periodontology s quality standards for publication, it is important that authors submit digital art that conforms to the

More information

DATA LAYOUT AND LEVEL-OF-DETAIL CONTROL FOR FLOOD DATA VISUALIZATION

DATA LAYOUT AND LEVEL-OF-DETAIL CONTROL FOR FLOOD DATA VISUALIZATION DATA LAYOUT AND LEVEL-OF-DETAIL CONTROL FOR FLOOD DATA VISUALIZATION Sayaka Yagi Takayuki Itoh Ochanomizu University Mayumi Kurokawa Yuuichi Izu Takahisa Yoneyama Takashi Kohara Toshiba Corporation ABSTRACT

More information

ROCKS AND MINERALS. Richard L. Yepez and Kathleen E. Yepez. An Art Skills Tutorial

ROCKS AND MINERALS. Richard L. Yepez and Kathleen E. Yepez. An Art Skills Tutorial ROCKS AND MINERALS Richard L. Yepez and Kathleen E. Yepez An Art Skills Tutorial Commissioned by the Center for Science Education Research at the University of Texas at Dallas Copyright 2005-2006 by Richard

More information

Spatial Adjustment Tools: The Tutorial

Spatial Adjustment Tools: The Tutorial Spatial Adjustment Tools: The Tutorial By Peter Kasianchuk, ESRI Educational Services In this exercise, you will perform some spatial adjustment and data management operations data to be used in analysis

More information

Adobe Illustrator CS5 Part 1: Introduction to Illustrator

Adobe Illustrator CS5 Part 1: Introduction to Illustrator CALIFORNIA STATE UNIVERSITY, LOS ANGELES INFORMATION TECHNOLOGY SERVICES Adobe Illustrator CS5 Part 1: Introduction to Illustrator Summer 2011, Version 1.0 Table of Contents Introduction...2 Downloading

More information

TCS DIGITAL COLOR WHEEL VERSION 4.1 USER GUIDE

TCS DIGITAL COLOR WHEEL VERSION 4.1 USER GUIDE TCS DIGITAL COLOR WHEEL VERSION 4.1 USER GUIDE We provide this TCS User Guide for our members as well as persons who would like to know more about the functionality before subscribing to TCS Color Match

More information

Perception of Light and Color

Perception of Light and Color Perception of Light and Color Theory and Practice Trichromacy Three cones types in retina a b G+B +R Cone sensitivity functions 100 80 60 40 20 400 500 600 700 Wavelength (nm) Short wavelength sensitive

More information

Exploring Our World with GIS Lesson Plans Engage

Exploring Our World with GIS Lesson Plans Engage Exploring Our World with GIS Lesson Plans Engage Title: Exploring Our Nation 20 minutes *Have students complete group work prior to going to the computer lab. 2.List of themes 3. Computer lab 4. Student

More information

Basic AutoSketch Manual

Basic AutoSketch Manual Basic AutoSketch Manual Instruction for students Skf-Manual.doc of 3 Contents BASIC AUTOSKETCH MANUAL... INSTRUCTION FOR STUDENTS... BASIC AUTOSKETCH INSTRUCTION... 3 SCREEN LAYOUT... 3 MENU BAR... 3 FILE

More information

Create a Poster Using Publisher

Create a Poster Using Publisher Contents 1. Introduction 1. Starting Publisher 2. Create a Poster Template 5. Aligning your images and text 7. Apply a background 12. Add text to your poster 14. Add pictures to your poster 17. Add graphs

More information

THE ELEMENT OF COLOR

THE ELEMENT OF COLOR CREATING BASIC GEOMETRIC FLORAL DESIGNS 8946-B THE ELEMENT OF COLOR Color the dynamic language of design the element of design that speaks messages of joy, comfort, warmth, love, seasons, and holidays!

More information

Using Image J to Measure the Brightness of Stars (Written by Do H. Kim)

Using Image J to Measure the Brightness of Stars (Written by Do H. Kim) Using Image J to Measure the Brightness of Stars (Written by Do H. Kim) What is Image J? Image J is Java-based image processing program developed at the National Institutes of Health. Image J runs on everywhere,

More information

Lesson 3 - Processing a Multi-Layer Yield History. Exercise 3-4

Lesson 3 - Processing a Multi-Layer Yield History. Exercise 3-4 Lesson 3 - Processing a Multi-Layer Yield History Exercise 3-4 Objective: Develop yield-based management zones. 1. File-Open Project_3-3.map. 2. Double click the Average Yield surface component in the

More information

Important Notes Color

Important Notes Color Important Notes Color Introduction A definition for color (MPI Glossary) The selective reflection of light waves in the visible spectrum. Materials that show specific absorption of light will appear the

More information

GRAPHIC DESIGN-CLASS XII (2015-16) SAMPLE QUESTION PAPER II GRAPHIC DESIGN (Theory) Class XII(2015-16)

GRAPHIC DESIGN-CLASS XII (2015-16) SAMPLE QUESTION PAPER II GRAPHIC DESIGN (Theory) Class XII(2015-16) SAMPLE QUESTION PAPER- II GRAPHIC DESIGN-CLASS XII (2015-16) SAMPLE QUESTION PAPER II GRAPHIC DESIGN (Theory) Class XII(2015-16) TIME: 3 HOURS MAX. MARKS: 70 General Instructions 1. The question paper

More information

THE BASICS OF COLOUR THEORY

THE BASICS OF COLOUR THEORY HUE: VALUE: THE BASICS OF COLOUR THEORY Hue is another word for colour, such as blue, red, yellow-green Distinguishes between the lightness (tint) and darkness (shade) of Colours. (TONE) CHROMA: The vibrancy

More information

The following is an overview of lessons included in the tutorial.

The following is an overview of lessons included in the tutorial. Chapter 2 Tutorial Tutorial Introduction This tutorial is designed to introduce you to some of Surfer's basic features. After you have completed the tutorial, you should be able to begin creating your

More information

Tutorial 3: Graphics and Exploratory Data Analysis in R Jason Pienaar and Tom Miller

Tutorial 3: Graphics and Exploratory Data Analysis in R Jason Pienaar and Tom Miller Tutorial 3: Graphics and Exploratory Data Analysis in R Jason Pienaar and Tom Miller Getting to know the data An important first step before performing any kind of statistical analysis is to familiarize

More information

ATOMIC SPECTRA. Apparatus: Optical spectrometer, spectral tubes, power supply, incandescent lamp, bottles of dyed water, elevating jack or block.

ATOMIC SPECTRA. Apparatus: Optical spectrometer, spectral tubes, power supply, incandescent lamp, bottles of dyed water, elevating jack or block. 1 ATOMIC SPECTRA Objective: To measure the wavelengths of visible light emitted by atomic hydrogen and verify the measured wavelengths against those predicted by quantum theory. To identify an unknown

More information

3D Viewer. user's manual 10017352_2

3D Viewer. user's manual 10017352_2 EN 3D Viewer user's manual 10017352_2 TABLE OF CONTENTS 1 SYSTEM REQUIREMENTS...1 2 STARTING PLANMECA 3D VIEWER...2 3 PLANMECA 3D VIEWER INTRODUCTION...3 3.1 Menu Toolbar... 4 4 EXPLORER...6 4.1 3D Volume

More information

Each function call carries out a single task associated with drawing the graph.

Each function call carries out a single task associated with drawing the graph. Chapter 3 Graphics with R 3.1 Low-Level Graphics R has extensive facilities for producing graphs. There are both low- and high-level graphics facilities. The low-level graphics facilities provide basic

More information

Big Data: Rethinking Text Visualization

Big Data: Rethinking Text Visualization Big Data: Rethinking Text Visualization Dr. Anton Heijs anton.heijs@treparel.com Treparel April 8, 2013 Abstract In this white paper we discuss text visualization approaches and how these are important

More information

A Tutorial on Color Symbolization and Data Classification for Mapping and Visualization

A Tutorial on Color Symbolization and Data Classification for Mapping and Visualization A Tutorial on Color Symbolization and Data Classification for Mapping and Visualization Cynthia Brewer, Penn State Geography Prepared for STIS conference sponsored by BioMedware, January 9-10, 2003, in

More information

Lession: 2 Animation Tool: Synfig Card or Page based Icon and Event based Time based Pencil: Synfig Studio: Getting Started: Toolbox Canvas Panels

Lession: 2 Animation Tool: Synfig Card or Page based Icon and Event based Time based Pencil: Synfig Studio: Getting Started: Toolbox Canvas Panels Lession: 2 Animation Tool: Synfig In previous chapter we learn Multimedia and basic building block of multimedia. To create a multimedia presentation using these building blocks we need application programs

More information

PANTONE Solid to Process

PANTONE Solid to Process PANTONE Solid to Process PANTONE C:0 M:0 Y:100 K:0 Proc. Yellow PC PANTONE C:0 M:0 Y:51 K:0 100 PC PANTONE C:0 M:2 Y:69 K:0 106 PC PANTONE C:0 M:100 Y:0 K:0 Proc. Magen. PC PANTONE C:0 M:0 Y:79 K:0 101

More information

DWGSee Professional User Guide

DWGSee Professional User Guide DWGSee Professional User Guide DWGSee is comprehensive software for viewing, printing, marking and sharing DWG files. It is fast, powerful and easy-to-use for every expert and beginners. Starting DWGSee

More information

Lab 7. Exploratory Data Analysis

Lab 7. Exploratory Data Analysis Lab 7. Exploratory Data Analysis SOC 261, Spring 2005 Spatial Thinking in Social Science 1. Background GeoDa is a trademark of Luc Anselin. GeoDa is a collection of software tools designed for exploratory

More information

Excel -- Creating Charts

Excel -- Creating Charts Excel -- Creating Charts The saying goes, A picture is worth a thousand words, and so true. Professional looking charts give visual enhancement to your statistics, fiscal reports or presentation. Excel

More information

GEOGRAPHIC INFORMATION SYSTEMS

GEOGRAPHIC INFORMATION SYSTEMS GIS GEOGRAPHIC INFORMATION SYSTEMS FOR CADASTRAL MAPPING Chapter 7 2015 Cadastral Mapping Manual 7-0 GIS - GEOGRAPHIC INFORMATION SYSTEMS What is GIS For a long time people have sketched, drawn and studied

More information

PennDOT s Internet Traffic Monitoring System (itms) Users Manual Version 003.001

PennDOT s Internet Traffic Monitoring System (itms) Users Manual Version 003.001 PennDOT s Internet Traffic Monitoring System (itms) Users Manual Version 003.001 The online itms for PennDOT s Internet site provides users with general traffic information data as well as a direct link

More information

A simpler version of this lesson is covered in the basic version of these teacher notes.

A simpler version of this lesson is covered in the basic version of these teacher notes. Lesson Element Colour Theory Lesson 2 Advanced Colour Theory A simpler version of this lesson is covered in the basic version of these teacher notes. Task instructions The objective of the lesson is to

More information

Lecture 2: Descriptive Statistics and Exploratory Data Analysis

Lecture 2: Descriptive Statistics and Exploratory Data Analysis Lecture 2: Descriptive Statistics and Exploratory Data Analysis Further Thoughts on Experimental Design 16 Individuals (8 each from two populations) with replicates Pop 1 Pop 2 Randomly sample 4 individuals

More information

Tutorial for Tracker and Supporting Software By David Chandler

Tutorial for Tracker and Supporting Software By David Chandler Tutorial for Tracker and Supporting Software By David Chandler I use a number of free, open source programs to do video analysis. 1. Avidemux, to exerpt the video clip, read the video properties, and save

More information

Introduction to Geographical Data Visualization

Introduction to Geographical Data Visualization perceptual edge Introduction to Geographical Data Visualization Stephen Few, Perceptual Edge Visual Business Intelligence Newsletter March/April 2009 The important stories that numbers have to tell often

More information

PATTERN: A two-dimensional decorative visual repetition. A pattern has no movement and may or may not have rhythm.

PATTERN: A two-dimensional decorative visual repetition. A pattern has no movement and may or may not have rhythm. Project: Elements of Design - NAME Elements: Line, Color, Value, Shape, Space, Texture Principles: Consider what principles you may have used based on the definition of each. Artist to Remember: Research

More information

Volume of Pyramids and Cones

Volume of Pyramids and Cones Volume of Pyramids and Cones Objective To provide experiences with investigating the relationships between the volumes of geometric solids. www.everydaymathonline.com epresentations etoolkit Algorithms

More information

Understand the Sketcher workbench of CATIA V5.

Understand the Sketcher workbench of CATIA V5. Chapter 1 Drawing Sketches in Learning Objectives the Sketcher Workbench-I After completing this chapter you will be able to: Understand the Sketcher workbench of CATIA V5. Start a new file in the Part

More information

Module1. x 1000. y 800.

Module1. x 1000. y 800. Module1 1 Welcome to the first module of the course. It is indeed an exciting event to share with you the subject that has lot to offer both from theoretical side and practical aspects. To begin with,

More information

How to georectify an image in ArcMap 10

How to georectify an image in ArcMap 10 How to georectify an image in ArcMap 10 The University Library has a large collection of historical aerial photos for some North Carolina Counties ( http://www.lib.unc.edu/reference/gis/usda/index.html

More information