Contour Analysis And Visualization

Size: px
Start display at page:

Download "Contour Analysis And Visualization"

Transcription

1 Contour Analysis And Visualization Objectives : stages The objectives of Contour Analysis and Visualization can be described in the following 1. To study and analyse the contour 2. Visualize the contour lines in 3 Dimensional view Application : There are many fields of interest in which Contour analysis and visualization can be applied. One of the applications of this project is to visualize the mountain in 3 D view. By this visualization we can analyse and obtain the views of both the steep slope and the gentle slope that are present in the mountain. This analysis helps us in identifying the possible regions of mountain that will be suitable for step cultivation and highlight those regions. The contour analysis and visualization can mainly be used to visualize the pressure prevailing all over the huge mass of land. The air pressure over the land varies with temparature and flow of air. Hence it causes a drastic change in our climate and atmosphere. These changes can be analysed with the help of contour lines by using the readings obtained from air pressure sensors which is located all over our country. The sensors produce the readings as per the density of the air pressure over the various land masses.these readings are used to generate the contour lines. The working of contour visualiztion of air pressure is as follows.

2 STAGE 1- Study and Analysis of Contour What is Contour? Contour is line drawn on a map connecting points of equal height. Contour lines connect a series of points of equal elevation and are used to illustrate topography, or relief, on a map. They show the height of ground above Mean Sea Level (M.S.L.) in either feet or metres and can be drawn at any desired interval. For example, numerous contour lines that are terrain; when far apart, they represent a gentler slope. close together indicate hilly or mountainous BASICS OF CONTOUR LINES The contour line represented by the shoreline separates areas that have elevations above sea level from those that have elevations below sea level. We refer to contour lines in terms of their elevation above or below sea level. Contour lines are useful because they allow us to show the shape of the land surface (topography) on a map.the two diagrams below illustrate the same island. The diagram on the left is a view from the side (cross profile view) such as you would see from a ship offshore. The diagram at right is a view from above (map view) such as you would see from an airplane flying over the island.

3 Normal View (0 ft contour line): The shape of the island is shown by location shoreline on the map.remember this shore line is a contour line. It separates areas that are above sea level from those that are below sea level.the shoreline itself is right at zero so we will call it the 0 ft. contour line (we could use m.,cm., in., or any other measurement for elevation). The shape of the island is more complicated than the outline of the shoreline shown on the map above From the profile it is clear that the islands topography varies (that is some parts are higher than others). This is not obvious on map with just one contour line. But contour lines can have elevations other than sea level.we can picture this by pretending that we can change the depth of the ocean. The diagram below shows an island that is getting flooded as we raise the water level 10 ft above the original sea level. 10 ft contour line view : The new island is obviously smaller than the original island.all of the land that was less than 10 ft. above the original sea level is now under water. Only land where the elevation was greater than 10 ft. above sea level remains out of the water.the new shoreline of the island is a contour line because all of the points along this line have the same elevation, but the elevation of this contour line is 10 ft above the elevation of the original shoreline. We repeat this processes in the two diagrams below. By raising water levels to 20 ft and 30 ft above the original see level we can find the location of the 20ft and 30 ft contour lines. Notice our islands gets smaller and smaller.

4 20 ft contour line view : Fortunately we do not really have to flood the world to make contour lines. Unlike shorelines, contour lines are imaginary. They just exist on maps. If we take each of the shorelines from the maps above and draw them on the same map we will get a topographic map (see map below). Taken all together the contour lines supply us with much information on the topography of the island. From the map (and the profile) we can see that this island has two "high" points. 30 ft contour line view : The highest point is above 30 ft elevation (inside the 30 ft contour line). The second high point is above 20 ft in elevation, but does not reach 30 ft. These high points are at the ends of a ridge that runs the length of the island where elevations are above 10 ft. Lower elevations, between the 10 ft contour and sea level surround this ridge. Over all contour lines view :

5 Reading Elevations : A common use for a topographic map is to determine the elevation at a specified locality. The map below is an enlargement of the map of the island from above. Each of the letters from A to E represent locations for which we wish to determine elevation. Use the map and determine (or estimate) the elevation of each of the 5 points. (Assume elevations are given in feet) Point A = 0 ft Point A sits right on the 0 ft contour line. Since all points on this line have an elevation of 0 ft, the elevation of point A is zero. Point B = 10 ft. Point B sits right on the 10 ft contour line. Since all points on this line have an elevation of 10 ft, the elevation of point B is 10 ft. Likewise Point C ~ 15 ft, Point D ~ 25 ft & Point E ~ 8 ft. Reference : We can find the Latitude and Longitude of the any location in the world using global position system (GPS) via gps enabled mobile. We can plot the points to draw the contour lines using the combination of Latitude, Longitude and Altitude values.

6 STAGE 2 Visualization of the contour lines in 3 Dimensional view Visualize : In our Project, we will be visualizing the contour maps using Mayavi, an open source 3D visualization tool and Vtk, a library for several visualization tools. Visualize the contour lines into 3 Dimensional view : Step 1: Write the program to generate the 3 D view from contour values and to generate vtk file. Step 2 : Getting the real world contour values. Here we are going to get contour values of one mountain using GPS. Step 3: Visualize those contour values into Mayavi. Mayavi Mayavi is a 3D Scientific Data Visualization and Plotting. The Mayavi project includes two related packages for 3-dimensional visualization: Mayavi2: A tool for easy and interactive visualization of data, with seamless integration with Python scientific libraries. TVTK: A Traits-based wrapper for the Visualization Toolkit, a popular open-source visualization library. Mayavi2 Mayavi2 seeks to provide easy and interactive visualization of 3-D data. It offers: An (optional) rich user interface with dialogs to interact with all data and objects in the visualization. A simple and clean scripting interface in Python, including one-liners, or an object-oriented programming interface. Mayavi integrates seamlessly with numpy and scipy for 3D plotting and can even be used in IPython interactively, similarly to Matplotlib. The power of the VTK toolkit, harnessed through these interfaces, without forcing you to learn it. Additionally Mayavi2 is a reusable tool that can be embedded in your applications in different ways or combined with the Envisage application-building framework to assemble domain-specific tools.

7 TVTK TVTK wraps VTK objects to provide a convenient, Pythonic API, while supporting Traits attributes and NumPy/SciPy arrays. TVTK is implemented mostly in pure Python, except for a small extension module. Developers typically use TVTK to write Mayavi modules, and then use Mayavi to interact with visualizations or create applications. The above figure is an example for 3D visualiztion generated by Mayavi using some scientific data VTK The Visualization Toolkit (VTK) is an open-source, freely available software system for 3D computer graphics, image processing and visualization. VTK consists of a C++ class library and several interpreted interface layers including Tcl/Tk, Java, and Python. VTK supports a wide variety of visualization algorithms including: scalar, vector, tensor, texture, and volumetric methods; and advanced modeling techniques such as: implicit modeling, polygon reduction, mesh smoothing, cutting, contouring, and Delaunay triangulation.

8 VTK has an extensive information visualization framework, has a suite of 3D interaction widgets, supports parallel processing, and integrates with various databases on GUI toolkits such as Qt and Tk. VTK is cross-platform and runs on Linux, Windows, Mac and Unix platforms. All VTK classes are wrapped with a Pythonic API supporting Traits. Classes are generated at install time on the installed platform. Elementary pickle support. Handles Numeric/numarray/scipy arrays/python lists transparently. Support for a pipeline browser, ivtk and a high-level mlab like module. Envisage plugins for a tvtk scene and the pipeline browser. tvtk is free software with a BSD style license. Demonstration of contour lines formation : Process : The demonstration will show the dynamic changes of contour values and its views. We are going to generate the contour lines from varying heat values, dynamically. Arranging many heat sensors in particular manner. Connect all the sensors into Arduino board to getting dynamic heat values of sensors. And arrange few moving Heat emitting object [say LED] which will generate the heat and is absorbed by the sensors and are converted into values using Arduino. The converted heat values are plotted dynamically and contours are generated. The variation in the distance between the Heat emitting source and each sensors will produce variations in heat values. This variation is considered as the altitude of the contour. Now, we have the values for latitude, longitude and altitude for the contour. When the Heat emitting source is moved dynamically between the sensors, the altitude values of each sensor will vary dynamically resulting in a dynamic contour. By this way, we can get the heat contour values dynamically and plotting those contour lines into computerised view. So we are going to view the dynamic changes of the contour values.

9 Detailed view of process : Take one square plywood. Set 12 (LM35) heat sensors on the plywood by the following manner. Fix four rows containing three sensors in each row of the board. The arrangement is as follows We can give six analog inputs into single arduino board. So we can connect six LM35 heat sensors into single arduino board. Using two arduino boards, we can get 12 heat sensors value.

10

11 Connect those two arduino boards into computer via two USB cables. By this way, we can get the heat sensors value (analog value) in the digital manner (digital value). Make arrangement to move one LED on the plywood by setting some path. We have to arrange the same to move more than one LED on the plywood board. Mark each sensors X-axis and Y-axis. While developing contour maps for this heat sensors values, the X-axis is set as Latitude and Y-axis is set as Longitude for each sensors. These values are assumed to be constants throughout the contour generation process. The heat value sensed by the each sensor are set as the altitude. In contour map, The altitude value is assumed to be the Z-axis which is a dynamic value. The point from the origin is plotted first and the altitude is used as the distance from that point to make a contour circle by assuming the point as the center. For example if (0,0) is the origin, then the point (x1,y1) is plotted from the origin. Then the altitude or heat value z1 is considered as the distance ( height in 3 dimension ) and point (x1,y1) as center to draw the contour circles. All the dynamically generated altitude values are fed into a program. The program inturn is embedded in Mayavi to produce a Dynamic 3 Dimensional View. The digital contour map lines varies dynamically when the Heat emitting source is moved randomly within the sensors range.

12

13

14 When two light emitting sources are placed on different positions over the heat sensor board,it produces a merged effect of contours with two high altitude points. The obtained result is depicted in the following figure.

15 The contours get transformed dynamically from one state to another when the heat source is placed in different positions over the heat sensors. The LED is moved over the path to make dynamic heat changing values which is sensed by all the sensors. The various transition states of LED are as follows.

16 The various transition states contour results are as follows.

17 APPLICATION OF CONTOUR ANALYSIS AND VISUALIZATION:

18 Software Requirements: Open Source Operating system Python language Mayavi2 TVTK Hardware Requirements: GPS Data Logger Few Arduino Boards Heat sensors ( LM35 ) Wires and Fixtures

What is a Topographic Map?

What is a Topographic Map? Topographic Maps Topography From Greek topos, place and grapho, write the study of surface shape and features of the Earth and other planetary bodies. Depiction in maps. Person whom makes maps is called

More information

Make a TOPOGRAPHIC MAP

Make a TOPOGRAPHIC MAP How can you make a topographic map, and what information can you get from it? Activity Overview To build the Panama Canal, engineers dammed the Chagres River. In the process, new lakes were formed, a valley

More information

Visualization Toolkit (VTK) An Introduction

Visualization Toolkit (VTK) An Introduction Visualization Toolkit (VTK) An Introduction An open source, freely available software system for 3D computer graphics, image processing, and visualization Implemented as a C++ class library, with interpreted

More information

ATNS. USING Google EARTH. Version 1

ATNS. USING Google EARTH. Version 1 ATNS USING Google EARTH Version 1 ATNS/HO/Using Google Earth Page 1 25/04/2013 CONTENTS 1. BASIC SETUP 2. NAVIGATING IN GOOGLE EARTH 3. ADDING OBJECTS TO GOOGLE EARTH 4. USER HELP REFERENCES ATNS/HO/Using

More information

Using VTK and the OpenGL Graphics Libraries on HPCx

Using VTK and the OpenGL Graphics Libraries on HPCx Using VTK and the OpenGL Graphics Libraries on HPCx Jeremy Nowell EPCC The University of Edinburgh Edinburgh EH9 3JZ Scotland, UK April 29, 2005 Abstract Some of the graphics libraries and visualisation

More information

3D Data visualization with Mayavi and TVTK

3D Data visualization with Mayavi and TVTK 3D Data visualization with Mayavi and TVTK Prabhu Ramachandran Department of Aerospace Engineering IIT Bombay Advanced tutorials at SciPy09 Caltech, Pasadena Aug. 18, 2009 Prabhu Ramachandran (IIT Bombay)

More information

Technical English -I 5 th week SURVEYING AND MAPPING

Technical English -I 5 th week SURVEYING AND MAPPING Technical English -I 5 th week SURVEYING AND MAPPING What is surveying? It is the art of defining the positions of natural and man-made made features on the Earth s surface. Basic Tasks and Features in

More information

Point Cloud Classification

Point Cloud Classification Point Cloud Classification Introduction VRMesh provides a powerful point cloud classification and feature extraction solution. It automatically classifies vegetation, building roofs, and ground points.

More information

About LIDAR Data. What Are LIDAR Data? How LIDAR Data Are Collected

About LIDAR Data. What Are LIDAR Data? How LIDAR Data Are Collected 1 of 6 10/7/2006 3:24 PM Project Overview Data Description GIS Tutorials Applications Coastal County Maps Data Tools Data Sets & Metadata Other Links About this CD-ROM Partners About LIDAR Data What Are

More information

Visualisation : Lecture 1. So what is visualisation? Visualisation

Visualisation : Lecture 1. So what is visualisation? Visualisation So what is visualisation? UG4 / M.Sc. Course 2006 toby.breckon@ed.ac.uk Computer Vision Lab. Institute for Perception, Action & Behaviour Introducing 1 Application of interactive 3D computer graphics to

More information

2. AREAL PHOTOGRAPHS, SATELLITE IMAGES, & TOPOGRAPHIC MAPS

2. AREAL PHOTOGRAPHS, SATELLITE IMAGES, & TOPOGRAPHIC MAPS LAST NAME (ALL IN CAPS): FIRST NAME: 2. AREAL PHOTOGRAPHS, SATELLITE IMAGES, & TOPOGRAPHIC MAPS Instructions: Refer to Exercise 3 in your Lab Manual on pages 47-64 to answer the questions in this work

More information

PRISM Project for Integrated Earth System Modelling An Infrastructure Project for Climate Research in Europe funded by the European Commission

PRISM Project for Integrated Earth System Modelling An Infrastructure Project for Climate Research in Europe funded by the European Commission PRISM Project for Integrated Earth System Modelling An Infrastructure Project for Climate Research in Europe funded by the European Commission under Contract EVR1-CT2001-40012 The VTK_Mapper Application

More information

AUTOMATIC EXTRACTION OF TERRAIN SKELETON LINES FROM DIGITAL ELEVATION MODELS

AUTOMATIC EXTRACTION OF TERRAIN SKELETON LINES FROM DIGITAL ELEVATION MODELS AUTOMATIC EXTRACTION OF TERRAIN SKELETON LINES FROM DIGITAL ELEVATION MODELS F. Gülgen, T. Gökgöz Yildiz Technical University, Department of Geodetic and Photogrammetric Engineering, 34349 Besiktas Istanbul,

More information

Vector Data Analysis Working with Topographic Data. Vector data analysis working with topographic data.

Vector Data Analysis Working with Topographic Data. Vector data analysis working with topographic data. Vector Data Analysis Working with Topographic Data Vector data analysis working with topographic data. 1 Triangulated Irregular Network Triangulated Irregular Network 2 Triangulated Irregular Networks

More information

Matplotlib Python Plotting

Matplotlib Python Plotting Matplotlib Python Plotting 1 / 6 2 / 6 3 / 6 Matplotlib Python Plotting Matplotlib is a Python 2D plotting library which produces publication quality figures in a variety of hardcopy formats and interactive

More information

Geology and Calculus

Geology and Calculus GEOL 452 - Mathematical Tools in Geology Lab Assignment # 6 - Feb 25, 2010 (Due March 9, 2010) Name: Geology and Calculus A. Volume of San Nicolas Island San Nicolas Island is one of the remote and smaller

More information

Visualization. Images are used to aid in understanding of data. Height Fields and Contours Scalar Fields Volume Rendering Vector Fields [chapter 26]

Visualization. Images are used to aid in understanding of data. Height Fields and Contours Scalar Fields Volume Rendering Vector Fields [chapter 26] Visualization Images are used to aid in understanding of data Height Fields and Contours Scalar Fields Volume Rendering Vector Fields [chapter 26] Tumor SCI, Utah Scientific Visualization Visualize large

More information

WWW home page:

WWW home page: alexander.pletzer@noaa.gov, WWW home page: http://ncvtk.sf.net/ 1 Ncvtk: A program for visualizing planetary data Alexander Pletzer 1,4, Remik Ziemlinski 2,4, and Jared Cohen 3,4 1 RS Information Systems

More information

EMIGMA V9.x Premium Series April 8, 2015

EMIGMA V9.x Premium Series April 8, 2015 EMIGMA V9.x Premium Series April 8, 2015 EMIGMA for Gravity EMIGMA for Gravity license is a comprehensive package that offers a wide array of processing, visualization and interpretation tools. The package

More information

Scalar Visualization

Scalar Visualization Scalar Visualization 5-1 Motivation Visualizing scalar data is frequently encountered in science, engineering, and medicine, but also in daily life. Recalling from earlier, scalar datasets, or scalar fields,

More information

Introduction to Python and VTK

Introduction to Python and VTK Introduction to Python and VTK Scientific Visualization, HT 2013 Lecture 2 Johan Nysjö Centre for Image analysis Swedish University of Agricultural Sciences Uppsala University 2 About me PhD student in

More information

v All Rights Reserved Orange_Box 3D Map Generator - Terrain 1

v All Rights Reserved Orange_Box  3D Map Generator - Terrain 1 v 1.3 2018 All Rights Reserved Orange_Box www.the-orange-box.com 3D Map Generator - Terrain 1 3D Map Generator - Terrain Plugin for Photoshop CC-2014 + newer Features 3D map from every heightmap possible

More information

The 3D Analyst extension extends ArcGIS to support surface modeling and 3- dimensional visualization. 3D Shape Files

The 3D Analyst extension extends ArcGIS to support surface modeling and 3- dimensional visualization. 3D Shape Files NRM 435 Spring 2016 ArcGIS 3D Analyst Page#1 of 9 0B3D Analyst Extension The 3D Analyst extension extends ArcGIS to support surface modeling and 3- dimensional visualization. 3D Shape Files Analogous to

More information

Grading and Volumes CHAPTER INTRODUCTION OBJECTIVES

Grading and Volumes CHAPTER INTRODUCTION OBJECTIVES CHAPTER 10 Grading and Volumes INTRODUCTION AutoCAD Civil 3D uses surface breaklines, cogo points, contours, feature lines, and grading objects to create a surface design. There are numerous ways to grade

More information

MATHEMATICS CONCEPTS TAUGHT IN THE SCIENCE EXPLORER, FOCUS ON EARTH SCIENCE TEXTBOOK

MATHEMATICS CONCEPTS TAUGHT IN THE SCIENCE EXPLORER, FOCUS ON EARTH SCIENCE TEXTBOOK California, Mathematics Concepts Found in Science Explorer, Focus on Earth Science Textbook (Grade 6) 1 11 Describe the layers of the Earth 2 p. 59-61 Draw a circle with a specified radius or diameter

More information

COMPARISON OF TWO METHODS FOR DERIVING SKELETON LINES OF TERRAIN

COMPARISON OF TWO METHODS FOR DERIVING SKELETON LINES OF TERRAIN COMPARISON OF TWO METHODS FOR DERIVING SKELETON LINES OF TERRAIN T. Gökgöz, F. Gülgen Yildiz Technical University, Dept. of Geodesy and Photogrammetry Engineering, 34349 Besiktas Istanbul, Turkey (gokgoz,

More information

Physical Modeling and Surface Detection. CS116B Chris Pollett Mar. 14, 2005.

Physical Modeling and Surface Detection. CS116B Chris Pollett Mar. 14, 2005. Physical Modeling and Surface Detection CS116B Chris Pollett Mar. 14, 2005. Outline Particle Systems Physical Modeling and Visualization Classification of Visible Surface Detection Algorithms Back Face

More information

Lab 12: Sampling and Interpolation

Lab 12: Sampling and Interpolation Lab 12: Sampling and Interpolation What You ll Learn: -Systematic and random sampling -Majority filtering -Stratified sampling -A few basic interpolation methods Data for the exercise are in the L12 subdirectory.

More information

IESVE Plug-in for Trimble SketchUp Version 3 User Guide

IESVE Plug-in for Trimble SketchUp Version 3 User Guide IES Virtual Environment Copyright 2015 Integrated Environmental Solutions Limited. All rights reserved. No part of the manual is to be copied or reproduced in any form without the express agreement of

More information

SURFACE WATER MODELING SYSTEM. 2. Change to the Data Files Folder and open the file poway1.xyz.

SURFACE WATER MODELING SYSTEM. 2. Change to the Data Files Folder and open the file poway1.xyz. SURFACE WATER MODELING SYSTEM Mesh Editing This tutorial lesson teaches manual finite element mesh generation techniques that can be performed using SMS. It gives a brief introduction to tools in SMS that

More information

11/1/13. Visualization. Scientific Visualization. Types of Data. Height Field. Contour Curves. Meshes

11/1/13. Visualization. Scientific Visualization. Types of Data. Height Field. Contour Curves. Meshes CSCI 420 Computer Graphics Lecture 26 Visualization Height Fields and Contours Scalar Fields Volume Rendering Vector Fields [Angel Ch. 2.11] Jernej Barbic University of Southern California Scientific Visualization

More information

Visualization. CSCI 420 Computer Graphics Lecture 26

Visualization. CSCI 420 Computer Graphics Lecture 26 CSCI 420 Computer Graphics Lecture 26 Visualization Height Fields and Contours Scalar Fields Volume Rendering Vector Fields [Angel Ch. 11] Jernej Barbic University of Southern California 1 Scientific Visualization

More information

Engineering Geology. Engineering Geology is backbone of civil engineering. Topographic Maps. Eng. Iqbal Marie

Engineering Geology. Engineering Geology is backbone of civil engineering. Topographic Maps. Eng. Iqbal Marie Engineering Geology Engineering Geology is backbone of civil engineering Topographic Maps Eng. Iqbal Marie Maps: are a two dimensional representation, of an area or region. There are many types of maps,

More information

Chapter 2: From Graphics to Visualization

Chapter 2: From Graphics to Visualization Exercises for Chapter 2: From Graphics to Visualization 1 EXERCISE 1 Consider the simple visualization example of plotting a graph of a two-variable scalar function z = f (x, y), which is discussed in

More information

form are graphed in Cartesian coordinates, and are graphed in Cartesian coordinates.

form are graphed in Cartesian coordinates, and are graphed in Cartesian coordinates. Plot 3D Introduction Plot 3D graphs objects in three dimensions. It has five basic modes: 1. Cartesian mode, where surfaces defined by equations of the form are graphed in Cartesian coordinates, 2. cylindrical

More information

Topic 2B Topographic Maps

Topic 2B Topographic Maps Name Period Topic 2B Topographic Maps Isolines: Contour lines: Contour Interval: Index Contour: The elevation when starting at the OCEAN must be. The contour interval on this map is feet. 2 0 50 E The

More information

Scientific data analysis and visualization at scale in VTK/ParaView with NumPy

Scientific data analysis and visualization at scale in VTK/ParaView with NumPy Scientific data analysis and visualization at scale in VTK/ParaView with NumPy Utkarsh Ayachit, Berk Geveci Kitware, Inc. 28 Corporate Drive Clifton Park, NY 12065 Abstract The Visualization Toolkit (VTK)

More information

Topographic Survey. Topographic Survey. Topographic Survey. Topographic Survey. CIVL 1101 Surveying - Introduction to Topographic Mapping 1/7

Topographic Survey. Topographic Survey. Topographic Survey. Topographic Survey. CIVL 1101 Surveying - Introduction to Topographic Mapping 1/7 IVL 1101 Surveying - Introduction to Topographic Mapping 1/7 Introduction Topography - defined as the shape or configuration or relief or three dimensional quality of a surface Topography maps are very

More information

Local Linearity (Tangent Plane) Unit #19 : Functions of Many Variables, and Vectors in R 2 and R 3

Local Linearity (Tangent Plane) Unit #19 : Functions of Many Variables, and Vectors in R 2 and R 3 Local Linearity and the Tangent Plane - 1 Unit #19 : Functions of Many Variables, and Vectors in R 2 and R 3 Goals: To introduce tangent planes for functions of two variables. To consider functions of

More information

N.J.P.L.S. An Introduction to LiDAR Concepts and Applications

N.J.P.L.S. An Introduction to LiDAR Concepts and Applications N.J.P.L.S. An Introduction to LiDAR Concepts and Applications Presentation Outline LIDAR Data Capture Advantages of Lidar Technology Basics Intensity and Multiple Returns Lidar Accuracy Airborne Laser

More information

Introduction to 3D Concepts

Introduction to 3D Concepts PART I Introduction to 3D Concepts Chapter 1 Scene... 3 Chapter 2 Rendering: OpenGL (OGL) and Adobe Ray Tracer (ART)...19 1 CHAPTER 1 Scene s0010 1.1. The 3D Scene p0010 A typical 3D scene has several

More information

SHORT SHARP MANUALS. BIM for Landscape. archoncad.com Making Vectorworks easy!

SHORT SHARP MANUALS. BIM for Landscape. archoncad.com Making Vectorworks easy! SHORT SHARP MANUALS BIM for Landscape archoncad.com Making Vectorworks easy! http://learn.archoncad.com 2015 Jonathan Pickup - Archoncad All rights reserved. No part of this book may be reproduced or transmitted

More information

COMPONENTS. The web interface includes user administration tools, which allow companies to efficiently distribute data to internal or external users.

COMPONENTS. The web interface includes user administration tools, which allow companies to efficiently distribute data to internal or external users. COMPONENTS LASERDATA LIS is a software suite for LiDAR data (TLS / MLS / ALS) management and analysis. The software is built on top of a GIS and supports both point and raster data. The following software

More information

Lecture 4: Digital Elevation Models

Lecture 4: Digital Elevation Models Lecture 4: Digital Elevation Models GEOG413/613 Dr. Anthony Jjumba 1 Digital Terrain Modeling Terms: DEM, DTM, DTEM, DSM, DHM not synonyms. The concepts they illustrate are different Digital Terrain Modeling

More information

Fluid Structure Interaction - Moving Wall in Still Water

Fluid Structure Interaction - Moving Wall in Still Water Fluid Structure Interaction - Moving Wall in Still Water Outline 1 Problem description 2 Methodology 2.1 Modelling 2.2 Analysis 3 Finite Element Model 3.1 Project settings 3.2 Units 3.3 Geometry Definition

More information

Unit #19 : Functions of Many Variables, and Vectors in R 2 and R 3

Unit #19 : Functions of Many Variables, and Vectors in R 2 and R 3 Unit #19 : Functions of Many Variables, and Vectors in R 2 and R 3 Goals: To introduce tangent planes for functions of two variables. To consider functions of more than two variables and their level surfaces.

More information

v TUFLOW-2D Hydrodynamics SMS Tutorials Time minutes Prerequisites Overview Tutorial

v TUFLOW-2D Hydrodynamics SMS Tutorials Time minutes Prerequisites Overview Tutorial v. 12.2 SMS 12.2 Tutorial TUFLOW-2D Hydrodynamics Objectives This tutorial describes the generation of a TUFLOW project using the SMS interface. This project utilizes only the two dimensional flow calculation

More information

CGWAVE Analysis SURFACE WATER MODELING SYSTEM. 1 Introduction

CGWAVE Analysis SURFACE WATER MODELING SYSTEM. 1 Introduction SURFACE WATER MODELING SYSTEM CGWAVE Analysis 1 Introduction This lesson will teach you how to prepare a mesh for analysis and run a solution for CGWAVE. You will start with the data file indiana.xyz which

More information

Command Line and Python Introduction. Jennifer Helsby, Eric Potash Computation for Public Policy Lecture 2: January 7, 2016

Command Line and Python Introduction. Jennifer Helsby, Eric Potash Computation for Public Policy Lecture 2: January 7, 2016 Command Line and Python Introduction Jennifer Helsby, Eric Potash Computation for Public Policy Lecture 2: January 7, 2016 Today Assignment #1! Computer architecture Basic command line skills Python fundamentals

More information

1. Which diagram best represents the location of the isolines for the elevation field of this landscape? (1) (2) (3) (4)

1. Which diagram best represents the location of the isolines for the elevation field of this landscape? (1) (2) (3) (4) Base your answers to questions 1 through 5 on your knowledge of earth science and on the diagram below which represents the elevation data for a certain landscape region. Points A, B, C, and D are specific

More information

Chapter 2 Surfer Tutorial

Chapter 2 Surfer Tutorial Chapter 2 Surfer Tutorial Overview This tutorial introduces you to some of Surfer s features and shows you the steps to take to produce maps. In addition, the tutorial will help previous Surfer users learn

More information

RECOMMENDATION ITU-R P DIGITAL TOPOGRAPHIC DATABASES FOR PROPAGATION STUDIES. (Question ITU-R 202/3)

RECOMMENDATION ITU-R P DIGITAL TOPOGRAPHIC DATABASES FOR PROPAGATION STUDIES. (Question ITU-R 202/3) Rec. ITU-R P.1058-1 1 RECOMMENDATION ITU-R P.1058-1 DIGITAL TOPOGRAPHIC DATABASES FOR PROPAGATION STUDIES (Question ITU-R 202/3) Rec. ITU-R P.1058-1 (1994-1997) The ITU Radiocommunication Assembly, considering

More information

v SMS 11.1 Tutorial BOUSS2D Prerequisites Overview Tutorial Time minutes

v SMS 11.1 Tutorial BOUSS2D Prerequisites Overview Tutorial Time minutes v. 11.1 SMS 11.1 Tutorial BOUSS2D Objectives This lesson will teach you how to use the interface for BOUSS-2D and run the model for a sample application. As a phase-resolving nonlinear wave model, BOUSS-2D

More information

WMS 9.1 Tutorial Hydraulics and Floodplain Modeling Floodplain Delineation Learn how to us the WMS floodplain delineation tools

WMS 9.1 Tutorial Hydraulics and Floodplain Modeling Floodplain Delineation Learn how to us the WMS floodplain delineation tools v. 9.1 WMS 9.1 Tutorial Hydraulics and Floodplain Modeling Floodplain Delineation Learn how to us the WMS floodplain delineation tools Objectives Experiment with the various floodplain delineation options

More information

Visualization Computer Graphics I Lecture 20

Visualization Computer Graphics I Lecture 20 15-462 Computer Graphics I Lecture 20 Visualization Height Fields and Contours Scalar Fields Volume Rendering Vector Fields [Angel Ch. 12] April 15, 2003 Frank Pfenning Carnegie Mellon University http://www.cs.cmu.edu/~fp/courses/graphics/

More information

Height Fields and Contours Scalar Fields Volume Rendering Vector Fields [Angel Ch. 12] April 23, 2002 Frank Pfenning Carnegie Mellon University

Height Fields and Contours Scalar Fields Volume Rendering Vector Fields [Angel Ch. 12] April 23, 2002 Frank Pfenning Carnegie Mellon University 15-462 Computer Graphics I Lecture 21 Visualization Height Fields and Contours Scalar Fields Volume Rendering Vector Fields [Angel Ch. 12] April 23, 2002 Frank Pfenning Carnegie Mellon University http://www.cs.cmu.edu/~fp/courses/graphics/

More information

TcpMDT Version 7.0 Summary of Differences with Version 6.5

TcpMDT Version 7.0 Summary of Differences with Version 6.5 Sumatra, 9 E-29190 Málaga (Spain) www.aplitop.com Tel.: +34 95 2439771 Fax: +34 95 2431371 TcpMDT Version 7.0 Summary of Differences with Version 6.5 CAD Versions supported TcpMDT 7 works with several

More information

CCSI 3161 Project Flight Simulator

CCSI 3161 Project Flight Simulator 1/11 CCSI 3161 Project Flight Simulator Objectives: To develop a significant OpenGL animation application. Due date: Dec 3 rd, Dec 1st, 11:59pm. No late submission will be accepted since the grades need

More information

WORD Creating Objects: Tables, Charts and More

WORD Creating Objects: Tables, Charts and More WORD 2007 Creating Objects: Tables, Charts and More Microsoft Office 2007 TABLE OF CONTENTS TABLES... 1 TABLE LAYOUT... 1 TABLE DESIGN... 2 CHARTS... 4 PICTURES AND DRAWINGS... 8 USING DRAWINGS... 8 Drawing

More information

GEO-SLOPE International Ltd, Calgary, Alberta, Canada Lysimeters

GEO-SLOPE International Ltd, Calgary, Alberta, Canada   Lysimeters 1 Introduction Lysimeters This steady state SEEP/W example illustrates how to model a lysimeter from construction of the model to interpretation of the results. Lysimeters are used to measure flow through

More information

System Design for Visualizing Scientific Computations

System Design for Visualizing Scientific Computations 25 Chapter 2 System Design for Visualizing Scientific Computations In Section 1.1 we defined five broad goals for scientific visualization. Specifically, we seek visualization techniques that 1. Can be

More information

v Overview SMS Tutorials Prerequisites Requirements Time Objectives

v Overview SMS Tutorials Prerequisites Requirements Time Objectives v. 12.2 SMS 12.2 Tutorial Overview Objectives This tutorial describes the major components of the SMS interface and gives a brief introduction to the different SMS modules. Ideally, this tutorial should

More information

Surveying like never before

Surveying like never before CAD functionalities GCP Mapping and Aerial Image Processing Software for Land Surveying Specialists Surveying like never before www.3dsurvey.si Modri Planet d.o.o., Distributors: info@3dsurvey.si +386

More information

This document will cover some of the key features available only in SMS Advanced, including:

This document will cover some of the key features available only in SMS Advanced, including: Key Differences between SMS Basic and SMS Advanced SMS Advanced includes all of the same functionality as the SMS Basic Software as well as adding numerous tools that provide management solutions for multiple

More information

Understanding Geospatial Data Models

Understanding Geospatial Data Models Understanding Geospatial Data Models 1 A geospatial data model is a formal means of representing spatially referenced information. It is a simplified view of physical entities and a conceptualization of

More information

Plotting With matplotlib

Plotting With matplotlib Lab Plotting With matplotlib and Mayavi Lab Objective: Introduce some of the basic plotting functions available in matplotlib and Mayavi. -D plotting with matplotlib The Python library matplotlib will

More information

Tutorial 1: Welded Frame - Problem Description

Tutorial 1: Welded Frame - Problem Description Tutorial 1: Welded Frame - Problem Description Introduction In this first tutorial, we will analyse a simple frame: firstly as a welded frame, and secondly as a pin jointed truss. In each case, we will

More information

Scalar Visualization

Scalar Visualization Scalar Visualization Visualizing scalar data Popular scalar visualization techniques Color mapping Contouring Height plots outline Recap of Chap 4: Visualization Pipeline 1. Data Importing 2. Data Filtering

More information

Tips for a Good Meshing Experience

Tips for a Good Meshing Experience Tips for a Good Meshing Experience Meshes are very powerful and flexible for modeling 2D overland flows in a complex urban environment. However, complex geometries can be frustrating for many modelers

More information

TOPOGRAPHY - a LIDAR Simulation

TOPOGRAPHY - a LIDAR Simulation Title TOPOGRAPHY - a LIDAR Simulation Grade Level(s): 9-12 Estimated Time: 1.5 hours Discussion of Technology: Appendix A Construction Details: Appendix B MSDE Indicator(s) Goal 1: Skills and Processes

More information

Data Representation in Visualisation

Data Representation in Visualisation Data Representation in Visualisation Visualisation Lecture 4 Taku Komura Institute for Perception, Action & Behaviour School of Informatics Taku Komura Data Representation 1 Data Representation We have

More information

Data Visualization SURFACE WATER MODELING SYSTEM. 1 Introduction. 2 Data sets. 3 Open the Geometry and Solution Files

Data Visualization SURFACE WATER MODELING SYSTEM. 1 Introduction. 2 Data sets. 3 Open the Geometry and Solution Files SURFACE WATER MODELING SYSTEM Data Visualization 1 Introduction It is useful to view the geospatial data utilized as input and generated as solutions in the process of numerical analysis. It is also helpful

More information

Basic Backward Trajectory to GIS Instructions

Basic Backward Trajectory to GIS Instructions Introduction Basic Backward Trajectory to GIS Instructions NOAA s Hysplit Modeling software is available for use on the Internet. The software can be used to create forward plumes from a source, as well

More information

Valleys Deep and Mountains High

Valleys Deep and Mountains High Valleys Deep and Mountains High Purpose With this activity, you will learn and simulate how altitudes and the height of the Earth s surface can be measured from space. Later, you will explore different

More information

3-D Modeling of Angara River Bed

3-D Modeling of Angara River Bed 3-D Modeling of Angara River Bed Igor Bychkov, Andrey Gachenko, Gennady Rugnikov, and Alexei Hmelnov Matrosov Institute for System Dynamics and Control Theory of Siberian Branch of Russian Academy of Sciences,

More information

OceanBrowser: on-line visualization of gridded ocean data and in situ observations

OceanBrowser: on-line visualization of gridded ocean data and in situ observations OceanBrowser: on-line visualization of gridded ocean data and in situ observations Alexander Barth¹, Sylvain Watelet¹, Charles Troupin², Aida Alvera Azcarate¹, Giorgio Santinelli³, Gerrit Hendriksen³,

More information

Introduction to scientific visualization with ParaView

Introduction to scientific visualization with ParaView Introduction to scientific visualization with ParaView Tijs de Kler SURFsara Visualization group Tijs.dekler@surfsara.nl (some slides courtesy of Robert Belleman, UvA) Outline Pipeline and data model (10

More information

COMPOSER User Manual

COMPOSER User Manual COMPOSER User Manual June 2009 Contents I. II. III. IV. Getting Started...Pg. 1 The Map Interface Pg. 2 Toolbar Menus......Pg. 3 Right Hand Tool Panel Menus... Pg. 11 1 Getting Started To get started,

More information

A stratum is a pair of surfaces. When defining a stratum, you are prompted to select Surface1 and Surface2.

A stratum is a pair of surfaces. When defining a stratum, you are prompted to select Surface1 and Surface2. That CAD Girl J ennifer dib ona Website: www.thatcadgirl.com Email: thatcadgirl@aol.com Phone: (919) 417-8351 Fax: (919) 573-0351 Volume Calculations Initial Setup You must be attached to the correct Land

More information

EEN118 LAB FOUR. h = v t ½ g t 2

EEN118 LAB FOUR. h = v t ½ g t 2 EEN118 LAB FOUR In this lab you will be performing a simulation of a physical system, shooting a projectile from a cannon and working out where it will land. Although this is not a very complicated physical

More information

Tools, Tips, and Workflows Breaklines, Part 4 Applying Breaklines to Enforce Constant Elevation

Tools, Tips, and Workflows Breaklines, Part 4 Applying Breaklines to Enforce Constant Elevation Breaklines, Part 4 Applying Breaklines to l Lewis Graham Revision 1.0 In the last edition of LP360 News, we discussed the creation of 3D breaklines. Recall that, for our purposes, a 3D breakline is a vector

More information

Using Syracuse Community Geography s MapSyracuse

Using Syracuse Community Geography s MapSyracuse Using Syracuse Community Geography s MapSyracuse MapSyracuse allows the user to create custom maps with the data provided by Syracuse Community Geography. Starting with the basic template provided, you

More information

RELEASE NOTES FOR TERRAEXPLORER FOR WEB 7.1

RELEASE NOTES FOR TERRAEXPLORER FOR WEB 7.1 RELEASE NOTES FOR TERRAEXPLORER FOR WEB 7.1 About TerraExplorer for Web TerraExplorer for Web (TE4W) is a lightweight 3D GIS viewer that seamlessly accesses online data from Skyline s SkylineGlobe Server,

More information

Unit #20 : Functions of Many Variables, and Vectors in R 2 and R 3

Unit #20 : Functions of Many Variables, and Vectors in R 2 and R 3 Unit #20 : Functions of Many Variables, and Vectors in R 2 and R 3 Goals: To introduce tangent planes for functions of two variables. To consider functions of more than two variables and their level surfaces.

More information

AEC Logic. AEC Terrain. A program to manage earth works in a construction project. Yudhishtirudu Gaddipati 29-Jun-13

AEC Logic. AEC Terrain. A program to manage earth works in a construction project. Yudhishtirudu Gaddipati 29-Jun-13 AEC Logic AEC Terrain A program to manage earth works in a construction project Yudhishtirudu Gaddipati 29-Jun-13 Contents 1 Introduction:... 5 2 Program Launch... 5 2.1 How to Launch Program... 5 2.2

More information

BASE FLOOD ELEVATION DETERMINATION MODULE

BASE FLOOD ELEVATION DETERMINATION MODULE BASE FLOOD ELEVATION DETERMINATION MODULE FEDERAL EMERGENCY MANAGEMENT AGENCY PREPARED BY: NOLTE ASSOCIATES, INC. June, 2003 ABSTRACT The FEMA Base Flood Elevation Determination Module is a Visual Basic

More information

Graphics for VEs. Ruth Aylett

Graphics for VEs. Ruth Aylett Graphics for VEs Ruth Aylett Overview VE Software Graphics for VEs The graphics pipeline Projections Lighting Shading VR software Two main types of software used: off-line authoring or modelling packages

More information

Scientific computing platforms at PGI / JCNS

Scientific computing platforms at PGI / JCNS Member of the Helmholtz Association Scientific computing platforms at PGI / JCNS PGI-1 / IAS-1 Scientific Visualization Workshop Josef Heinen Outline Introduction Python distributions The SciPy stack Julia

More information

Understanding Topographic Maps

Understanding Topographic Maps Understanding Topographic Maps 1. Every point on a contour line represents the exact same elevation (remember the glass inserted into the mountain). As a result of this every contour line must eventually

More information

Plotting package evaluation

Plotting package evaluation Plotting package evaluation Introduction We would like to evaluate several graphics packages for possible use in the GLAST Standard Analysis Environment. It is hoped that this testing will lead to a recommendation

More information

Lecture 21 - Chapter 8 (Raster Analysis, part2)

Lecture 21 - Chapter 8 (Raster Analysis, part2) GEOL 452/552 - GIS for Geoscientists I Lecture 21 - Chapter 8 (Raster Analysis, part2) Today: Digital Elevation Models (DEMs), Topographic functions (surface analysis): slope, aspect hillshade, viewshed,

More information

Estimating the Mass of Mount Everest

Estimating the Mass of Mount Everest Estimating the Mass of Mount Everest Mathematica is a great tool for exploring geographical objects such as deep ocean trenches, high mountains or even other planets. Here we will use its rich database

More information

v Data Visualization SMS 12.3 Tutorial Prerequisites Requirements Time Objectives Learn how to import, manipulate, and view solution data.

v Data Visualization SMS 12.3 Tutorial Prerequisites Requirements Time Objectives Learn how to import, manipulate, and view solution data. v. 12.3 SMS 12.3 Tutorial Objectives Learn how to import, manipulate, and view solution data. Prerequisites None Requirements GIS Module Map Module Time 30 60 minutes Page 1 of 16 Aquaveo 2017 1 Introduction...

More information

Geostatistics 3D GMS 7.0 TUTORIALS. 1 Introduction. 1.1 Contents

Geostatistics 3D GMS 7.0 TUTORIALS. 1 Introduction. 1.1 Contents GMS 7.0 TUTORIALS Geostatistics 3D 1 Introduction Three-dimensional geostatistics (interpolation) can be performed in GMS using the 3D Scatter Point module. The module is used to interpolate from sets

More information

Introduction to ufit

Introduction to ufit Introduction to ufit a convenient scattering data evaluation tool G. Brandl, P. Cermak Forschungszentrum Jülich 1/22 What is ufit? Started as a private collection of data readers for evaluation scripts

More information

Lecture overview. Visualisatie BMT. Fundamental algorithms. Visualization pipeline. Structural classification - 1. Structural classification - 2

Lecture overview. Visualisatie BMT. Fundamental algorithms. Visualization pipeline. Structural classification - 1. Structural classification - 2 Visualisatie BMT Fundamental algorithms Arjan Kok a.j.f.kok@tue.nl Lecture overview Classification of algorithms Scalar algorithms Vector algorithms Tensor algorithms Modeling algorithms 1 2 Visualization

More information

START>PROGRAMS>ARCGIS>

START>PROGRAMS>ARCGIS> Department of Urban Studies and Planning Spring 2006 Department of Architecture Site and Urban Systems Planning 11.304J / 4.255J GIS EXERCISE 2 Objectives: To generate the following maps using ArcGIS Software:

More information

Lecture overview. Visualisatie BMT. Goal. Summary (1) Summary (3) Summary (2) Goal Summary Study material

Lecture overview. Visualisatie BMT. Goal. Summary (1) Summary (3) Summary (2) Goal Summary Study material Visualisatie BMT Introduction, visualization, visualization pipeline Arjan Kok a.j.f.kok@tue.nl Lecture overview Goal Summary Study material What is visualization Examples Visualization pipeline 1 2 Goal

More information

3.9 LINEAR APPROXIMATION AND THE DERIVATIVE

3.9 LINEAR APPROXIMATION AND THE DERIVATIVE 158 Chapter Three SHORT-CUTS TO DIFFERENTIATION 39 LINEAR APPROXIMATION AND THE DERIVATIVE The Tangent Line Approximation When we zoom in on the graph of a differentiable function, it looks like a straight

More information

Clustering to Reduce Spatial Data Set Size

Clustering to Reduce Spatial Data Set Size Clustering to Reduce Spatial Data Set Size Geoff Boeing arxiv:1803.08101v1 [cs.lg] 21 Mar 2018 1 Introduction Department of City and Regional Planning University of California, Berkeley March 2018 Traditionally

More information