Visualization Techniques for Geospatial Data IDV 2015/2016

Size: px
Start display at page:

Download "Visualization Techniques for Geospatial Data IDV 2015/2016"

Transcription

1 Interactive Data Visualization 07 Visualization Techniques for Geospatial Data IDV 2015/2016

2 Notice n Author t João Moura Pires (jmp@fct.unl.pt) n This material can be freely used for personal or academic purposes without any previous authorization from the author, provided that this notice is kept with. n For commercial purposes the use of any part of this material requires the previous authorisation from the author. 2

3 Bibliography n Many examples are extracted and adapted from t Interactive Data Visualization: Foundations, Techniques, and Applications, Matthew O. Ward, Georges Grinstein, Daniel Keim, 2015 t Visualization Analysis & Design, Tamara Munzner,

4 Table of Contents n Visualizing Spatial Data n Visualization of Point Data n Visualization of Line Data n Visualization of Area Data n Other Issues in Geospatial Data Visualization.. 4

5 Interactive Data Visualization Visualizing Spatial Data 5

6 Geospatial data n Geospatial data is different from other kinds of data in that spatial data describes objects or phenomena with a specific location in the real world. n Often, spatial data sets are discrete samples of a continuous phenomenon. n Because of its special characteristics, the basic visualization strategy for spatial data is straightforward; we map the spatial attributes directly to the two physical screen dimensions, resulting in map visualizations. n Maps are the world reduced to points, lines, and areas. The visualization parameters, including size, shape, value, texture, color, orientation, and shape, show additional information about the objects under consideration. 6

7 Geospatial phenomena data n Spatial phenomena according to their spatial dimension: n point phenomena n line phenomena: have length, but essentially no width n area phenomena: have both length and width n surface phenomena: have length, width, and height n Maps can be subdivided into map types based on properties of the data (qualitative versus quantitative; discrete versus continuous) and the properties of the graphical variables (points, lines, surface, volumes). 7

8 Map Projections n Map projections are concerned with mapping the positions on the globe (sphere) to positions on the screen (flat surface). n Π : (λ, φ) (x, y) Degrees of longitude (λ) in [ 180, 180], where negative values stand for western degrees and positive values for eastern degrees. The degrees of latitude (φ) are defined similarly on the interval [ 90, 90], where negative values are used for southern degrees and positive values for northern degrees. 8

9 Map Projections n Lisbon is located at N W Rossio 9

10 Map Projections n Lisbon is located at N W Rossio 10

11 Latitude and Longitude 11

12 Map Projections n A conformal projection retains the local angles on each point of a map correctly, which means that they also locally preserve shapes. The area, however, is not preserved. n Equivalent or equal area if a specific area on one part of the map covers exactly the same surface on the globe, as another part of the map with the same area. Area-accurate projections result in a distortion of form and angles. n Equidistant if it preserves the distance from some standard point or line. n Gnomonic projections allow all great circles to be displayed as straight 12

13 Map Projections n Gnomonic projections allow all great circles to be displayed as straight lines. They preserve the shortest route between two points. n Azimuthal projections preserve the direction from a central point. Usually these projections also have radial symmetry in the scales, e.g., distances from the central point are independent of the angle and consequently, circles with the central point as center result in circles that have the central point on the map as their center. n In a retroazimuthal projection, the direction from a point S to a fixed location L corresponds to the direction on the map from S to L. 13

14 Map Projections: to what kind of surface n Most cylinder projections preserve local angles and are therefore conformal projections. The degrees of longitude and latitude are usually orthogonal to each other 14

15 Map Projections: to what kind of surface n Plane projections are azimuthal projections that map the surface of the sphere to a plane that is tangent to the sphere, with the tangent point corresponding to the center point of the projection. Some plane projections are true perspective projections. 15

16 Map Projections: to what kind of surface n Cone projections map the surface of the sphere to a cone that is tangent to the sphere. Degrees of latitude are represented as circles around the projection center, degrees of longitude as straight lines emanating from this center. Cone projections may be designed in a way that preserves the distance from the center of the cone. 16

17 Map Projections: Equirectangular Cylindrical Projections x = λ, y = φ. n It maps meridians to equally spaced vertical straight lines and circles of latitude to evenly spread horizontal straight lines. The projection does not have any of the desirable map properties and is neither conformal nor equal area. It has little use in navigation, but finds its main usage in thematic mapping. 17

18 Map Projections: Lambert cylindrical projection n Is an equal area projection that is easy to compute and provides nice world maps. 18

19 Map Projections: Mercator projection n is a cylindrical map projection. n It became the standard map projection for nautical purposes because of its ability to represent lines of constant course. 19

20 Map Projections: Mercator projection n is a cylindrical map projection. n It became the standard map projection for nautical purposes because of its ability to represent lines of constant course. Google Maps uses a close variant of the Mercator projection, and therefore cannot accurately show areas around the poles. 20

21 Visual Variables for Spatial Data n n n n n n n size: size of individual symbols, width of lines, or size of symbols in areas; shape: shape of individual symbols or pattern symbols in lines and areas; brightness: brightness of symbols, lines, or areas; color: color of symbols, lines, or areas; orientation: orientation of individual symbols or patterns in lines and areas; spacing (texture): spacing of patterns in symbols, lines, or areas; perspective height: perspective three-dimensional view of the phenomena with the data value mapped to the perspective height of points, lines, or areas; n arrangement: arrangement of patterns within the individual symbols (for point phenomena), patterns of dots and dashes (for line phenomena), or regular versus random distribution of symbols (for area phenomena). 21

22 Visual Variables for Spatial Data 22

23 Issues for spatial data mapping n Note that in spatial data mapping, the chosen class separation, normalization, and spatial aggregation may have a severe impact on the resulting visualization: Different class separation with a significant impact on the generated map 23

24 Issues for spatial data mapping n Note that in spatial data mapping, the chosen class separation, normalization, and spatial aggregation may have a severe impact on the resulting visualization: Absolute versus relative mapping. On the right numbers are displayed relative to the population numbers 24

25 Issues for spatial data mapping n Note that in spatial data mapping, the chosen class separation, normalization, and spatial aggregation may have a severe impact on the resulting visualization: London cholera example with different area aggregations, resulting in quite different maps 25

26 Interactive Data Visualization Visualization of Point Data 26

27 Visualization of Point Data n Point data are discrete in nature, but they may describe a continuous phenomenon. 27

28 Visualization of Point Data n Point data are discrete in nature, but they may describe a continuous phenomenon. n Discrete data are presumed to occur at distinct locations, while continuous data are defined at all locations n Smooth data refers to data that change in a gradual fashion, while abrupt data change suddenly. 28

29 Dot Maps n Point phenomena can be visualized by placing a symbol or pixel at the location where that phenomenon occurs. n A quantitative parameter may be mapped to the size or the color of the symbol or pixel. t Symbols: circles are the most widely used symbol in dot maps, but squares, bars, or any other symbol can be used as well t Size: calculating the correct size of the symbols does not necessarily mean that the symbols will be perceived correctly. The perceived size of the symbols depends on their local neighborhood (e.g., the Ebbinghaus illusion) t Color: take into account the problems of color 29

30 Dot Maps n Point phenomena can be visualized by placing a symbol or pixel at the location where that phenomenon occurs. n A quantitative parameter may be mapped to the size or the color of the symbol or pixel. t Symbols: circles are the most widely used symbol in dot maps, but squares, bars, or any other symbol can be used as well t Size: calculating the correct size of the symbols does not necessarily mean that the symbols will be perceived correctly. The perceived size of the symbols depends on their local neighborhood (e.g., the Ebbinghaus illusion) t Color: take into account the problems of color 29

31 Dot Maps n When large data sets are drawn on a map, the problem of overlap or overplotting of data points arises in highly populated areas, while low-population areas are virtually empty 30

32 Dot Maps n When large data sets are drawn on a map, the problem of overlap or overplotting of data points arises in highly populated areas, while low-population areas are virtually empty n Spatial data are highly non-uniformly distributed in real-world data sets. Credit card payments, telephone calls, health statistics, environmental records, crime data, and census demographics,, etc.. n Approaches for coping with dense spatial data t t 2.5D visualization showing data points aggregated up to map regions Individual data points as bars, according to their statistical value on a map 31

33 Dot Maps n Approaches for coping with dense spatial data Geo-Spatial Data Viewer: From Familiar Land-covering to Arbitrary Distorted Geo-Spatial Quadtree Maps Daniel A. Keim, Christian Panse, Jorn Schneidewind, Mike Sips 32

34 Dot Maps n Approaches for coping with dense spatial data Geo-Spatial Data Viewer: From Familiar Land-covering to Arbitrary Distorted Geo-Spatial Quadtree Maps Daniel A. Keim, Christian Panse, Jorn Schneidewind, Mike Sips 33

35 Dot Maps n Approaches for coping with dense spatial data Geo-Spatial Data Viewer: From Familiar Landcovering to Arbitrary Distorted Geo-Spatial Quadtree Maps Daniel A. Keim, Christian Panse, Jorn Schneidewind, Mike Sips 34

36 Visualization of Point Data: PixelMaps n The idea is to reposition pixels that would otherwise overlap Daniel A. Keim, Christian Panse, Mike Sips, and Stephen C. North. Pixel Based Visual Mining of Geo-Spatial Data. Computers and Graphics 28:3 (2004), Available online ( 2008/6967). 35

37 Interactive Data Visualization Visualization of Line Data 36

38 Visualization of Line Data n The basic idea for visualizing spatial data describing linear phenomena is to represent them as line segments between pairs of endpoints specified by longitude and latitude. n A standard mapping of line data allows data parameters to be mapped to line width, line pattern, line color, and line labeling. n In addition, data properties of the starting and ending points, as well as intersection points, may also be mapped to the visual parameters of the nodes, such as size, shape, color, and labeling. n Lines do not need to be straight, but may be polylines or splines 37

39 Visualization of Line Data n Network Maps 38

40 Visualization of Line Data n Network Maps Visualization study of inbound traffic measured in billions of bytes on the NSFNET T1 backbone for September

41 Visualization of Line Data n Flow Maps and Edge Bundling 40

42 Visualization of Line Data n Flow Maps and Edge Bundling Spatial Clustering in SOLAP Systems to Enhance Map Visualization, Ricardo Silva, João Moura-Pires, Maribel Yasmina Santos 41

43 Visualization of Line Data n Flow Maps and Edge Bundling 42

44 Visualization of Line Data n Geo-espacial lines Mapping London's smells: smellscapes show which streets stink 43

45 Interactive Data Visualization Visualization of Area Data 44

46 Visualization of Area Data: Thematic maps n Choropleth maps: values of an attribute or statistical variable are encoded as colored or shaded regions on the map t Assume that the mapped attribute is uniformly distributed in the regions U.S. election results of the 2008 Obama versus McCain presidential election. 45

47 Visualization of Area Data: Thematic maps n Choropleth maps: values of an attribute or statistical variable are encoded as colored or shaded regions on the map t Assume that the mapped attribute is uniformly distributed in the regions n A problem of choropleth maps is that the most interesting values are often concentrated in densely populated areas with small and barely visible polygons, and less interesting values are spread out over sparsely populated areas with large and visually dominating polygons. 46

48 Visualization of Area Data: Thematic maps n Choropleth maps: values of an attribute or statistical variable are encoded as colored or shaded regions on the map t Assume that the mapped attribute is uniformly distributed in the regions Portuguese population 47

49 Visualization of Area Data: Thematic maps Choropleth map of the percent of population over 65 years old By using a diverging color scheme that can be dynamically manipulated, we can begin to see clusters of localities with low levels of elderly residents (areas circled in yellow near Lisbon and Porto in the center map) By moving the color scheme divergence point to a higher percentage of elderly residents (right), we can more clearly see the clusters of elderly residents that were faintly visible in the original map 48

50 Visualization of Area Data: Thematic maps Deteção e Caracterização Geo-Espacial das Zonas de Acumulação de Acidentes Rodoviários, Luís Filipe Cruz Ramos 49

51 Visualization of Area Data: Thematic maps 50

52 Visualization of Area Data: Thematic maps 51

53 Visualization of Area Data: Thematic maps 52

54 Visualization of Area Data: Thematic maps n If the attribute has a different distribution than the partitioning into regions, other techniques, such as dasymetric maps, are used. The variable to be shown forms areas independent of the original regions. To do this, ancillary information is acquired, which means the cartographer steps statistical data according to extra information collected within the boundary 53

55 Visualization of Area Data: Thematic maps n A third important type of map is an isarithmic map, which shows the contours of some continuous phenomena: isometric maps, if the contours are determined from real data points such as temperatures measured at a specific location. An isarithmic map showing the number of pictures taken on Mainau Island, using a heatmap, where the colors range from black to red to yellow, with yellow representing the most photographs 54

56 Visualization of Area Data: Thematic maps An isarithmic map showing the the average anual temperature 55

57 Visualization of Area Data: Thematic maps n A third important type of map is an isarithmic map, which shows the contours of some continuous phenomena: isopleth maps, if the data are measured for a certain region (such as a county) and, for example, the centroid is considered as the data point. Source 56

58 Visualization of Area Data: Thematic maps n A third important type of map is an isarithmic map, which shows the contours of some continuous phenomena. n isometric maps, if the contours are determined from real data points such as temperatures measured at a specific location. n isopleth maps, if the data are measured for a certain region (such as a county) and, for example, the centroid is considered as the data point. n One of the main tasks in generating isarithmic maps is the interpolation of the data points to obtain smooth contours, which is done, for example, by triangulation, or inverse distance mapping. 57

59 Visualization of Area Data: Cartograms n A problem of choropleth maps is that the most interesting values are often concentrated in densely populated areas with small and barely visible polygons, and less interesting values are spread out over sparsely populated areas with large and visually dominating polygons. n Cartograms are generalizations of ordinary thematic maps that avoid the problems of choropleth maps by distorting the geography according to the displayed statistical value: n The size of regions is scaled to reflect a statistical variable, leading to unique distortions of the map geometry. 58

60 Visualization of Area Data: Cartograms 59

61 Visualization of Area Data: Cartograms n Noncontinuous cartograms can exactly satisfy area and shape constraints, but don t preserve the input map s topology. Because the scaled polygons are drawn inside the original regions, the loss of topology doesn t cause perceptual problems. n More critical is that the polygon s original size restricts its final size. 60

62 Visualization of Area Data: Cartograms n Noncontiguous cartograms, scale all polygons to their target sizes, perfectly satisfying the area objectives. They provide perfect area adjustment, with good shape preservation. However, they lose the map s global shape and topology, which can make perceiving the generated visualization as a map difficult. 61

63 Visualization of Area Data: Cartograms n Circular cartograms, completely ignore the input polygon s shape, representing each as a circle in the output. Circular cartograms have some of the same problems as noncontiguous cartograms. 62

64 Visualization of Area Data: Cartograms n Continuous cartograms retain a map s topology perfectly, but they relax the given area and shape constraints. In general, cartograms can t fully satisfy shape or area objectives, so cartogram generation involves a complex optimization problem in searching for a good compromise between shape and area preservation 63

65 Visualization of Area Data: Cartograms n A U.S. state population cartogram with the presidential election results of The area of the states in the cartogram corresponds to the population, and the color (shaded and not shaded areas) corresponds to the percentage of the vote. A bipolar color map depicts which candidate has won each state. Figure Interactive Data Visualization: Foundations, Techniques, and Applications, Matthew O. Ward, Georges Grinstein, Daniel Keim,

66 Visualization of Area Data: Cartograms 65

67 Interactive Data Visualization Other Issues in Geospatial Data Visualization 66

68 Other Issues in Geospatial Data Visualization n Map generalization is the process of selecting and abstracting information on a map. Generalization is used when a small-scale map is derived from a large-scale map containing detailed information. t map generalizations are application- and task-dependent, e.g., good map generalizations emphasize the map elements that are most important for the task at hand, while still representing the geography in the most accurate and recognizable way: simplify points, simplify lines, simplify polygons, etc.. t Map labeling deals with placing textual or figurative labels close to points, lines, and polygons 67

69 Other Issues in Geospatial Data Visualization 68

70 Other Issues in Geospatial Data Visualization 69

71 Other Issues in Geospatial Data Visualization 70

72 Interactive Data Visualization Further Reading and Summary 71

73 Further Reading n Pag from Interactive Data Visualization: Foundations, Techniques, and Applications, Matthew O. Ward, Georges Grinstein, Daniel Keim, 2015 Further Reading and Summary 72

Thematic Map Types. Information Visualization MOOC. Unit 3 Where : Geospatial Data. Overview and Terminology

Thematic Map Types. Information Visualization MOOC. Unit 3 Where : Geospatial Data. Overview and Terminology Thematic Map Types Classification according to content: Physio geographical maps: geological, geophysical, meteorological, soils, vegetation Socio economic maps: historical, political, population, economy,

More information

SESSION 8: GEOGRAPHIC INFORMATION SYSTEMS AND MAP PROJECTIONS

SESSION 8: GEOGRAPHIC INFORMATION SYSTEMS AND MAP PROJECTIONS SESSION 8: GEOGRAPHIC INFORMATION SYSTEMS AND MAP PROJECTIONS KEY CONCEPTS: In this session we will look at: Geographic information systems and Map projections. Content that needs to be covered for examination

More information

What is GIS? Geographic Information Systems. Introduction to ArcGIS. GIS Maps Contain Layers. What Can You Do With GIS? Layers Can Contain Features

What is GIS? Geographic Information Systems. Introduction to ArcGIS. GIS Maps Contain Layers. What Can You Do With GIS? Layers Can Contain Features What is GIS? Geographic Information Systems Introduction to ArcGIS A database system in which the organizing principle is explicitly SPATIAL For CPSC 178 Visualization: Data, Pixels, and Ideas. What Can

More information

Geo-Spatial Data Viewer: From Familiar Land-covering to Arbitrary Distorted Geo-Spatial Quadtree Maps

Geo-Spatial Data Viewer: From Familiar Land-covering to Arbitrary Distorted Geo-Spatial Quadtree Maps Geo-Spatial Data Viewer: From Familiar Land-covering to Arbitrary Distorted Geo-Spatial Quadtree Maps Daniel A. Keim, Christian Panse, Jörn Schneidewind, Mike Sips Universität Konstanz, Universitätsstrasse

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

Algebra 1 2008. Academic Content Standards Grade Eight and Grade Nine Ohio. Grade Eight. Number, Number Sense and Operations Standard

Algebra 1 2008. Academic Content Standards Grade Eight and Grade Nine Ohio. Grade Eight. Number, Number Sense and Operations Standard Academic Content Standards Grade Eight and Grade Nine Ohio Algebra 1 2008 Grade Eight STANDARDS Number, Number Sense and Operations Standard Number and Number Systems 1. Use scientific notation to express

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

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

Finding Spatial Patterns in Network Data

Finding Spatial Patterns in Network Data Finding Spatial Patterns in Network Data Roland Heilmann, Daniel A. Keim, Christian Panse, Jörn Schneidewind, and Mike Sips University of Konstanz, Germany {heilmann,keim,panse,schneidewind,sips}@dbvis.inf.uni-konstanz.de

More information

Chapter 5: Working with contours

Chapter 5: Working with contours Introduction Contoured topographic maps contain a vast amount of information about the three-dimensional geometry of the land surface and the purpose of this chapter is to consider some of the ways in

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

John F. Cotton College of Architecture & Environmental Design California Polytechnic State University San Luis Obispo, California JOHN F.

John F. Cotton College of Architecture & Environmental Design California Polytechnic State University San Luis Obispo, California JOHN F. SO L I DMO D E L I N GAS A TO O LFO RCO N S T RU C T I N SO G LA REN V E LO PE S by John F. Cotton College of Architecture & Environmental Design California Polytechnic State University San Luis Obispo,

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

Pre-Algebra 2008. Academic Content Standards Grade Eight Ohio. Number, Number Sense and Operations Standard. Number and Number Systems

Pre-Algebra 2008. Academic Content Standards Grade Eight Ohio. Number, Number Sense and Operations Standard. Number and Number Systems Academic Content Standards Grade Eight Ohio Pre-Algebra 2008 STANDARDS Number, Number Sense and Operations Standard Number and Number Systems 1. Use scientific notation to express large numbers and small

More information

Geography I Pre Test #1

Geography I Pre Test #1 Geography I Pre Test #1 1. The sun is a star in the galaxy. a) Orion b) Milky Way c) Proxima Centauri d) Alpha Centauri e) Betelgeuse 2. The response to earth's rotation is a) an equatorial bulge b) polar

More information

CIS 467/602-01: Data Visualization

CIS 467/602-01: Data Visualization CIS 467/602-01: Data Visualization Maps Dr. David Koop Assignment 3 http://www.cis.umassd.edu/ ~dkoop/cis467/assignment3.html Networks and Maps Little East Women's Basketball data Network of games with

More information

Introduction to GIS (Basics, Data, Analysis) & Case Studies. 13 th May 2004. Content. What is GIS?

Introduction to GIS (Basics, Data, Analysis) & Case Studies. 13 th May 2004. Content. What is GIS? Introduction to GIS (Basics, Data, Analysis) & Case Studies 13 th May 2004 Content Introduction to GIS Data concepts Data input Analysis Applications selected examples What is GIS? Geographic Information

More information

Technical Drawing Specifications Resource A guide to support VCE Visual Communication Design study design 2013-17

Technical Drawing Specifications Resource A guide to support VCE Visual Communication Design study design 2013-17 A guide to support VCE Visual Communication Design study design 2013-17 1 Contents INTRODUCTION The Australian Standards (AS) Key knowledge and skills THREE-DIMENSIONAL DRAWING PARALINE DRAWING Isometric

More information

Activity Set 4. Trainer Guide

Activity Set 4. Trainer Guide Geometry and Measurement of Solid Figures Activity Set 4 Trainer Guide Mid_SGe_04_TG Copyright by the McGraw-Hill Companies McGraw-Hill Professional Development GEOMETRY AND MEASUREMENT OF SOLID FIGURES

More information

Diagrams and Graphs of Statistical Data

Diagrams and Graphs of Statistical Data Diagrams and Graphs of Statistical Data One of the most effective and interesting alternative way in which a statistical data may be presented is through diagrams and graphs. There are several ways in

More information

Data Visualization Techniques and Practices Introduction to GIS Technology

Data Visualization Techniques and Practices Introduction to GIS Technology Data Visualization Techniques and Practices Introduction to GIS Technology Michael Greene Advanced Analytics & Modeling, Deloitte Consulting LLP March 16 th, 2010 Antitrust Notice The Casualty Actuarial

More information

MAP PROJECTIONS AND VISUALIZATION OF NAVIGATIONAL PATHS IN ELECTRONIC CHART SYSTEMS

MAP PROJECTIONS AND VISUALIZATION OF NAVIGATIONAL PATHS IN ELECTRONIC CHART SYSTEMS MAP PROJECTIONS AND VISUALIZATION OF NAVIGATIONAL PATHS IN ELECTRONIC CHART SYSTEMS Athanasios PALLIKARIS [1] and Lysandros TSOULOS [2] [1] Associate Professor. Hellenic Naval Academy, Sea Sciences and

More information

Appendix 11.2 Use of Geographic Information Systems (GIS) to Map Data

Appendix 11.2 Use of Geographic Information Systems (GIS) to Map Data Appendix 11.2 Use of Geographic Information Systems (GIS) to Map Data The application of Geographic Information Systems (GIS) methods has become an integral component of aggregating, analyzing, and evaluating

More information

NGA GRID GUIDE HOW TO USE ArcGIS 8.x ANS 9.x TO GENERATE MGRS AND OTHER MAP GRIDS

NGA GRID GUIDE HOW TO USE ArcGIS 8.x ANS 9.x TO GENERATE MGRS AND OTHER MAP GRIDS GEOSPATIAL SCIENCES DIVISION COORDINATE SYSTEMS ANALYSIS TEAM (CSAT) SEPTEMBER 2005 Minor Revisions March 2006 POC Kurt Schulz NGA GRID GUIDE HOW TO USE ArcGIS 8.x ANS 9.x TO GENERATE MGRS AND OTHER MAP

More information

MA 323 Geometric Modelling Course Notes: Day 02 Model Construction Problem

MA 323 Geometric Modelling Course Notes: Day 02 Model Construction Problem MA 323 Geometric Modelling Course Notes: Day 02 Model Construction Problem David L. Finn November 30th, 2004 In the next few days, we will introduce some of the basic problems in geometric modelling, and

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

Angle - a figure formed by two rays or two line segments with a common endpoint called the vertex of the angle; angles are measured in degrees

Angle - a figure formed by two rays or two line segments with a common endpoint called the vertex of the angle; angles are measured in degrees Angle - a figure formed by two rays or two line segments with a common endpoint called the vertex of the angle; angles are measured in degrees Apex in a pyramid or cone, the vertex opposite the base; in

More information

ISO 1101 Geometrical product specifications (GPS) Geometrical tolerancing Tolerances of form, orientation, location and run-out

ISO 1101 Geometrical product specifications (GPS) Geometrical tolerancing Tolerances of form, orientation, location and run-out INTERNATIONAL STANDARD ISO 1101 Third edition 2012-04-15 Geometrical product specifications (GPS) Geometrical tolerancing Tolerances of form, orientation, location and run-out Spécification géométrique

More information

Clustering & Visualization

Clustering & Visualization Chapter 5 Clustering & Visualization Clustering in high-dimensional databases is an important problem and there are a number of different clustering paradigms which are applicable to high-dimensional data.

More information

TABLE OF CONTENTS. INTRODUCTION... 5 Advance Concrete... 5 Where to find information?... 6 INSTALLATION... 7 STARTING ADVANCE CONCRETE...

TABLE OF CONTENTS. INTRODUCTION... 5 Advance Concrete... 5 Where to find information?... 6 INSTALLATION... 7 STARTING ADVANCE CONCRETE... Starting Guide TABLE OF CONTENTS INTRODUCTION... 5 Advance Concrete... 5 Where to find information?... 6 INSTALLATION... 7 STARTING ADVANCE CONCRETE... 7 ADVANCE CONCRETE USER INTERFACE... 7 Other important

More information

Geometry Notes PERIMETER AND AREA

Geometry Notes PERIMETER AND AREA Perimeter and Area Page 1 of 57 PERIMETER AND AREA Objectives: After completing this section, you should be able to do the following: Calculate the area of given geometric figures. Calculate the perimeter

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

Summarizing and Displaying Categorical Data

Summarizing and Displaying Categorical Data Summarizing and Displaying Categorical Data Categorical data can be summarized in a frequency distribution which counts the number of cases, or frequency, that fall into each category, or a relative frequency

More information

Curriculum Map by Block Geometry Mapping for Math Block Testing 2007-2008. August 20 to August 24 Review concepts from previous grades.

Curriculum Map by Block Geometry Mapping for Math Block Testing 2007-2008. August 20 to August 24 Review concepts from previous grades. Curriculum Map by Geometry Mapping for Math Testing 2007-2008 Pre- s 1 August 20 to August 24 Review concepts from previous grades. August 27 to September 28 (Assessment to be completed by September 28)

More information

CATIA Wireframe & Surfaces TABLE OF CONTENTS

CATIA Wireframe & Surfaces TABLE OF CONTENTS TABLE OF CONTENTS Introduction... 1 Wireframe & Surfaces... 2 Pull Down Menus... 3 Edit... 3 Insert... 4 Tools... 6 Generative Shape Design Workbench... 7 Bottom Toolbar... 9 Tools... 9 Analysis... 10

More information

Optical Illusions Essay Angela Wall EMAT 6690

Optical Illusions Essay Angela Wall EMAT 6690 Optical Illusions Essay Angela Wall EMAT 6690! Optical illusions are images that are visually perceived differently than how they actually appear in reality. These images can be very entertaining, but

More information

Introduction to CATIA V5

Introduction to CATIA V5 Introduction to CATIA V5 Release 16 (A Hands-On Tutorial Approach) Kirstie Plantenberg University of Detroit Mercy SDC PUBLICATIONS Schroff Development Corporation www.schroff.com www.schroff-europe.com

More information

ART A. PROGRAM RATIONALE AND PHILOSOPHY

ART A. PROGRAM RATIONALE AND PHILOSOPHY ART A. PROGRAM RATIONALE AND PHILOSOPHY Art education is concerned with the organization of visual material. A primary reliance upon visual experience gives an emphasis that sets it apart from the performing

More information

Lecture 2. Map Projections and GIS Coordinate Systems. Tomislav Sapic GIS Technologist Faculty of Natural Resources Management Lakehead University

Lecture 2. Map Projections and GIS Coordinate Systems. Tomislav Sapic GIS Technologist Faculty of Natural Resources Management Lakehead University Lecture 2 Map Projections and GIS Coordinate Systems Tomislav Sapic GIS Technologist Faculty of Natural Resources Management Lakehead University Map Projections Map projections are mathematical formulas

More information

The Map Grid of Australia 1994 A Simplified Computational Manual

The Map Grid of Australia 1994 A Simplified Computational Manual The Map Grid of Australia 1994 A Simplified Computational Manual The Map Grid of Australia 1994 A Simplified Computational Manual 'What's the good of Mercator's North Poles and Equators, Tropics, Zones

More information

Utilizing spatial information systems for non-spatial-data analysis

Utilizing spatial information systems for non-spatial-data analysis Jointly published by Akadémiai Kiadó, Budapest Scientometrics, and Kluwer Academic Publishers, Dordrecht Vol. 51, No. 3 (2001) 563 571 Utilizing spatial information systems for non-spatial-data analysis

More information

11.1. Objectives. Component Form of a Vector. Component Form of a Vector. Component Form of a Vector. Vectors and the Geometry of Space

11.1. Objectives. Component Form of a Vector. Component Form of a Vector. Component Form of a Vector. Vectors and the Geometry of Space 11 Vectors and the Geometry of Space 11.1 Vectors in the Plane Copyright Cengage Learning. All rights reserved. Copyright Cengage Learning. All rights reserved. 2 Objectives! Write the component form of

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

A HYBRID APPROACH FOR AUTOMATED AREA AGGREGATION

A HYBRID APPROACH FOR AUTOMATED AREA AGGREGATION A HYBRID APPROACH FOR AUTOMATED AREA AGGREGATION Zeshen Wang ESRI 380 NewYork Street Redlands CA 92373 Zwang@esri.com ABSTRACT Automated area aggregation, which is widely needed for mapping both natural

More information

Prentice Hall Algebra 2 2011 Correlated to: Colorado P-12 Academic Standards for High School Mathematics, Adopted 12/2009

Prentice Hall Algebra 2 2011 Correlated to: Colorado P-12 Academic Standards for High School Mathematics, Adopted 12/2009 Content Area: Mathematics Grade Level Expectations: High School Standard: Number Sense, Properties, and Operations Understand the structure and properties of our number system. At their most basic level

More information

CHAPTER 8, GEOMETRY. 4. A circular cylinder has a circumference of 33 in. Use 22 as the approximate value of π and find the radius of this cylinder.

CHAPTER 8, GEOMETRY. 4. A circular cylinder has a circumference of 33 in. Use 22 as the approximate value of π and find the radius of this cylinder. TEST A CHAPTER 8, GEOMETRY 1. A rectangular plot of ground is to be enclosed with 180 yd of fencing. If the plot is twice as long as it is wide, what are its dimensions? 2. A 4 cm by 6 cm rectangle has

More information

In mathematics, there are four attainment targets: using and applying mathematics; number and algebra; shape, space and measures, and handling data.

In mathematics, there are four attainment targets: using and applying mathematics; number and algebra; shape, space and measures, and handling data. MATHEMATICS: THE LEVEL DESCRIPTIONS In mathematics, there are four attainment targets: using and applying mathematics; number and algebra; shape, space and measures, and handling data. Attainment target

More information

A Short Introduction to Computer Graphics

A Short Introduction to Computer Graphics A Short Introduction to Computer Graphics Frédo Durand MIT Laboratory for Computer Science 1 Introduction Chapter I: Basics Although computer graphics is a vast field that encompasses almost any graphical

More information

Information Visualization Multivariate Data Visualization Krešimir Matković

Information Visualization Multivariate Data Visualization Krešimir Matković Information Visualization Multivariate Data Visualization Krešimir Matković Vienna University of Technology, VRVis Research Center, Vienna Multivariable >3D Data Tables have so many variables that orthogonal

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

Geovisualization. Geovisualization, cartographic transformation, cartograms, dasymetric maps, scientific visualization (ViSC), PPGIS

Geovisualization. Geovisualization, cartographic transformation, cartograms, dasymetric maps, scientific visualization (ViSC), PPGIS 13 Geovisualization OVERVIEW Using techniques of geovisualization, GIS provides a far richer and more flexible medium for portraying attribute distributions than the paper mapping which is covered in Chapter

More information

Topographic Change Detection Using CloudCompare Version 1.0

Topographic Change Detection Using CloudCompare Version 1.0 Topographic Change Detection Using CloudCompare Version 1.0 Emily Kleber, Arizona State University Edwin Nissen, Colorado School of Mines J Ramón Arrowsmith, Arizona State University Introduction CloudCompare

More information

Segmentation of building models from dense 3D point-clouds

Segmentation of building models from dense 3D point-clouds Segmentation of building models from dense 3D point-clouds Joachim Bauer, Konrad Karner, Konrad Schindler, Andreas Klaus, Christopher Zach VRVis Research Center for Virtual Reality and Visualization, Institute

More information

Hierarchy and Tree Visualization

Hierarchy and Tree Visualization Hierarchy and Tree Visualization Definition Hierarchies An ordering of groups in which larger groups encompass sets of smaller groups. Data repository in which cases are related to subcases Hierarchical

More information

Traditional Drawing Tools

Traditional Drawing Tools Engineering Drawing Traditional Drawing Tools DRAWING TOOLS DRAWING TOOLS 1. T-Square 2. Triangles DRAWING TOOLS HB for thick line 2H for thin line 3. Adhesive Tape 4. Pencils DRAWING TOOLS 5. Sandpaper

More information

USING ADOBE PhotoShop TO MEASURE EarthKAM IMAGES

USING ADOBE PhotoShop TO MEASURE EarthKAM IMAGES USING ADOBE PhotoShop TO MEASURE EarthKAM IMAGES By James H. Nicholson and Ellen Vaughan Charleston County School District CAN DO Project for the EarthKAM Teacher Training Institute Introduction EarthKAM

More information

ME 111: Engineering Drawing

ME 111: Engineering Drawing ME 111: Engineering Drawing Lecture # 14 (10/10/2011) Development of Surfaces http://www.iitg.ernet.in/arindam.dey/me111.htm http://www.iitg.ernet.in/rkbc/me111.htm http://shilloi.iitg.ernet.in/~psr/ Indian

More information

CHAPTER 9 SURVEYING TERMS AND ABBREVIATIONS

CHAPTER 9 SURVEYING TERMS AND ABBREVIATIONS CHAPTER 9 SURVEYING TERMS AND ABBREVIATIONS Surveying Terms 9-2 Standard Abbreviations 9-6 9-1 A) SURVEYING TERMS Accuracy - The degree of conformity with a standard, or the degree of perfection attained

More information

Data Exploration Data Visualization

Data Exploration Data Visualization Data Exploration Data Visualization What is data exploration? A preliminary exploration of the data to better understand its characteristics. Key motivations of data exploration include Helping to select

More information

Geometry: Unit 1 Vocabulary TERM DEFINITION GEOMETRIC FIGURE. Cannot be defined by using other figures.

Geometry: Unit 1 Vocabulary TERM DEFINITION GEOMETRIC FIGURE. Cannot be defined by using other figures. Geometry: Unit 1 Vocabulary 1.1 Undefined terms Cannot be defined by using other figures. Point A specific location. It has no dimension and is represented by a dot. Line Plane A connected straight path.

More information

Multivariate data visualization using shadow

Multivariate data visualization using shadow Proceedings of the IIEEJ Ima and Visual Computing Wor Kuching, Malaysia, Novembe Multivariate data visualization using shadow Zhongxiang ZHENG Suguru SAITO Tokyo Institute of Technology ABSTRACT When visualizing

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

CS171 Visualization. The Visualization Alphabet: Marks and Channels. Alexander Lex alex@seas.harvard.edu. [xkcd]

CS171 Visualization. The Visualization Alphabet: Marks and Channels. Alexander Lex alex@seas.harvard.edu. [xkcd] CS171 Visualization Alexander Lex alex@seas.harvard.edu The Visualization Alphabet: Marks and Channels [xkcd] This Week Thursday: Task Abstraction, Validation Homework 1 due on Friday! Any more problems

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

Data source, type, and file naming convention

Data source, type, and file naming convention Exercise 1: Basic visualization of LiDAR Digital Elevation Models using ArcGIS Introduction This exercise covers activities associated with basic visualization of LiDAR Digital Elevation Models using ArcGIS.

More information

Statistics Chapter 2

Statistics Chapter 2 Statistics Chapter 2 Frequency Tables A frequency table organizes quantitative data. partitions data into classes (intervals). shows how many data values are in each class. Test Score Number of Students

More information

GIS Tutorial 1. Lecture 2 Map design

GIS Tutorial 1. Lecture 2 Map design GIS Tutorial 1 Lecture 2 Map design Outline Choropleth maps Colors Vector GIS display GIS queries Map layers and scale thresholds Hyperlinks and map tips 2 Lecture 2 CHOROPLETH MAPS Choropleth maps Color-coded

More information

SOLIDWORKS: SKETCH RELATIONS

SOLIDWORKS: SKETCH RELATIONS Sketch Feature: The shape or topology of the initial sketch or model is important, but exact geometry and dimensions of the initial sketched shapes are NOT. It recommended to work in the following order:

More information

Representing Geography

Representing Geography 3 Representing Geography OVERVIEW This chapter introduces the concept of representation, or the construction of a digital model of some aspect of the Earth s surface. The geographic world is extremely

More information

CS 4204 Computer Graphics

CS 4204 Computer Graphics CS 4204 Computer Graphics 3D views and projection Adapted from notes by Yong Cao 1 Overview of 3D rendering Modeling: *Define object in local coordinates *Place object in world coordinates (modeling transformation)

More information

The GeoMedia Fusion Validate Geometry command provides the GUI for detecting geometric anomalies on a single feature.

The GeoMedia Fusion Validate Geometry command provides the GUI for detecting geometric anomalies on a single feature. The GeoMedia Fusion Validate Geometry command provides the GUI for detecting geometric anomalies on a single feature. Below is a discussion of the Standard Advanced Validate Geometry types. Empty Geometry

More information

Data Mining: Exploring Data. Lecture Notes for Chapter 3. Introduction to Data Mining

Data Mining: Exploring Data. Lecture Notes for Chapter 3. Introduction to Data Mining Data Mining: Exploring Data Lecture Notes for Chapter 3 Introduction to Data Mining by Tan, Steinbach, Kumar What is data exploration? A preliminary exploration of the data to better understand its characteristics.

More information

Information visualization examples

Information visualization examples Information visualization examples 350102: GenICT II 37 Information visualization examples 350102: GenICT II 38 Information visualization examples 350102: GenICT II 39 Information visualization examples

More information

an introduction to VISUALIZING DATA by joel laumans

an introduction to VISUALIZING DATA by joel laumans an introduction to VISUALIZING DATA by joel laumans an introduction to VISUALIZING DATA iii AN INTRODUCTION TO VISUALIZING DATA by Joel Laumans Table of Contents 1 Introduction 1 Definition Purpose 2 Data

More information

What is Visualization? Information Visualization An Overview. Information Visualization. Definitions

What is Visualization? Information Visualization An Overview. Information Visualization. Definitions What is Visualization? Information Visualization An Overview Jonathan I. Maletic, Ph.D. Computer Science Kent State University Visualize/Visualization: To form a mental image or vision of [some

More information

NEW MEXICO Grade 6 MATHEMATICS STANDARDS

NEW MEXICO Grade 6 MATHEMATICS STANDARDS PROCESS STANDARDS To help New Mexico students achieve the Content Standards enumerated below, teachers are encouraged to base instruction on the following Process Standards: Problem Solving Build new mathematical

More information

A Game of Numbers (Understanding Directivity Specifications)

A Game of Numbers (Understanding Directivity Specifications) A Game of Numbers (Understanding Directivity Specifications) José (Joe) Brusi, Brusi Acoustical Consulting Loudspeaker directivity is expressed in many different ways on specification sheets and marketing

More information

Geometry Chapter 1. 1.1 Point (pt) 1.1 Coplanar (1.1) 1.1 Space (1.1) 1.2 Line Segment (seg) 1.2 Measure of a Segment

Geometry Chapter 1. 1.1 Point (pt) 1.1 Coplanar (1.1) 1.1 Space (1.1) 1.2 Line Segment (seg) 1.2 Measure of a Segment Geometry Chapter 1 Section Term 1.1 Point (pt) Definition A location. It is drawn as a dot, and named with a capital letter. It has no shape or size. undefined term 1.1 Line A line is made up of points

More information

Sandia High School Geometry Second Semester FINAL EXAM. Mark the letter to the single, correct (or most accurate) answer to each problem.

Sandia High School Geometry Second Semester FINAL EXAM. Mark the letter to the single, correct (or most accurate) answer to each problem. Sandia High School Geometry Second Semester FINL EXM Name: Mark the letter to the single, correct (or most accurate) answer to each problem.. What is the value of in the triangle on the right?.. 6. D.

More information

3D Visualization of Seismic Activity Associated with the Nazca and South American Plate Subduction Zone (Along Southwestern Chile) Using RockWorks

3D Visualization of Seismic Activity Associated with the Nazca and South American Plate Subduction Zone (Along Southwestern Chile) Using RockWorks 3D Visualization of Seismic Activity Associated with the Nazca and South American Plate Subduction Zone (Along Southwestern Chile) Using RockWorks Table of Contents Figure 1: Top of Nazca plate relative

More information

KEANSBURG SCHOOL DISTRICT KEANSBURG HIGH SCHOOL Mathematics Department. HSPA 10 Curriculum. September 2007

KEANSBURG SCHOOL DISTRICT KEANSBURG HIGH SCHOOL Mathematics Department. HSPA 10 Curriculum. September 2007 KEANSBURG HIGH SCHOOL Mathematics Department HSPA 10 Curriculum September 2007 Written by: Karen Egan Mathematics Supervisor: Ann Gagliardi 7 days Sample and Display Data (Chapter 1 pp. 4-47) Surveys and

More information

Geometry Notes VOLUME AND SURFACE AREA

Geometry Notes VOLUME AND SURFACE AREA Volume and Surface Area Page 1 of 19 VOLUME AND SURFACE AREA Objectives: After completing this section, you should be able to do the following: Calculate the volume of given geometric figures. Calculate

More information

An Introduction to Coordinate Systems in South Africa

An Introduction to Coordinate Systems in South Africa An Introduction to Coordinate Systems in South Africa Centuries ago people believed that the earth was flat and notwithstanding that if this had been true it would have produced serious problems for mariners

More information

Grade 7 & 8 Math Circles Circles, Circles, Circles March 19/20, 2013

Grade 7 & 8 Math Circles Circles, Circles, Circles March 19/20, 2013 Faculty of Mathematics Waterloo, Ontario N2L 3G Introduction Grade 7 & 8 Math Circles Circles, Circles, Circles March 9/20, 203 The circle is a very important shape. In fact of all shapes, the circle is

More information

CXQuotes Doors and Windows Quotation software. Cogitrix

CXQuotes Doors and Windows Quotation software. Cogitrix CXQuotes Doors and Windows Quotation software Cogitrix Table of content TABLE OF CONTENT... 2 TABLES OF PICTURES... 6 SOFTWARE FEATURES... 7 QUICK...7 REDUCING ERRORS...7 PRINT QUALITY...7 PRICES COMPARISON...7

More information

Dashboard Design for Rich and Rapid Monitoring

Dashboard Design for Rich and Rapid Monitoring Dashboard Design for Rich and Rapid Monitoring Stephen Few Visual Business Intelligence Newsletter November 2006 This article is the fourth in a five-part series that features the winning solutions to

More information

McAFEE IDENTITY. October 2011

McAFEE IDENTITY. October 2011 McAFEE IDENTITY 4.2 Our logo is one of our most valuable assets. To ensure that it remains a strong representation of our company, we must present it in a consistent and careful manner across all channels

More information

Equilibrium: Illustrations

Equilibrium: Illustrations Draft chapter from An introduction to game theory by Martin J. Osborne. Version: 2002/7/23. Martin.Osborne@utoronto.ca http://www.economics.utoronto.ca/osborne Copyright 1995 2002 by Martin J. Osborne.

More information

Area of Parallelograms (pages 546 549)

Area of Parallelograms (pages 546 549) A Area of Parallelograms (pages 546 549) A parallelogram is a quadrilateral with two pairs of parallel sides. The base is any one of the sides and the height is the shortest distance (the length of a perpendicular

More information

Algebra Geometry Glossary. 90 angle

Algebra Geometry Glossary. 90 angle lgebra Geometry Glossary 1) acute angle an angle less than 90 acute angle 90 angle 2) acute triangle a triangle where all angles are less than 90 3) adjacent angles angles that share a common leg Example:

More information

Improving Data Mining of Multi-dimension Objects Using a Hybrid Database and Visualization System

Improving Data Mining of Multi-dimension Objects Using a Hybrid Database and Visualization System Improving Data Mining of Multi-dimension Objects Using a Hybrid Database and Visualization System Yan Xia, Anthony Tung Shuen Ho School of Electrical and Electronic Engineering Nanyang Technological University,

More information

SECOND GRADE 1 WEEK LESSON PLANS AND ACTIVITIES

SECOND GRADE 1 WEEK LESSON PLANS AND ACTIVITIES SECOND GRADE 1 WEEK LESSON PLANS AND ACTIVITIES UNIVERSE CYCLE OVERVIEW OF SECOND GRADE UNIVERSE WEEK 1. PRE: Discovering stars. LAB: Analyzing the geometric pattern of constellations. POST: Exploring

More information

MMGD0203 Multimedia Design MMGD0203 MULTIMEDIA DESIGN. Chapter 3 Graphics and Animations

MMGD0203 Multimedia Design MMGD0203 MULTIMEDIA DESIGN. Chapter 3 Graphics and Animations MMGD0203 MULTIMEDIA DESIGN Chapter 3 Graphics and Animations 1 Topics: Definition of Graphics Why use Graphics? Graphics Categories Graphics Qualities File Formats Types of Graphics Graphic File Size Introduction

More information

Constrained Tetrahedral Mesh Generation of Human Organs on Segmented Volume *

Constrained Tetrahedral Mesh Generation of Human Organs on Segmented Volume * Constrained Tetrahedral Mesh Generation of Human Organs on Segmented Volume * Xiaosong Yang 1, Pheng Ann Heng 2, Zesheng Tang 3 1 Department of Computer Science and Technology, Tsinghua University, Beijing

More information

Coordinate Systems. Orbits and Rotation

Coordinate Systems. Orbits and Rotation Coordinate Systems Orbits and Rotation Earth orbit. The earth s orbit around the sun is nearly circular but not quite. It s actually an ellipse whose average distance from the sun is one AU (150 million

More information

SolCAD: 3D Spatial Design Tool Tool to Generate Solar Envelope

SolCAD: 3D Spatial Design Tool Tool to Generate Solar Envelope SolCAD: 3D Spatial Design Tool Tool to Generate Solar Envelope Manu Juyal, Arizona State University Karen Kensek, University of Southern California Ralph Knowles, University of Southern California Abstract

More information

Computer Animation: Art, Science and Criticism

Computer Animation: Art, Science and Criticism Computer Animation: Art, Science and Criticism Tom Ellman Harry Roseman Lecture 4 Parametric Curve A procedure for distorting a straight line into a (possibly) curved line. The procedure lives in a black

More information

Such As Statements, Kindergarten Grade 8

Such As Statements, Kindergarten Grade 8 Such As Statements, Kindergarten Grade 8 This document contains the such as statements that were included in the review committees final recommendations for revisions to the mathematics Texas Essential

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

For example, estimate the population of the United States as 3 times 10⁸ and the

For example, estimate the population of the United States as 3 times 10⁸ and the CCSS: Mathematics The Number System CCSS: Grade 8 8.NS.A. Know that there are numbers that are not rational, and approximate them by rational numbers. 8.NS.A.1. Understand informally that every number

More information