McIDAS-V Tutorial Using and Creating Formulas updated September 2013 (software version 1.4)

Size: px
Start display at page:

Download "McIDAS-V Tutorial Using and Creating Formulas updated September 2013 (software version 1.4)"

Transcription

1 McIDAS-V Tutorial Using and Creating Formulas updated September 2013 (software version 1.4) McIDAS-V is a free, open source, visualization and data analysis software package that is the next generation in SSEC's 40-year history of sophisticated McIDAS software packages. McIDAS-V displays weather satellite (including hyperspectral) and other geophysical data in 2- and 3-dimensions. McIDAS-V can also analyze and manipulate the data with its powerful mathematical functions. McIDAS-V is built on SSEC's VisAD and Unidata's IDV libraries, and contains "Bridge" software that enables McIDAS-X users to run their commands and tasks in the McIDAS-V environment. The functionality of SSEC's HYDRA software package is also being integrated into McIDAS-V for viewing and analyzing hyperspectral satellite data. More training materials are available on the McIDAS-V webpage and in the Getting Started chapter of the McIDAS-V User s Guide, which is available from the Help menu within McIDAS-V. You will be notified at the startup of McIDAS-V when new versions are available on the McIDAS-V webpage - If you encounter an error or would like to request an enhancement, please post it to the McIDAS-V Support Forums - The forums also provide the opportunity to share information with other users. This tutorial assumes that you have McIDAS-V installed on your machine, and that you know how to start McIDAS-V. If you cannot start McIDAS-V on your machine, you should follow the instructions in the document entitled McIDAS-V Tutorial Installation and Introduction. Terminology There are two windows displayed when McIDAS-V first starts, the McIDAS-V Main Display (hereafter Main Display) and the McIDAS-V Data Explorer (hereafter Data Explorer). The Data Explorer contains three tabs that appear in bold italics throughout this document: Data Sources, Field Selector, and Layer Controls. Data is selected in the Data Sources tab, loaded into the Field Selector, displayed in the Main Display, and output is formatted in the Layer Controls. Menu trees will be listed as a series (e.g. Edit -> Remove -> All Layers and Data Sources). Mouse clicks will be listed as combinations (e.g. Shift+Left Click+Drag). Introduction There are three methods of using formulas in McIDAS-V: system formulas which are provided as part of the McIDAS-V software, user-defined formulas which can be created and executed from within McIDAS-V, and user-defined formulas which can be defined in Jython code written by the user. This tutorial will cover the first two categories, those that can be created and used within McIDAS-V.

2 System Formulas Simple Subtraction Page 2 of 9 1. Load the forecast data for Super Typhoon Megi. a. In the Data Sources tab of the Data Explorer, open the Gridded Data tree and select Local. b. Under Look in, individually add data sources for the following files: <local path>/data/formulas/typhoonmegi/gfs_4_ _0000_000.grb2 <local path>/data/formulas/typhoonmegi/gfs_4_ _0000_024.grb2 2. Use the Simple Difference formula to subtract the 0 hour forecast from the 24 hour forecast Pressures. a. In the Field Selector tab, select Formulas under Data Sources. b. Under Fields, open the Miscellaneous tree and select Simple difference a-b. c. Under Displays, open the Imagery tree and select Image Display. d. Click Create Display. e. In the new Field Selector window, select: For Field: a, open and select the gfs_4_ _0000_024.grb2 -> 2D grid -> Mass -> Pressure reduced to Mean sea level For Field: b, open and select the gfs_4_ _0000_000.grb2 -> 2D grid -> Mass -> Pressure reduced to Mean sea level f. Click OK to display the results of the Simple difference a-b formula. g. Zoom into the Philippines area. The darker region southeast of the whiter region shows areas where pressure drops are forecasted. Drawing a line between the whiter and darker regions gives an indication of the predicted storm motion. System Formulas Combining Multiple Formulas 3. Remove All Layers via the Edit -> Remove -> All Layers menu item in the Main Display. 4. Add the forecast verification file for the 24 hour forecast: a. In the Data Sources tab, open the Gridded Data tree and select Local. b. Add a data source for the file <local path>/ Data/Formulas/TyphoonMegi/ gfs_4_ _0000_000.grb2.

3 Page 3 of 9 5. Use the Simple Difference formula to subtract the verification grid (Oct 18 0Z, 0 hr) from the forecast grid (Oct 17 0Z, 24 hr). a. In the Field Selector, under Data Sources, select Formulas. Under Fields, open the Miscellaneous tree and select Any Field. Under Displays, open the 3D Surface tree and select Topography. Click Create Display. b. Using the new Field Selector window, select Formulas -> Miscellaneous -> Simple difference a-b. Click OK. c. For Field: a, select gfs_4_ _0000_024.grb2 -> 3D -> Mass -> Geopotential isobaric surface d. Click the Level tab and select 100,000 Pa. e. For Field: b, select gfs_4_ _0000_000.grb2 -> 3D -> Mass -> Geopotential isobaric surface f. Click the Level tab and select 100,000 Pa. Click OK. The display will use the (Forecast Grid Verification Grid) equation for model verification. 6. Change the range of the color table to enhance features on the display. a. From the Legend in the Main Display, Right Click on the color bar and select Change Range. b. In the From: text box, enter -200, in the To: text box enter 200. Click OK. 7. The display now showing is a 2-dimensional display of the (Forecast Grid Verification Grid) results. However, recall that when the image was displayed, it was displayed as a 3D Topography surface. By default, the vertical range of McIDAS-V displays is 0-16,000 m. To view the data as topography, the vertical range will have to be changed to more closely match the range of the data. In this example, change the vertical range to -100 to 100 m. a. From the tool icons on the left side of the Main Display window, click the Set the vertical range icon (shown in the figure to the right). b. Change the Min Value to -100, Max Value to 100 and Units to m. Click OK. 8. Sometimes when viewing 3-Dimensional data, the map becomes obscured by the data. If the map is hidden, move the Map layer up, so it is visible on the image. a. From the Legend, Left Click on Default Background Maps. b. At the bottom of the Maps tab in the Layer Controls, change the Position slider to a value of 0.3. This will slide the map up in the Main Display. 9. Navigate through the display in the Main Display window using Right Click+Drag to visualize the 3D characteristics of this topographic display.

4 System Formulas Creating a Water Vapor Sea Surface Temperature Display Page 4 of Remove All Layers and Data Sources via the Edit -> Remove -> All Layers and Data Sources menu item in the Main Display. 11. Create local datasets for global SST, water vapor, IR, and land/sea mask images: a. From the Main Display menu, select Tools -> Manage ADDE Datasets. b. Select File -> New Local Dataset. i. For Dataset, enter GLOBAL. For Image Type, enter SST. ii. Click the Browse button, choose <local path>/ Data/Formulas/sea-surface-temperature, and click Open. iii. Click Add Dataset. c. Repeat step 11 b. for Water vapor. (Global, WV, <local path>/ Data/Formulas/global-wv). Add Dataset. d. Repeat step 11 b. for Infrared. (GLOBAL, IR, <local path>/ Data/Formulas/global-ir). Add Dataset. e. Repeat step 11 b. for Land-Sea-Mask. (GLOBAL, Land-Sea-Mask, <local path>/ Data/Formulas /land-sea-mask). Add Dataset. f. Click OK to close the ADDE Data Manager. 12. Load your Big Blue Marble basemap using the Flat files chooser and display the image: a. From the Data Sources tab of the Data Explorer, open the General tree and select Flat files. b. Select <local path>/ Data/Formulas/basemap/blue-marble.jpg for the file to load. c. For Navigation, select Bounds. Enter 90 for upper lat, -180 for upper lon, -90 for lower lat and 180 for lower lon. d. Click Add Source, and from the Field Selector, click Create Display. 13. Add your Sea Surface Temperature data source. a. From the Data Sources tab of the Data Explorer, open the Satellite tree and select Imagery. b. Select <LOCAL-DATA> as the Server. c. Select GLOBAL for the Dataset and click Connect. d. Select SST for the Image Type. e. In the Absolute tab, highlight the :00:00Z time, and click Add Source.

5 Page 5 of Add your Land/Sea Mask data source. a. From the Data Sources tab of the Data Explorer, open the Satellite tree and select Imagery. b. Select <LOCAL-DATA> as the Server. c. Select GLOBAL for the Dataset and click Connect. d. Select Land-Sea-Mask for the Image Type. e. Select the Absolute tab, highlight the :00:00Z time, and click Add Source. 15. Create a display of Sea Surface Temperatures over just water areas: a. In the Field Selector, select Formulas. b. Open the Image Filters tree, select Discriminate Image Filter, and click Create Display. c. From the Select input window, enter the following: brkpoint1: 0 brkpoint2: 255 brkpoint3: 8 brkpoint4: 8 replace: 0 This formula applies a discriminate filter to two images by comparing elements in each image to different high and low breakpoints. Use this filter to mask off a portion of the first source image. Breakpoints 1 and 2 specify the range from the first dataset to be used, and break points 3 and 4 are for the second dataset. In this example, values of 8 are used from the land/sea mask and represent water regions. d. Click OK. e. To define image1 in the new Field Selector window, select SST -> Band: 1 -> Brightness. f. In the Advanced tab, make sure your fields are the same as they are in the image on the right. Click the full size icon ( ). Set the Coordinate Type to be Area Coordinates. Set the Location to be Upper Left. For Magnification, change Line Mag and Ele Mag values to -2.

6 g. Repeat steps e and f to define image2 as Land-Sea-Mask -> Band: 1 -> Brightness. Click OK to display the Land/Sea Mask image in the Main Display. 16. Change the color bar for the SST display and add some transparency to the color enhancement. a. From the Legend, Right Click on the color bar of the SST - Image Display and select System -> Temperature to change the color table. b. Right Click on the color bar again and select Edit Color Table. Page 6 of 9 c. Right Click above the color bar, select Add Breakpoint -> At Data Point. Enter a value of 2 and click OK (as seen in figure to the lower-left). d. From the Transparency drop down box, select a value of 100%. e. Right Click on the breakpoint you just created, select Edit Colors -> Transparency(100%) -> Left This sets transparency to 100% for all brightness values less than 2 (as seen in figure to the lower-right). f. Click OK to close the Color Table Editor. 17. Create a display of the Water Vapor data. a. From the Data Sources tab of the Data Explorer, open the Satellite tree and select Imagery. b. Select <LOCAL-DATA> as the Server. c. Select GLOBAL for the Dataset and click Connect. d. Select WV for the Image Type.

7 Page 7 of 9 e. In the Absolute tab, highlight the :00:00Z image, and click Add Source. 18. From the Field Selector, open the 6.8 um tree, select Brightness, and click Create Display. 19. Add Transparency to the Water Vapor Imagery. Use the same techniques as found in step 16. a. From the Legend, Right Click on the color bar of the WV - Image Display and select Edit Color Table. b. Add a breakpoint at the 135 data point, set the transparency to 100% and fill to the left (Edit Colors -> Transparency -> Left). c. Create another breakpoint at 200 and set the transparency to 0%. Now interpolate the transparency to the left (Edit Colors -> Transparency -> Interpolate -> Left). d. Click OK to close the Color Table Editor. Creating your own Formulas Simple Example 20. Add your custom formula to McIDAS-V. a. From the Main Display, select Tools -> Formulas -> Create Formula. b. In the Description text box, enter: GCD from WV and IR. This is how the formula will shown in the list of formulas in the Field Selector. c. In the ID text box, enter: GCD This value will be shown when you mouse over the formula in the Field Selector and is also used for parameter defaults. d. In the Formula text box, enter: WaterVaporTemperature InfraredTemperature Give your variables meaningful names. These will be listed in the Field Selector. (Note: No spaces are allowed in the variable names.) e. Click the arrows next to Advanced.

8 Page 8 of 9 f. In the Group text box enter: Workshop You can create a tree structure of multiple groups each of which can contain multiple formulas. This will be the name of the upper-level tree in the list of formulas in the Field Selector. g. Click Add Formula. Note: GCD stands for Global Convective Diagnostic. This is a day-night scheme that uses infrared and water vapor imagery to map deep convection by means of geostationary satellite images. 21. Add Water Vapor and Infrared data sources to use with the GCD formula. a. Remove All Layers and Data Sources by selecting Edit -> Remove -> Remove All Layers and Data Sources in the Main Display. b. From the Data Sources tab of the Data Explorer, open the Satellite -> Imagery chooser, and connect to the <LOCAL-DATA> Global dataset. c. Set the Image Type to WV, and select the Absolute image time of :00:00Z. d. Click Add Source. e. From Data Sources tab, change the Image Type to IR, and select the Absolute image time of :00:00Z. f. Click Add Source. 22. Display the data using the GCD formula you just created. a. In the Field Selector tab, select Formulas under Data Sources. b. Under Fields, open the Workshop tree and select GCD. Select Imagery -> Image Display display type. Click Create Display. c. In the new Field Selector window, for WaterVaporTemperature, select WV -> 6.8 um -> Temperature. d. In the Advanced tab, make sure your fields are the same as they are in the image on the right. Click the full size icon ( ). Set the Coordinate Type to be Area Coordinates. Set the Location to be Upper Left. For Magnification, change Line Mag and Ele Mag values to -2. e. From the Region tab, select an area in central Africa. f. For InfraredTemperature, select IR -> 10.7 um -> Temperature. Click OK.

9 Page 9 of 9 The Results of the GCD formula are displayed in the Main Display. Hold down the middle mouse button and pan around the image to see the different values of GCD listed at the bottom of the Main Display. Shift-Left Drag: Select a region by pressing the Shift key and dragging the left mouse button. Shift-Right Drag: Hold Shift key and drag the right mouse button. Moving up zooms in, moving down zooms out. Zooming, Panning, and Rotating Controls Zooming Panning Rotating Mouse Control-Right Mouse Drag: Hold Control key and drag right mouse to pan. Scroll Wheel-Up: Zoom Out. Scroll Wheel-Down: Zoom In. Shift-Up: Zoom In. Shift-Down: Zoom Out. Scroll Wheel Arrow Keys Control-Up arrow: Pan Down. Control-Down arrow: Pan Up. Control-Right arrow: Pan Left. Control-Left arrow: Pan Right. Right Mouse Drag: Drag right mouse to rotate. Control-Scroll Wheel- Up/Down: Rotate clockwise/counter clockwise. Shift-Scroll Wheel-Up/Down: Rotate forward/backward clockwise. Left/Right arrow: Rotate around vertical axis. Up/Down arrow: Rotate around horizontal axis. Shift-Left/Right arrow: Rotate Clockwise/Counterclockwise.

McIDAS-V Tutorial Displaying Gridded Data updated June 2015 (software version 1.5)

McIDAS-V Tutorial Displaying Gridded Data updated June 2015 (software version 1.5) McIDAS-V Tutorial Displaying Gridded Data updated June 2015 (software version 1.5) McIDAS-V is a free, open source, visualization and data analysis software package that is the next generation in SSEC's

More information

McIDAS-V Tutorial Displaying Gridded Data updated January 2016 (software version 1.5)

McIDAS-V Tutorial Displaying Gridded Data updated January 2016 (software version 1.5) McIDAS-V Tutorial Displaying Gridded Data updated January 2016 (software version 1.5) McIDAS-V is a free, open source, visualization and data analysis software package that is the next generation in SSEC's

More information

McIDAS-V Tutorial Displaying Polar Satellite Imagery updated July 2016 (software version 1.6)

McIDAS-V Tutorial Displaying Polar Satellite Imagery updated July 2016 (software version 1.6) McIDAS-V Tutorial Displaying Polar Satellite Imagery updated July 2016 (software version 1.6) McIDAS-V is a free, open source, visualization and data analysis software package that is the next generation

More information

McIDAS-V Tutorial. Displaying Suomi NPP Data. updated June 2015 (software version 1.5)

McIDAS-V Tutorial. Displaying Suomi NPP Data. updated June 2015 (software version 1.5) McIDAS-V Tutorial Displaying Suomi NPP Data updated June 2015 (software version 1.5) McIDAS-V is a free, open source, visualization and data analysis software package that is the next generation in SSEC's

More information

McIDAS-V Tutorial. Displaying Suomi NPP Data. updated January 2016 (software version 1.5)

McIDAS-V Tutorial. Displaying Suomi NPP Data. updated January 2016 (software version 1.5) McIDAS-V Tutorial Displaying Suomi NPP Data updated January 2016 (software version 1.5) McIDAS-V is a free, open source, visualization and data analysis software package that is the next generation in

More information

McIDAS-V Tutorial Displaying Level II Radar Imagery updated July 2016 (software version 1.6)

McIDAS-V Tutorial Displaying Level II Radar Imagery updated July 2016 (software version 1.6) McIDAS-V Tutorial Displaying Level II Radar Imagery updated July 2016 (software version 1.6) McIDAS-V is a free, open source, visualization and data analysis software package that is the next generation

More information

McIDAS-V Tutorial Using Simulated ABI Data updated July 2016 (software version 1.6)

McIDAS-V Tutorial Using Simulated ABI Data updated July 2016 (software version 1.6) McIDAS-V Tutorial Using Simulated ABI Data updated July 2016 (software version 1.6) McIDAS-V is a free, open source, visualization and data analysis software package that is the next generation in SSEC's

More information

McIDAS-V Tutorial Installation and Introduction updated September 2015 (software version 1.5)

McIDAS-V Tutorial Installation and Introduction updated September 2015 (software version 1.5) McIDAS-V Tutorial Installation and Introduction updated September 2015 (software version 1.5) McIDAS-V is a free, open source, visualization and data analysis software package that is the next generation

More information

McIDAS-V Tutorial Importing Data from Text Files updated July 2016 (software version 1.6)

McIDAS-V Tutorial Importing Data from Text Files updated July 2016 (software version 1.6) McIDAS-V Tutorial Importing Data from Text Files updated July 2016 (software version 1.6) McIDAS-V is a free, open source, visualization and data analysis software package that is the next generation in

More information

McIDAS-X GOES-R Tutorial November 2016 (software version )

McIDAS-X GOES-R Tutorial November 2016 (software version ) McIDAS-X GOES-R Tutorial November 2016 (software version 2016.2) In existence since 1973, McIDAS (Man computer Interactive Data Access System) is a suite of sophisticated software packages that perform

More information

McIDAS-V Tutorial: Manipulating GeoTIFFs

McIDAS-V Tutorial: Manipulating GeoTIFFs McIDAS-V Tutorial: Manipulating GeoTIFFs Contents 1. Getting Started... 1 2. Installing the GNCA_Sep2016 Plugin... 2 3. Selecting and Displaying GeoTIFF Images... 4 4. Applying Color Tables and Projections...

More information

2016 MUG Meeting McIDAS-V Demonstration Outline

2016 MUG Meeting McIDAS-V Demonstration Outline 2016 MUG Meeting McIDAS-V Demonstration Outline Presented 17 November 2016 by Bob Carp and Jay Heinzelman, SSEC Note: The data files referenced in this document can be found at: ftp://ftp.ssec.wisc.edu/pub/mug/mug_meeting/2016/presentations/2016_mcidas-v_demo.zip

More information

Exercise 2a: Load, Animate and Review a Model

Exercise 2a: Load, Animate and Review a Model Exercise 2a: Load, Animate and Review a Model This exercise uses the file bumper_deck.key and the corresponding d3plot. Step 1: Load the solver input and result files, bumper_deck.key and d3plot. 1. From

More information

City of La Crosse Online Mapping Website Help Document

City of La Crosse Online Mapping Website Help Document City of La Crosse Online Mapping Website Help Document This document was created to assist in using the new City of La Crosse online mapping sites. When the website is first opened, a map showing the City

More information

OnCOR Silverlight Viewer Guide

OnCOR Silverlight Viewer Guide Getting Around There are many ways to move around the map! The simplest option is to use your mouse in the map area. If you hold the left button down, then click and drag, you can pan the map to a new

More information

Exercise 1a: Interacting With HyperMesh

Exercise 1a: Interacting With HyperMesh Exercise 1a: Interacting With HyperMesh This exercise will cover many of the basic concepts that are central to many of the features in HyperMesh. By the end of this exercise you should be familiar with

More information

Reset Cursor Tool Clicking on the Reset Cursor tool will clear all map and tool selections and allow tooltips to be displayed.

Reset Cursor Tool Clicking on the Reset Cursor tool will clear all map and tool selections and allow tooltips to be displayed. SMS Featured Icons: Mapping Toolbar This document includes a brief description of some of the most commonly used tools in the SMS Desktop Software map window toolbar as well as shows you the toolbar shortcuts

More information

HOW TO USE THE WATER QUALITY BLUEPRINT WEB MAP

HOW TO USE THE WATER QUALITY BLUEPRINT WEB MAP HOW TO USE THE WATER QUALITY BLUEPRINT WEB MAP Introduction This web map is intended for watershed managers, conservation practitioners, landowners, and others to view and interact with the results of

More information

v Importing Rasters SMS 11.2 Tutorial Requirements Raster Module Map Module Mesh Module Time minutes Prerequisites Overview Tutorial

v Importing Rasters SMS 11.2 Tutorial Requirements Raster Module Map Module Mesh Module Time minutes Prerequisites Overview Tutorial v. 11.2 SMS 11.2 Tutorial Objectives This tutorial teaches how to import a Raster, view elevations at individual points, change display options for multiple views of the data, show the 2D profile plots,

More information

McIDAS-V - A powerful data analysis and visualization tool for multi and hyperspectral environmental satellite data *

McIDAS-V - A powerful data analysis and visualization tool for multi and hyperspectral environmental satellite data * McIDAS-V - A powerful data analysis and visualization tool for multi and hyperspectral environmental satellite data * Thomas Achtor, Thomas Rink, Thomas Whittaker, David Parker and David Santek Space Science

More information

Introduction to SAGA GIS

Introduction to SAGA GIS GIS Tutorial ID: IGET_RS_001 This tutorial has been developed by BVIEER as part of the IGET web portal intended to provide easy access to geospatial education. This tutorial is released under the Creative

More information

McIDAS-V Tutorial Advanced Scripting: User Defined Functions updated June 2015 (software version 1.5)

McIDAS-V Tutorial Advanced Scripting: User Defined Functions updated June 2015 (software version 1.5) McIDAS-V Tutorial Advanced Scripting: User Defined Functions updated June 2015 (software version 1.5) McIDAS-V is a free, open source, visualization and data analysis software package that is the next

More information

AmeriGEOSS GNC-A Workshop 7-10 June 2016, Colombia

AmeriGEOSS GNC-A Workshop 7-10 June 2016, Colombia AmeriGEOSS GNC-A Workshop 7-10 June 2016, Colombia McIDAS-V Tutorial 5: Normalize Difference Vegetation Index (NDVI) Contents 1. Getting Started...1 2. Changing the Default Background Map...2 3. Loading

More information

Navigating the ArcGIS Application Welcome to WebMap HELP

Navigating the ArcGIS Application Welcome to WebMap HELP Welcome to WebMap HELP Scroll or click on links below to access more information Table of Contents Basic Navigation Bar Zoom In/Out Search Bar Home Button Legend Layer List Basemap Gallery Draw Measurement

More information

WEEK NO. 12 MICROSOFT EXCEL 2007

WEEK NO. 12 MICROSOFT EXCEL 2007 WEEK NO. 12 MICROSOFT EXCEL 2007 LESSONS OVERVIEW: GOODBYE CALCULATORS, HELLO SPREADSHEET! 1. The Excel Environment 2. Starting A Workbook 3. Modifying Columns, Rows, & Cells 4. Working with Worksheets

More information

F1 in Schools Car Design Simulation Tutorial

F1 in Schools Car Design Simulation Tutorial F1 in Schools Car Design Simulation Tutorial Abstract: Gain basic understanding of simulation to quickly gain insight on the performance for drag on an F1 car. 1 P a g e Table of Contents Getting Started

More information

Climate-Smart New Orleans

Climate-Smart New Orleans Climate-Smart New Orleans Table of Contents GETTING THERE... 2 Accessing the site... 2 Logging into the site... 2 Navigating the Map... 2 Zoom & Pan... 2 Change the map background... 3 Interacting in the

More information

EL-CID Quick Reference Version 6.0

EL-CID Quick Reference Version 6.0 New Open Save Print Query Compliance Clone Delete Station Link Link Import Export Preferences Palette Mode Summary ITU Help 1. Click to select a Station icon. Items you can link to/from are colored. 2.

More information

Autodesk Inventor - Basics Tutorial Exercise 1

Autodesk Inventor - Basics Tutorial Exercise 1 Autodesk Inventor - Basics Tutorial Exercise 1 Launch Inventor Professional 2015 1. Start a New part. Depending on how Inventor was installed, using this icon may get you an Inch or Metric file. To be

More information

WESPAK SE (Wetlands) Module Tutorial.

WESPAK SE (Wetlands) Module Tutorial. WESPAK SE (Wetlands) Module Tutorial http://seakgis.alaska.edu/wetlands-module---wespak-se/ 1 Intent of the WESPAK SE Module This service was created for the Wetland Ecosystems Services Protocol for Southeast

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

Development Authority of the North Country (DANC) Internet Mapping Application Instructions Public Viewer 1. Purpose. 2. Logging-in. 3.

Development Authority of the North Country (DANC) Internet Mapping Application Instructions Public Viewer 1. Purpose. 2. Logging-in. 3. Development Authority of the North Country (DANC) Internet Mapping Application Instructions Public Viewer 1. Purpose The purpose of this document is to outline basic functionality of the DANC Internet

More information

Autodesk Navisworks Freedom Quick Reference Guide

Autodesk Navisworks Freedom Quick Reference Guide WP CAD 00074 March 2012 Guide by Andy Davis Autodesk Navisworks Freedom Quick Reference Guide Quick Reference Guide to Autodesk Navisworks Freedom Opening a Model To open a model, click on the Application

More information

ENVI Classic Tutorial: 3D SurfaceView and Fly- Through

ENVI Classic Tutorial: 3D SurfaceView and Fly- Through ENVI Classic Tutorial: 3D SurfaceView and Fly- Through 3D SurfaceView and Fly-Through 2 Files Used in this Tutorial 2 3D Visualization in ENVI Classic 2 Load a 3D SurfaceView 3 Open and Display Landsat

More information

GEOCIRRUS 3D Viewer. User Manual: GEOCIRRUS 3D Viewer Document version 1.6 Page 1

GEOCIRRUS 3D Viewer. User Manual: GEOCIRRUS 3D Viewer Document version 1.6 Page 1 GEOCIRRUS 3D Viewer Page 1 Table of Contents 3D Viewer Functionality... 3 Line of Sight (LoS)... 4 Identify... 8 Measurement... 9 3D Line Measure Tool... 10 3D Area Measure Tool... 11 Environment... 12

More information

Tutorial for Lane County Mapping Applications

Tutorial for Lane County Mapping Applications Tutorial for Lane County Mapping Applications Contents Overview... 2 Tools... 2 Navigation Tools... 3 Display Tools... 5 Information Tools... 6 Sharing Tools... 7 Common Tasks... 9 Identify or Show Data

More information

PARTS OF A WORKSHEET. Rows Run horizontally across a worksheet and are labeled with numbers.

PARTS OF A WORKSHEET. Rows Run horizontally across a worksheet and are labeled with numbers. 1 BEGINNING EXCEL While its primary function is to be a number cruncher, Excel is a versatile program that is used in a variety of ways. Because it easily organizes, manages, and displays information,

More information

Basic Electrodes. CimatronE 8.5 Tutorial

Basic Electrodes. CimatronE 8.5 Tutorial Basic Electrodes CimatronE 8.5 Tutorial Table of Contents Electrodes... 1 Attachment... 1 Electrodes Introduction... 1 Attachment... 1 Blank & Electrode UCS... 7 Blank & Electrode UCS... 7 Extension...

More information

How to Add a Text Watermark to a Digital Image

How to Add a Text Watermark to a Digital Image How to Add a Text Watermark to a Digital Image Placing a watermark on pictures that you plan to publish to the web will identify them as your own work and discourage people from stealing your works or

More information

LAB # 2 3D Modeling, Properties Commands & Attributes

LAB # 2 3D Modeling, Properties Commands & Attributes COMSATS Institute of Information Technology Electrical Engineering Department (Islamabad Campus) LAB # 2 3D Modeling, Properties Commands & Attributes Designed by Syed Muzahir Abbas 1 1. Overview of the

More information

Autodesk Fusion 360: Introduction. Overview

Autodesk Fusion 360: Introduction. Overview Overview Fusion 360 is a cloud-based CAD/CAM tool for collaborative product development. The tools in Fusion enable exploration and iteration on product ideas and collaboration within a product development

More information

Each primary search has an auto-fill that will filter out results as the user continues to type.

Each primary search has an auto-fill that will filter out results as the user continues to type. The Town of Farmville has recently requested a GIS parcel viewer and Timmons Group, based out of Richmond, VA, was selected to design and host this new website. This website allows users to look up parcel

More information

Impact toolbox. Description, installation and tutorial

Impact toolbox. Description, installation and tutorial Impact toolbox Description, installation and tutorial What is Impact? Impact tools is a Windows software developed at the European Commission Joint Research Centre (JRC), in Italy. Impact offers a series

More information

Layout and display. STILOG IST, all rights reserved

Layout and display. STILOG IST, all rights reserved 2 Table of Contents I. Main Window... 1 1. DEFINITION... 1 2. LIST OF WINDOW ELEMENTS... 1 Quick Access Bar... 1 Menu Bar... 1 Windows... 2 Status bar... 2 Pop-up menu... 4 II. Menu Bar... 5 1. DEFINITION...

More information

1.1: Introduction to Fusion 360

1.1: Introduction to Fusion 360 .: Introduction to Fusion 360 Fusion 360 is a cloud- based CAD/CAM tool for collaborative product development. The tools in Fusion enable exploration and iteration on product ideas and collaboration within

More information

Getting Started with VicMap

Getting Started with VicMap Getting Started with VicMap This is a brief overview of some of the tools and features available on VicMap. At any time you can right click on the map and click Identify What s Here to find more information

More information

Adobe Illustrator CS5 Part 2: Vector Graphic Effects

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

More information

ossimplanet Users Manual

ossimplanet Users Manual ossimplanet Users Manual An accurate 3D Global Visualization System Version 0.1 16 Oct 2006 Overview ossimplanet is an accurate 3D global geo-spatial viewer that is build on top of the OSSIM, OpenSceneGraph,

More information

Introduction to Mercury

Introduction to Mercury Introduction to Mercury The Cambridge Crystallographic Data Centre (CCDC) distributes Mercury, which is a program that can be used to view and analyze crystal structure data. We will be using it over the

More information

Geopod User s Guide uideuide Table of Contents

Geopod User s Guide uideuide Table of Contents Geopod User s Guide uideuide Table of Contents Introduction...p. 1 Using Geopod With IDV...p. 1 The Geopod Interface...p. 5 Navigating the Geopod...p. 9 Keyboard navigation functions...p. 9 Mouse navigation

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

AEA Coffee Break Webinar: Theory Of Change Online (TOCO) February 16, 2011

AEA Coffee Break Webinar: Theory Of Change Online (TOCO) February 16, 2011 AEA Coffee Break Webinar: Theory Of Change Online (TOCO) February 16, 2011 TOCO: A Tool TOCO is a web-based tool designed to make it easier to engage in the TOC process Free Create and edit ToC graphic

More information

ViewONE User Manual. Genazim. The Friedberg Geniza Project. Daeja Image Systems. All Rights Reserved.

ViewONE User Manual. Genazim. The Friedberg Geniza Project. Daeja Image Systems. All Rights Reserved. Genazim The Friedberg Geniza Project ViewONE User Manual Daeja Image Systems. All Rights Reserved. Email: info@daeja.com Web site: http://www.daeja.com 1 Contents Introduction 3 The User interface 3 Toolbars

More information

MatterHackers. How to make a 3D model using Google Earth. Written By: Ryan Lutz. How to make a 3D model using Google Earth data

MatterHackers. How to make a 3D model using Google Earth. Written By: Ryan Lutz. How to make a 3D model using Google Earth data MatterHackers How to make a 3D model using Google Earth data Written By: Ryan Lutz 2017 matterhackers.dozuki.com Page 1 of 20 INTRODUCTION EDIT 7/25/17: Sadly, Sketchup has changed the map service they

More information

Map Functions August 3, 2015 Triangle Homes Group

Map Functions August 3, 2015 Triangle Homes Group Map Functions August 3, 2015 Triangle Homes Group Preston Neighborhoods and Property Map The Map is an interactive web based using ArcGIS Online by ESRI ESRI is the world s largest Geographic Information

More information

Pre-Lab Excel Problem

Pre-Lab Excel Problem Pre-Lab Excel Problem Read and follow the instructions carefully! Below you are given a problem which you are to solve using Excel. If you have not used the Excel spreadsheet a limited tutorial is given

More information

Tangents. In this tutorial we are going to take a look at how tangents can affect an animation.

Tangents. In this tutorial we are going to take a look at how tangents can affect an animation. Tangents In this tutorial we are going to take a look at how tangents can affect an animation. One of the 12 Principles of Animation is called Slow In and Slow Out. This refers to the spacing of the in

More information

Keynote Basics Website:

Keynote Basics Website: Keynote Basics Website: http://etc.usf.edu/te/ Keynote is Apple's presentation application. Keynote is installed as part of the iwork suite, which also includes the word processing program Pages. If you

More information

CLEAR TOOL... 7 BASIC NAVIGATION... 7 PAGE SORTER... 7

CLEAR TOOL... 7 BASIC NAVIGATION... 7 PAGE SORTER... 7 Interwrite Workspace WHAT IS WORKSPACE?...2 INSTALLATION...2 SETUP...2 CONNECTING DEVICES... 2 NAMING DEVICES... 3 CALIBRATING DEVICES... 3 THE PEN...3 INTERACTIVE MODE...4 THE TOOLBAR...4 MOVING THE TOOLBAR...

More information

Getting Started with DADiSP

Getting Started with DADiSP Section 1: Welcome to DADiSP Getting Started with DADiSP This guide is designed to introduce you to the DADiSP environment. It gives you the opportunity to build and manipulate your own sample Worksheets

More information

v Introduction to WMS WMS 11.0 Tutorial Become familiar with the WMS interface Prerequisite Tutorials None Required Components Data Map

v Introduction to WMS WMS 11.0 Tutorial Become familiar with the WMS interface Prerequisite Tutorials None Required Components Data Map s v. 11.0 WMS 11.0 Tutorial Become familiar with the WMS interface Objectives Import files into WMS and change modules and display options to become familiar with the WMS interface. Prerequisite Tutorials

More information

Florida Standards Assessments

Florida Standards Assessments Florida Standards Assessments Practice Tests Guide 2018 2019 Updated August 10, 2018 Prepared by the American Institutes for Research Florida Department of Education, 2018 Descriptions of the operation

More information

Files Used in this Tutorial

Files Used in this Tutorial Generate Point Clouds and DSM Tutorial This tutorial shows how to generate point clouds and a digital surface model (DSM) from IKONOS satellite stereo imagery. You will view the resulting point clouds

More information

KDHE Watershed Management Web Map Editor Standard Operating Procedures (SOP) A. How to get Watershed Assignment? a. View Watershed Status

KDHE Watershed Management Web Map Editor Standard Operating Procedures (SOP) A. How to get Watershed Assignment? a. View Watershed Status KDHE Watershed Management Web Map Editor Standard Operating Procedures (SOP) A. How to get Watershed Assignment? a. View Watershed Status B. How to prepare web map for editing. a. Change visible Layers

More information

Tom Achtor, Tom Rink, Tom Whittaker. Space Science & Engineering Center (SSEC) at the University of Wisconsin - Madison

Tom Achtor, Tom Rink, Tom Whittaker. Space Science & Engineering Center (SSEC) at the University of Wisconsin - Madison Interactive Processing of Multi- and Hyper-spectral Environmental Satellite Data: The Next Generation of McIDAS EUMETSAT-AMS Conf. Amsterdam, NL 27 September 2007 Tom Achtor, Tom Rink, Tom Whittaker Space

More information

Unit 12. Electronic Spreadsheets - Microsoft Excel. Desired Outcomes

Unit 12. Electronic Spreadsheets - Microsoft Excel. Desired Outcomes Unit 12 Electronic Spreadsheets - Microsoft Excel Desired Outcomes Student understands Excel workbooks and worksheets Student can navigate in an Excel workbook and worksheet Student can use toolbars and

More information

3D Design with 123D Design

3D Design with 123D Design 3D Design with 123D Design Introduction: 3D Design involves thinking and creating in 3 dimensions. x, y and z axis Working with 123D Design 123D Design is a 3D design software package from Autodesk. A

More information

Topic 1: Getting started Topic 2: Finding a location... 5

Topic 1: Getting started Topic 2: Finding a location... 5 Navigating LISTmap Topic 1: Getting started... 3 1. What is LISTmap?... 3 2. Compatible browsers... 3 3. A quick look at LISTmap... 3 Topic 2: Finding a location... 5 1. Using the search bar... 5 2. Zooming...

More information

PhotoView 360 Decals

PhotoView 360 Decals Chapter 10 Glider PhotoView 360 Decals A. Enable PhotoView 360. Step 1. If necessary, open your GLIDER ASSEMBLY file. Step 2. If necessary, turn on PhotoView 360. Click Tools Menu > Add- Ins. Click to

More information

McIDAS-V: An open source data analysis and visualization tool for multiand hyperspectral satellite data ITSC-XVI, Angra do Reis, Brazil, 7 May 2008

McIDAS-V: An open source data analysis and visualization tool for multiand hyperspectral satellite data ITSC-XVI, Angra do Reis, Brazil, 7 May 2008 McIDAS-V: An open source data analysis and visualization tool for multiand hyperspectral satellite data ITSC-XVI, Angra do Reis, Brazil, 7 May 2008 Tom Achtor, Tom Rink, Tom Whittaker, Dave Parker, Gail

More information

Press the Plus + key to zoom in. Press the Minus - key to zoom out. Scroll the mouse wheel away from you to zoom in; towards you to zoom out.

Press the Plus + key to zoom in. Press the Minus - key to zoom out. Scroll the mouse wheel away from you to zoom in; towards you to zoom out. Navigate Around the Map Interactive maps provide many choices for displaying information, searching for more details, and moving around the map. Most navigation uses the mouse, but at times you may also

More information

PurVIEW. for ESRI ArcGIS 9 AT A GLANCE. PurVIEW Toolbar. Stereoscopic image model display with geodatabase objects superimposed.

PurVIEW. for ESRI ArcGIS 9 AT A GLANCE. PurVIEW Toolbar. Stereoscopic image model display with geodatabase objects superimposed. PurVIEW Toolbar AT A GLANCE Stereoscopic image model display with geodatabase objects superimposed. Real-time XYZ coordinate 2 Installing the software Prerequisites: Must have the English version of Windows

More information

A Guide to Using the Planning Office s Interactive Maps

A Guide to Using the Planning Office s Interactive Maps A Guide to Using the Planning Office s Interactive Maps This guide is intended to assist the user in using the maps provided on the County Planning Office website that are branded as Interactive Maps.

More information

Welcome to the Rainfall Atlas of Hawai i interactive map!

Welcome to the Rainfall Atlas of Hawai i interactive map! Welcome to the Rainfall Atlas of Hawai i interactive map! This guide will walk you through all of the capabilities of the interactive map so that you can make the most of all it has to offer. Conditions

More information

Out of the Office and Into the Field: Introduction to ArcPad and ArcPad Application Builder

Out of the Office and Into the Field: Introduction to ArcPad and ArcPad Application Builder Out of the Office and Into the Field: Introduction to ArcPad and ArcPad Application Builder A Yale Map Collection GIS Workshop Preparing For the Tutorial 1. Navigate to the C:\Temp folder on your harddrive.

More information

Page 1 of 16 CONTENTS:

Page 1 of 16 CONTENTS: Page 1 of 16 CONTENTS: HOME-BOX -- (PG.2) o PROPERTY OWNERSHIP o ADDRESS SEARCH o I WANT TO AERIAL IMAGERY AND BASE MAPS -- (PG.2) o IMAGERY WITH LABELS ON/OFF o TOPOGRAPHY ON/OFF o TRANSPARENCY ZOOM IN

More information

Adobe Flash CS4 Part 4: Interactivity

Adobe Flash CS4 Part 4: Interactivity CALIFORNIA STATE UNIVERSITY, LOS ANGELES INFORMATION TECHNOLOGY SERVICES Adobe Flash CS4 Part 4: Interactivity Fall 2010, Version 1.0 Table of Contents Introduction... 2 Downloading the Data Files... 2

More information

Tutorial Hydrodynamics in sewers

Tutorial Hydrodynamics in sewers Tutorial Hydrodynamics in sewers September 2007 3.9230.00 Tutorial Hydrodynamics in sewers September 2007 Tutorial Hydrodynamics in sewers 3.9230.00 September 2007 Contents 1 Tutorial Hydrodynamics in

More information

RAPIDMAP Geocortex HTML5 Viewer Manual

RAPIDMAP Geocortex HTML5 Viewer Manual RAPIDMAP Geocortex HTML5 Viewer Manual This site was developed using the evolving HTML5 web standard and should work in most modern browsers including IE, Safari, Chrome and Firefox. Even though it was

More information

HOW TO SETUP AND RUN SHIVA...

HOW TO SETUP AND RUN SHIVA... TABLE OF CONTENTS HOW TO SETUP AND RUN SHIVA... 1 REQUIREMENTS... 1 Java... 1 Architecture... 2 LAUNCHING SHIVA... 2 LOADING THE ATLAS... 2 USAGE INSTRUCTIONS... 2 FILES... 2 Image Volumes... 2 Label Indices...

More information

Flair Geometry Editor Part I. Beginners FLUKA Course

Flair Geometry Editor Part I. Beginners FLUKA Course Flair Geometry Editor Part I Beginners FLUKA Course Starting the Geometry Editor Click on icon or from Menu View Geometry Editor or with [F4] shortcut Either start flair with option -g 2 Geometry editor

More information

Step 4 Part B - How to Edit Video on YouTube with Enhancements. You click on Enhancements at the top to add other features and next is what happens.

Step 4 Part B - How to Edit Video on YouTube with Enhancements. You click on Enhancements at the top to add other features and next is what happens. Step 4 Part B - How to Edit Video on YouTube with Enhancements You click on Enhancements at the top to add other features and next is what happens. You see Enhancements highlighted and it starts playing

More information

Keynote 08 Basics Website:

Keynote 08 Basics Website: Website: http://etc.usf.edu/te/ Keynote is Apple's presentation application. Keynote is installed as part of the iwork suite, which also includes the word processing program Pages and the spreadsheet program

More information

New Mexico Watch: User Guide

New Mexico Watch: User Guide New Mexico Watch: User Guide The New Mexico Watch (nmwatch.org) interactive website distributes maps, data, and related information of natural disasters within New Mexico. This application is developed

More information

Waushara County Public Access Land Records Viewer Help

Waushara County Public Access Land Records Viewer Help Waushara County Public Access Land Records Viewer Help Main Screen Layout Overview Zoom Pan Controls Parcel Tools Tools Help and Links Image Layers Transition Tools Search Results from Parcel Search Tool

More information

ASIC-200 Version 5.0. integrated industrial control software. HMI Guide

ASIC-200 Version 5.0. integrated industrial control software. HMI Guide ASIC-200 Version 5.0 integrated industrial control software HMI Guide Revision Description Date C Name change, correct where applicable with document 4/07 HMI Guide: 139168(C) Published by: Pro-face 750

More information

Clicking this icon will open the Layer list and will look something like this:

Clicking this icon will open the Layer list and will look something like this: Webmap Tutorial Last updated: November 17, 2015 To Use the Web map: Open internet browser a. Type in the URL address: i. http://arkcity.maps.arcgis.com/apps/webappviewer/index.html?id=22e0751b74f3411685160c7

More information

ossimplanet Users Manual

ossimplanet Users Manual ossimplanet OSX documentation ossimplanet Users Manual An accurate 3D Global Visualization System Version 0.2 25 Jan 2007 Overview ossimplanet is an accurate 3D global geo-spatial viewer that is build

More information

AEMLog Users Guide. Version 1.01

AEMLog Users Guide. Version 1.01 AEMLog Users Guide Version 1.01 INTRODUCTION...2 DOCUMENTATION...2 INSTALLING AEMLOG...4 AEMLOG QUICK REFERENCE...5 THE MAIN GRAPH SCREEN...5 MENU COMMANDS...6 File Menu...6 Graph Menu...7 Analysis Menu...8

More information

STUDENT PAGES GIS Tutorial Treasure in the Treasure State

STUDENT PAGES GIS Tutorial Treasure in the Treasure State STUDENT PAGES GIS Tutorial Treasure in the Treasure State Copyright 2015 Bear Trust International GIS Tutorial 1 Exercise 1: Make a Hand Drawn Map of the School Yard and Playground Your teacher will provide

More information

IDL Tutorial. Contours and Surfaces. Copyright 2008 ITT Visual Information Solutions All Rights Reserved

IDL Tutorial. Contours and Surfaces. Copyright 2008 ITT Visual Information Solutions All Rights Reserved IDL Tutorial Contours and Surfaces Copyright 2008 ITT Visual Information Solutions All Rights Reserved http://www.ittvis.com/ IDL is a registered trademark of ITT Visual Information Solutions for the computer

More information

Import, view, edit, convert, and digitize triangulated irregular networks

Import, view, edit, convert, and digitize triangulated irregular networks v. 10.1 WMS 10.1 Tutorial Import, view, edit, convert, and digitize triangulated irregular networks Objectives Import survey data in an XYZ format. Digitize elevation points using contour imagery. Edit

More information

SAFMC Habitat and Ecosystem Viewer

SAFMC Habitat and Ecosystem Viewer SOUTH ATLANTIC FISHERY MANAGEMENT COUNCIL SAFMC Habitat and Ecosystem Viewer Integrating Management Resources This document provides an overview of the SAFMC Habitat and Ecosystem Viewer data sources and

More information

v Working with Rasters SMS 12.1 Tutorial Requirements Raster Module Map Module Mesh Module Time minutes Prerequisites Overview Tutorial

v Working with Rasters SMS 12.1 Tutorial Requirements Raster Module Map Module Mesh Module Time minutes Prerequisites Overview Tutorial v. 12.1 SMS 12.1 Tutorial Objectives This tutorial teaches how to import a Raster, view elevations at individual points, change display options for multiple views of the data, show the 2D profile plots,

More information

Tutorial 1: Downloading elevation data

Tutorial 1: Downloading elevation data Tutorial 1: Downloading elevation data Objectives In this exercise you will learn how to acquire elevation data from the website OpenTopography.org, project the dataset into a UTM coordinate system, and

More information

Geographical Information Systems Institute. Center for Geographic Analysis, Harvard University. LAB EXERCISE 1: Basic Mapping in ArcMap

Geographical Information Systems Institute. Center for Geographic Analysis, Harvard University. LAB EXERCISE 1: Basic Mapping in ArcMap Harvard University Introduction to ArcMap Geographical Information Systems Institute Center for Geographic Analysis, Harvard University LAB EXERCISE 1: Basic Mapping in ArcMap Individual files (lab instructions,

More information

Viewer. Release gns-mbh.com

Viewer. Release gns-mbh.com Viewer Release 2.2.1 gns-mbh.com February 18, 2016 CONTENTS 1 Import Data 3 2 Handle Views 5 3 Control Model Data 9 3.1 Camera Control................................. 9 3.2 Handle Model Data................................

More information

WMS 10.1 Tutorial GSSHA Modeling Basics Post-Processing and Visualization of GSSHA Model Results Learn how to visualize GSSHA model results

WMS 10.1 Tutorial GSSHA Modeling Basics Post-Processing and Visualization of GSSHA Model Results Learn how to visualize GSSHA model results v. 10.1 WMS 10.1 Tutorial GSSHA Modeling Basics Post-Processing and Visualization of GSSHA Model Results Learn how to visualize GSSHA model results Objectives This tutorial demonstrates different ways

More information

Acrobat X Professional

Acrobat X Professional Acrobat X Professional Toolbar Well Page Navigations/Page Indicator Buttons for paging through document Scroll Bar/box page indicator appears when using the scroll button to navigate. When you release

More information

A Guide to Autodesk Maya 2015

A Guide to Autodesk Maya 2015 A Guide to Autodesk Maya 2015 Written by Mitchell Youngerman Table of Contents Layout of Toolbars...pg 1 Creating Objects...pg 2 Selecting & Deselecting Objects...pg 3 Changing Perspective... pg 4 Transforming

More information