Lab 4: Image Georeferencing

Size: px
Start display at page:

Download "Lab 4: Image Georeferencing"

Transcription

1 Lab 4: Image Georeferencing What You ll Learn: This Lab introduces image georeferencing, also known as image registration or image transformation. We ll then update a data layers through vector digitizing. You should read the section Coordinate Transformation in Chapter 4 of the GIS Fundamentals textbook before starting this Lab. Data: The several data layers are in the \L4 subdirectory: Scand.tif is an unregistered, scanned image in arbitrary scanner coordinates, with a 0.9 meter cell size. Big_Mar_Roads, a road data layer for the study area, in NAD83 UTM zone 15 coordinates, units are meters BigMar2008.img, a registered image from 2008 in Washington County Coordinate system, HARN NAD83, units are survey feet. BigMarE1938.img, BigMarN1938.img and BigMarSW1938.img, unregistered air photos from Background: Image data are a common source of information, and particularly useful when mapping vegetation, wetlands, and land use change. While many images are provided in digital formats and already registered to projected coordinate systems, many times they are not. This is particularly true for historical images, which often are only available in paper or film media. These are often scanned, and must then be georeferenced. Georeferencing an image, often called an image transformation, converts the image from a file or scanner coordinate system to a projected map coordinate system. There are many forms of image registration, but the simplest is called a firstorder or affine transformation. An affine transformation is appropriate when the terrain is flat and the photograph has been taken with a vertically oriented mapping camera. When the camera is not pointed straight down (vertical), then at least a projective transformation should be used, and if there is significant surface height variation, then a complete geo-correction, or photo resection, should be performed. In this lab we ll just cover the affine transformation. Control and Image Data Image georeferencing require both a source for geographic coordinates (our control layer), and a target layer to be transformed. The target layers may be images, or point, line, or polygon feature layers. Here, our targets are aerial photographs in an arbitrary scanner coordinate system. This system has been slightly modified to make viewing easier, but is representative of what most scanners produce. 1

2 The control layer, in this case is a vector roads layer, is the source for your control information. This control layer must be in the desired map coordinate system. You will identify points in the control layer, and match them to corresponding points in the target image. When you have enough points and are satisfied with them, you create the transformed image (Video: Georeference). Start QGIS. Add Big_Mar_Roads.shp. This is our control layer, the one from which we will get control locations. Open the georeferencing tool under Raster Georeferencer Georeferencer (see figure). This will open a Georeferencer window. If you don t see the Georeferencer under Raster, then you probably have not activated the plugin. Do this via Plugins Manage and install plugins All, then checking the Georeferencer-GDAL box Add scand.jp2, our target layer, to the Georeferencer window (NOT the main QGIS window), by clicking on the raster icon in the upper left of the window. If asked choose a Coordinate Reference System at this time; EPSG:26915, click OK. 2

3 You should now have two windows open, one for QGIS (see graphics at right), and one labeled Georeferencer scand1.tif (below). Note how the menu along the top bar changes when you click between them. Also note that it says something like Transform: Not set at the bottom of the Georeferencer, and you may or may not have a GCP (ground control point) window showing. Notice the icons on the Georeferencer window to 1) Pan and zoom to control point features, 2) add control points, and 3) fit the Georeferencing mode once you ve added and edited the control points. 3

4 If the GCP window is not displayed, activate the Georeferencer window, then select View Panels GCP Table. This should display a blank window, into which GCP will be placed when you digitize corresponding points in the Georeferencer and main QGIS windows. 4

5 Gereferencing is done using by first selecting a point in the Georeferencer window, using the Add Point Tool : Then digitizing the same point in the QGIS window with the Edit Tool: Note that the selections should always proceed as: 1) mark a point in the Georeferencer window (the image), then 2) mark the corresponding point in the control layer displayed in the main QGIS window (the roads in this case) Now let s digitize the control point pairs: Use the zoom tools in the Georeferencer window to clearly display a road intersection. Zoom in enough so that you may clearly see the width of the road, and easily position the cursor in the middle of the road on the image, e.g., the road intersection to the left of the eastern lobe of the lake (graphic below): 5

6 Activate the Add Point Tool, and click on the center of the intersection This should display a window asking you to enter map coordinates: If you had a list of coordinates, you could type them in the boxes. We don t, and will enter them from the map canvas. Click on the green pencil/from map canvas button. The button should turn blue (or some new color) to show it is active. The Georeferencer window may hide itself. Don t worry, it will come back in a bit. Activate the edit cursor, and zoom to the corresponding road intersection found in the vector roads data you ve displayed in the QGIS map window (graphic at right). Make sure the edit cursor is active, then carefully place the cursor the road intersection in the vector layer, and leftclick. The Georeferencer image should come back, and the window labeled Enter map coordinates. Note there are now coordinates for the x and y values. 6

7 Click on the O.K. button to save the GCP. Note that the coordinate is placed in the GCP table, and the Enter Map Coordinates window disappears. Repeat this procedure, panning and zooming to a different road intersection. First, click on the image (Georeferencer window), then on the road layer version (QGIS window). After you digitize your 4 th GCP, fit the georeferencing model and examine the resultant GCP Table. You fit the model with a Click on the Start Georeferencing button You ll get a window saying you need to specify the transformation, dismiss it, and fill out the Transformation settings as shown: Set the transformation type to linear, the resampling can be nearest neighbor or one of the averaging methods. Save the output to your workspace, and set the Target SRS (coordinate system) and Target resolution as shown. 7

8 We know 1) the coordinate system specified is our intended output system, the same one as the input roads layer from which we re getting our coordinates. We also know 2) that the image covers a small area and is effectively orthographic (see textbook for definition), with the photo taken so as to be compatible with the output coordinate system. We should always make sure these two conditions hold. Click O.K. on the Transformations Settings window once you ve entered the indicated values. Note that it fits the model, georeferences the image to a new image, and writes the residuals, or errors to the GCP table: It also shows the model coefficients and the Mean Error or RMSE along the bottom margin of the Georeferencer window (here about 20.1 meters). The dx, dy, and overall residual give you some indication, although not the best one, of how well the image has been georeferenced. You have too few control links now, but this shows the process. Add more points until you have at least ten control links. Note that as you add each link, it re-fits the model and gives you a new set of residuals. If you make a mistake, you can use the delete GCP tool to select and delete a point. Alternately, you can turn it off in the table. Remember to keep your points well distributed, try to have two points in each quadrant of the image. Now click again on the Start Georeferencing button. Notice that is uses your previously entered settings, and fits a new model. Add and remove control points until you have an RMSE you don t think you can improve on. Fit and save the image. Write down your final Total RMSE value. It is at the extreme bottom right of the GCP table and labeled Mean Error: xxxx.xxxx. You will later add this to you final.pdf Map. When you are done save your points table. Top menu FileSave GCP Points As, use the.points type. Close the georeferencer window. 8

9 Add your new registered image (BigMar2000.tif). It may do this automatically. Now digitize the current boundary of Big Marine Lake on your rectified image: Create a new polygon shapefile (Layer New Shapefile Layer), name it Lake_2000, and specify the projection the same as the roads layer, NAD83 UTM zone 15. Add this new empty lakes layer to your map Start editing with the lakes layer as your target, and digitize the boundary of Big Marine Lake, the large lake in the middle of the image, in Digitize at a scale of about 1:2500. You may digitize the lake as one large polygon. Some prefer to digitize by sections when creating large complex polygons. Do this by Digitizing a portion as a polygon, then digitizing the next portion as a closed polygon, making sure the polygons overlap completely at their common edge. Then select both polygons (Activate tool, see figure at right, then drag a rectangle that touches both) Then use the merge tool on the polygons to create a single polygon. You are not required to cut out the islands inside the lake. It you wish to do so, after you have completed the lake, make the lake layer semitransparent so you can see through it, and use the Add Ring tool to cut out the island area from inside the lake. You should now check the quality of your registration. You ll do this by comparing the image you just registered to a test image that is already in the target coordinate system. 9

10 First, close QGIS and then open it again with a new canvas, and add the image file BigMar2008.img. This is a bit lower resolution, and a bit larger area than the image you used before. Look at the coordinate system, and units. This image is in the Washington County Coordinate System, HARN NAD83, in U.S. feet, verifying this by comparing the projection for the layer. Remember, to see the layer projection right click on the image, select properties, then General, and expand the window for Coordinate reference system to see the parameters. Compare the properties to those for the specification for Washington County in the Minnesota County Coordinate Systems, found at: Load the image you just registered (named something like BigMar2000.img) place it on top of the BigMar2008 image. If the images don t overlay properly, make sure QGIS is set to do on the fly reprojection (if you don t remember, see labs 1 & 2). If their still not aligned, check the properties for the image you rectified (right click on the name in the TOC, then Properties). Does it have the Coordinate system correctly listed as a UTM NAD Zone 15N, in meters?). If not, you may have messed up the previous projection, and so you should first try assigning the correct projection, and if that doesn t work re-do the digitizing). After you have the two images displayed correctly, click the top image on and off, zooming to inspect the edge, to see how well your registration turned out. You may also make the top image semi-transparent, and compare the outline of the lake to the image below it in the view. To change the transparency, Right click on the top image, then Properties Transparency, and set it to 50% 10

11 Registering Historical Aerial Photographs Now we will register three images from 1938 for Big Marine Lake. They are aerial photographs taken during the dust bowl, a period of severe drought in the Midwest, and perhaps the earliest photo of the area taken with a metric camera. These images have been scanned, but not rectified to a coordinate system. Open a new canvas, and add the image file BigMar2008.img. Open the Georeferencer, and add BigmarE1938.img to the window. Register this bigmare1938.img image to the Washington County coordinate system, U.S. Feet, using the BigMar2008.img as a source for control points. Note: the Washington County coordinate system does not have a EPSC number. You will select it from the one as added with the BigMar2008 image, it will be under User Defined Coordinate Systems and called *Generated CRS Employ the techniques learned in the earlier parts of this lab. Note that the 1938 image is not aligned north/south and doesn t cover the entire extent of the 2008 image, so you ll have to be careful to pick corresponding points. Remember to: Study the old image carefully FIRST. Many features have changed in the 72 years between images. Become familiar with the image. Next select the control points, first in the target (unregistered 1938 image), and then select the corresponding location in the control (color BigMar2008 image). A figure on the following page shows suggested starting control points Many features have changed over the years, so you may struggle to get enough good points. Try to select 10 points, and select at least six. Make sure they are as well distributed as possible. You may get strange flips and distortions when fitting after just four points, because the error of point selection dominates, and leads to transformation equations that are wildly off the mark. If it does occur, it is best to delete the target image (here the 1938 image) and start again. Use the process described in the previous section to create a set of GCPs, and then rectify the image. 11

12 Below are four suggested control points to help you start: On saving the image, name it something like 1938East.tif, so that you can identify it later. 12

13 Clear the canvas, and repeat the process for the Big_MarN1938, registering as per the previous instructions. See suggested starting control points below: Name the output 1938North.tif 13

14 Clear the QGIS date frame (or canvas), and add the Big_MarSW1938 image and register it following the previous instructions. See suggested starting control points below: Name the output 1938SW.tif 14

15 Once all three images have been Georeferenced, open a new QGIS window and load the base image and all three registered images. They should look something like the figure below: Create a new polygon layer named Lake_1938. Use the coordinate system from the BigMar2008.img. Digitize the lake boundary as it appeared in The boundaries for a greatly reduced Big Marine Lake are apparent by the black areas in the photos. The difference between the water and surrounding mud can be subtle, you can use the map on the next page as a guide. Note that in some photos the lake water is a bit lighter than others, due to sun/camera angles, so look at all three photos in common areas to best identify the lake boundary. You may want to reorder images when the overlap gets in the way of your digitizing, or make adjacent images somewhat transparent to move from one image to another. 15

16 To Turn In: Compose and export a Map as a.pdf, containing the transformed image (BigMar2000) from the first part of the exercise, the roads, the lake boundary in 2000, the lake boundary in 1938, a scale bar, north arrow, title, and a legend. See the example map at right. Make sure you include the RMSE of your first transformation. Remember, you are combining data from two different projections in this layout, 1) the image you rectified (UTM NAD83 zone 15N, meters), and 2) a Washington County Coordinate System, HARN NAD83, in U.S. feet, so you have to make sure the projections are properly assigned in each data layer, and select the appropriate datum transformation (think about the two projections you are combining when selecting among the datum transformation options). 16

How to georectify an image in ArcMap 10

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

More information

Online Digitizing and Editing of GIS Layers (On-Screen or Head s Up Digitizing)

Online Digitizing and Editing of GIS Layers (On-Screen or Head s Up Digitizing) Online Digitizing and Editing of GIS Layers (On-Screen or Head s Up Digitizing) 2011 Charlie Schweik, Alexander Stepanov, Maria Fernandez, Lara Aniskoff Note: This work is licensed under the Creative Commons

More information

Lab 8: Spatial Selection, Importing, Joining Tables-QGIS

Lab 8: Spatial Selection, Importing, Joining Tables-QGIS Lab 8: Spatial Selection, Importing, Joining Tables-QGIS What You ll Learn: This lesson introduces spatial selection, importing text files into an ArcMap table, combining rows, and navigating tricky joins.

More information

What do I do first in ArcView 8.x? When the program starts Select from the Dialog box: A new empty map

What do I do first in ArcView 8.x? When the program starts Select from the Dialog box: A new empty map www.library.carleton.ca/find/gis Introduction Introduction to Georeferenced Images using ArcGIS Georeferenced images such as aerial photographs or satellite images can be used in many ways in both GIS

More information

If you know exactly how you want your business forms to look and don t mind

If you know exactly how you want your business forms to look and don t mind appendix e Advanced Form Customization If you know exactly how you want your business forms to look and don t mind detail work, you can configure QuickBooks forms however you want. With QuickBooks Layout

More information

Open icon. The Select Layer To Add dialog opens. Click here to display

Open icon. The Select Layer To Add dialog opens. Click here to display Mosaic Introduction This tour guide gives you the steps for mosaicking two or more image files to produce one image file. The mosaicking process works with rectified and/or calibrated images. Here, you

More information

Create a Poster Using Publisher

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

More information

TUTORIAL 4 Building a Navigation Bar with Fireworks

TUTORIAL 4 Building a Navigation Bar with Fireworks TUTORIAL 4 Building a Navigation Bar with Fireworks This tutorial shows you how to build a Macromedia Fireworks MX 2004 navigation bar that you can use on multiple pages of your website. A navigation bar

More information

User s Guide to ArcView 3.3 for Land Use Planners in Puttalam District

User s Guide to ArcView 3.3 for Land Use Planners in Puttalam District User s Guide to ArcView 3.3 for Land Use Planners in Puttalam District Dilhari Weragodatenna IUCN Sri Lanka, Country Office Table of Content Page No Introduction...... 1 1. Getting started..... 2 2. Geo-referencing...

More information

Excel 2007 Basic knowledge

Excel 2007 Basic knowledge Ribbon menu The Ribbon menu system with tabs for various Excel commands. This Ribbon system replaces the traditional menus used with Excel 2003. Above the Ribbon in the upper-left corner is the Microsoft

More information

Activity: Using ArcGIS Explorer

Activity: Using ArcGIS Explorer Activity: Using ArcGIS Explorer Requirements You must have ArcGIS Explorer for this activity. Preparation: Download ArcGIS Explorer. The link below will bring you to the ESRI ArcGIS Explorer download page.

More information

Fireworks CS4 Tutorial Part 1: Intro

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

More information

Spatial Adjustment Tools: The Tutorial

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

More information

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

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

More information

Tutorial 3 - Map Symbology in ArcGIS

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

More information

Adobe Illustrator CS5 Part 1: Introduction to Illustrator

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

More information

GEOREFERENCING HISTORIC MAPS USING ARCGIS DESKTOP 10

GEOREFERENCING HISTORIC MAPS USING ARCGIS DESKTOP 10 5/20/2011 BALL STATE UNIVERSITY LIBRARIES GIS RESEARCH AND MAP COLLECTION GEOREFERENCING HISTORIC MAPS USING ARCGIS DESKTOP 10 GEOREFERENCING HISTORIC MAPS USING ARCGIS DESKTOP 10 *This tutorial is appropriate

More information

Working With Animation: Introduction to Flash

Working With Animation: Introduction to Flash Working With Animation: Introduction to Flash With Adobe Flash, you can create artwork and animations that add motion and visual interest to your Web pages. Flash movies can be interactive users can click

More information

Using ArcGIS ModelBuilder to batch process files

Using ArcGIS ModelBuilder to batch process files The ArcGIS Model Builder is a tool you can use to help process a large number of files in an automated fashion. To open a new ModelBuilder document, either choose ModelBuilder from the Geoprocessing menu,

More information

Sample Table. Columns. Column 1 Column 2 Column 3 Row 1 Cell 1 Cell 2 Cell 3 Row 2 Cell 4 Cell 5 Cell 6 Row 3 Cell 7 Cell 8 Cell 9.

Sample Table. Columns. Column 1 Column 2 Column 3 Row 1 Cell 1 Cell 2 Cell 3 Row 2 Cell 4 Cell 5 Cell 6 Row 3 Cell 7 Cell 8 Cell 9. Working with Tables in Microsoft Word The purpose of this document is to lead you through the steps of creating, editing and deleting tables and parts of tables. This document follows a tutorial format

More information

HOW TO GET A SOIL MAP FROM THE WEB SOIL SURVEY

HOW TO GET A SOIL MAP FROM THE WEB SOIL SURVEY Cooperative Extension of Ocean County Extension Center 1623 Whitesville Road Toms River, NJ 08755-1199 njaes.rutgers.edu/extension 732-349-1227 4-H 732-349-1246 Agriculture 732-349-1247 FCHS 732-349-1247

More information

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

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

More information

DOING MORE WITH WORD: MICROSOFT OFFICE 2010

DOING MORE WITH WORD: MICROSOFT OFFICE 2010 University of North Carolina at Chapel Hill Libraries Carrboro Cybrary Chapel Hill Public Library Durham County Public Library DOING MORE WITH WORD: MICROSOFT OFFICE 2010 GETTING STARTED PAGE 02 Prerequisites

More information

How to Use the Drawing Toolbar in Microsoft Word

How to Use the Drawing Toolbar in Microsoft Word How to Use the Drawing Toolbar in Microsoft Word The drawing toolbar allows you to quickly and easily label pictures (e.g., maps) in a MS Word file. You can add arrows, circle spots, or label with words.

More information

Creating a Poster in PowerPoint 2010. A. Set Up Your Poster

Creating a Poster in PowerPoint 2010. A. Set Up Your Poster View the Best Practices in Poster Design located at http://www.emich.edu/training/poster before you begin creating a poster. Then in PowerPoint: (A) set up the poster size and orientation, (B) add and

More information

WFP Liberia Country Office

WFP Liberia Country Office 1 Oscar Gobbato oscar.gobbato@wfp.org oscar.gobbato@libero.it WFP Liberia Country Office GIS training - Summary Objectives 1 To introduce to participants the basic concepts and techniques in using Geographic

More information

Tutorial 8 Raster Data Analysis

Tutorial 8 Raster Data Analysis Objectives Tutorial 8 Raster Data Analysis This tutorial is designed to introduce you to a basic set of raster-based analyses including: 1. Displaying Digital Elevation Model (DEM) 2. Slope calculations

More information

Petrel TIPS&TRICKS from SCM

Petrel TIPS&TRICKS from SCM Petrel TIPS&TRICKS from SCM Knowledge Worth Sharing Building Montages in Petrel Most Petrel projects require display maps to be made for presentations; either for partners or peers. This TIPS&TRICKS provides

More information

ART 170: Web Design 1

ART 170: Web Design 1 Banner Design Project Overview & Objectives Everyone will design a banner for a veterinary clinic. Objective Summary of the Project General objectives for the project in its entirety are: Design a banner

More information

Movie Maker 2 Beginning

Movie Maker 2 Beginning Movie Maker 2 Beginning Quick Overview...3 Preparing a Folder...3 Collecting Resources...3 Pictures...4 Screen Resolution...4 Starting Windows Movie Maker...4 Which Version?...4 Windows Movie Maker 2 Window...4

More information

National Register of Historic Places: GIS Webinar Cultural Resource GIS Facility National Park Service June 2012

National Register of Historic Places: GIS Webinar Cultural Resource GIS Facility National Park Service June 2012 National Register of Historic Places: GIS Webinar Cultural Resource GIS Facility National Park Service June 2012 In February and March 2012 the National Register of Historic Places held webinars in conjunction

More information

Using the Kendall County GIS Basic GIS Viewer

Using the Kendall County GIS Basic GIS Viewer Using the Kendall County GIS Basic GIS Viewer Link to Viewer Gallery: http://gis.co.kendall.il.us/gisviewer_gallery.aspx Help and About Initial View Introduction Navigation Identify Tool Search Tool Search

More information

Crop and Frame Your Photos

Crop and Frame Your Photos Crop and Frame Your Photos Paint Shop Pro s crop tool gives you total control over your photo compositions. Cropping allows you to turn busy portraits into professional prints. And when you have a nicely

More information

Creating Slope-Enhanced Shaded-Relief Using Global Mapper

Creating Slope-Enhanced Shaded-Relief Using Global Mapper Creating Slope-Enhanced Shaded-Relief Using Global Mapper Kent D. Brown Utah Geological Survey Introduction The purpose of this document is to demonstrate that slope-enhanced hillshade, or shaded-relief

More information

Microsoft Excel 2010 Charts and Graphs

Microsoft Excel 2010 Charts and Graphs Microsoft Excel 2010 Charts and Graphs Email: training@health.ufl.edu Web Page: http://training.health.ufl.edu Microsoft Excel 2010: Charts and Graphs 2.0 hours Topics include data groupings; creating

More information

Using Microsoft Word. Working With Objects

Using Microsoft Word. Working With Objects Using Microsoft Word Many Word documents will require elements that were created in programs other than Word, such as the picture to the right. Nontext elements in a document are referred to as Objects

More information

MASKS & CHANNELS WORKING WITH MASKS AND CHANNELS

MASKS & CHANNELS WORKING WITH MASKS AND CHANNELS MASKS & CHANNELS WORKING WITH MASKS AND CHANNELS Masks let you isolate and protect parts of an image. When you create a mask from a selection, the area not selected is masked or protected from editing.

More information

Adobe Acrobat 6.0 Professional

Adobe Acrobat 6.0 Professional Adobe Acrobat 6.0 Professional Manual Adobe Acrobat 6.0 Professional Manual Purpose The will teach you to create, edit, save, and print PDF files. You will also learn some of Adobe s collaborative functions,

More information

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

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

More information

Fixplot Instruction Manual. (data plotting program)

Fixplot Instruction Manual. (data plotting program) Fixplot Instruction Manual (data plotting program) MANUAL VERSION2 2004 1 1. Introduction The Fixplot program is a component program of Eyenal that allows the user to plot eye position data collected with

More information

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

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

More information

MGL Avionics. MapMaker 2. User guide

MGL Avionics. MapMaker 2. User guide MGL Avionics MapMaker 2 User guide General The MGL Avionics MapMaker application is used to convert digital map images into the raster map format suitable for MGL EFIS systems. Note: MapMaker2 produces

More information

Adobe InDesign Creative Cloud

Adobe InDesign Creative Cloud Adobe InDesign Creative Cloud Beginning Layout and Design November, 2013 1 General guidelines InDesign creates links to media rather than copies so -Keep all text and graphics in one folder -Save the InDesign

More information

Scanning in Windows XP: Basics Learning guide

Scanning in Windows XP: Basics Learning guide Scanning in Windows XP: Basics Learning guide If you have ever wanted to scan documents and images on different scanners in your department, you've probably faced the difficulties that arise from needing

More information

Web GIS User Guide MainStreetGIS, LLC

Web GIS User Guide MainStreetGIS, LLC Web GIS User Guide MainStreetGIS, LLC www.mainstreetgis.com Navigation There are two ways to navigate the map interface: 1. Activate one of the map tools a. Zoom In Tool Activate the tool, then click on

More information

paragraph(s). The bottom mark is for all following lines in that paragraph. The rectangle below the marks moves both marks at the same time.

paragraph(s). The bottom mark is for all following lines in that paragraph. The rectangle below the marks moves both marks at the same time. MS Word, Part 3 & 4 Office 2007 Line Numbering Sometimes it can be helpful to have every line numbered. That way, if someone else is reviewing your document they can tell you exactly which lines they have

More information

What Do You Think? for Instructors

What Do You Think? for Instructors Accessing course reports and analysis views What Do You Think? for Instructors Introduction As an instructor, you can use the What Do You Think? Course Evaluation System to see student course evaluation

More information

BD CellQuest Pro Software Analysis Tutorial

BD CellQuest Pro Software Analysis Tutorial BD CellQuest Pro Analysis Tutorial This tutorial guides you through an analysis example using BD CellQuest Pro software. If you are already familiar with BD CellQuest Pro software on Mac OS 9, refer to

More information

Tutorial for Tracker and Supporting Software By David Chandler

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

More information

HOW TO VIEW AND EDIT PICTURES

HOW TO VIEW AND EDIT PICTURES Get started Shutterfly can help you make your pictures look their best. We re going to show you the different ways to view and edit your pictures using our easy-to-use tools. To begin, sign in to your

More information

PowerPoint 2007 Basics Website: http://etc.usf.edu/te/

PowerPoint 2007 Basics Website: http://etc.usf.edu/te/ Website: http://etc.usf.edu/te/ PowerPoint is the presentation program included in the Microsoft Office suite. With PowerPoint, you can create engaging presentations that can be presented in person, online,

More information

Introduction to Imagery and Raster Data in ArcGIS

Introduction to Imagery and Raster Data in ArcGIS Esri International User Conference San Diego, California Technical Workshops July 25, 2012 Introduction to Imagery and Raster Data in ArcGIS Simon Woo slides Cody Benkelman - demos Overview of Presentation

More information

INSTRUCTIONS FOR MAKING 3D,.DWG CONTOUR LINES

INSTRUCTIONS FOR MAKING 3D,.DWG CONTOUR LINES INSTRUCTIONS FOR MAKING 3D,.DWG CONTOUR LINES A TUTORIAL FROM SPATIAL AND NUMERIC DATA SERVICES NICOLE SCHOLTZ AND GEOFF IVERSON Overview... 2 A. Get a Digital Elevation Model (DEM)... 3 B. Open ArcMap,

More information

EPSON SCANNING TIPS AND TROUBLESHOOTING GUIDE Epson Perfection 3170 Scanner

EPSON SCANNING TIPS AND TROUBLESHOOTING GUIDE Epson Perfection 3170 Scanner EPSON SCANNING TIPS AND TROUBLESHOOTING GUIDE Epson Perfection 3170 Scanner SELECT A SUITABLE RESOLUTION The best scanning resolution depends on the purpose of the scan. When you specify a high resolution,

More information

Merging Labels, Letters, and Envelopes Word 2013

Merging Labels, Letters, and Envelopes Word 2013 Merging Labels, Letters, and Envelopes Word 2013 Merging... 1 Types of Merges... 1 The Merging Process... 2 Labels - A Page of the Same... 2 Labels - A Blank Page... 3 Creating Custom Labels... 3 Merged

More information

Get To Know Paint Shop Pro: Layers

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

More information

Introduction to GIS Base Map Preparation Tutorial Part I. PLAN 211 Digital Visualization for Planning Fall 2006 Prof. David L.

Introduction to GIS Base Map Preparation Tutorial Part I. PLAN 211 Digital Visualization for Planning Fall 2006 Prof. David L. Part I PLAN 211 Digital Visualization for Planning Fall 2006 Prof. David L. Phillips PLAN 211 Digital Visualization for Planning 1 Introduction to GIS and preparing a Base Map Preface: A wealth of digital

More information

House Design Tutorial

House Design Tutorial Chapter 2: House Design Tutorial This House Design Tutorial shows you how to get started on a design project. The tutorials that follow continue with the same plan. When we are finished, we will have created

More information

Done. Click Done to close the Capture Preview window.

Done. Click Done to close the Capture Preview window. The Capture Preview window allows you to preview, edit, and customize a screen capture before it is saved to a file, inserted into your document, attached to an e-mail, or sent to a variety of other Output

More information

GVSIG USER MANUAL 3D PLUGIN

GVSIG USER MANUAL 3D PLUGIN GVSIG USER MANUAL 3D PLUGIN San Vicente Martir Street, 84 5ºA, 46002 Valencia, Spain Information: info@gvsig.com www.gvsig.com Telephone: (+34) 963516309 FAX: (+34) 901 021 995 Mailing list: There are

More information

Lab 3. GIS Data Entry and Editing.

Lab 3. GIS Data Entry and Editing. Lab 3. GIS Data Entry and Editing. The goal: To learn about the vector (arc/node) and raster data types entry and editing. Objective: Create vector and raster datasets and visualize them. Software for

More information

Chapter 23: Drafting in Worksheet View

Chapter 23: Drafting in Worksheet View Chapter 23: Drafting in Worksheet View Worksheet View is a powerful, 2D production drafting module. Here you can find all of the drawing and editing tools needed to create fast, accurate, detailed working

More information

Microsoft Word 2010. Quick Reference Guide. Union Institute & University

Microsoft Word 2010. Quick Reference Guide. Union Institute & University Microsoft Word 2010 Quick Reference Guide Union Institute & University Contents Using Word Help (F1)... 4 Window Contents:... 4 File tab... 4 Quick Access Toolbar... 5 Backstage View... 5 The Ribbon...

More information

How to resize, rotate, and crop images

How to resize, rotate, and crop images How to resize, rotate, and crop images You will frequently want to resize and crop an image after opening it in Photoshop from a digital camera or scanner. Cropping means cutting some parts of the image

More information

Graphic Design Basics Tutorial

Graphic Design Basics Tutorial Graphic Design Basics Tutorial This tutorial will guide you through the basic tasks of designing graphics with Macromedia Fireworks MX 2004. You ll get hands-on experience using the industry s leading

More information

Guide To Creating Academic Posters Using Microsoft PowerPoint 2010

Guide To Creating Academic Posters Using Microsoft PowerPoint 2010 Guide To Creating Academic Posters Using Microsoft PowerPoint 2010 INFORMATION SERVICES Version 3.0 July 2011 Table of Contents Section 1 - Introduction... 1 Section 2 - Initial Preparation... 2 2.1 Overall

More information

Community Health Maps Lab Series:

Community Health Maps Lab Series: Community Health Maps Lab Series: Lab 6 Data Visualization With CartoDB Objective: Understand How To Use CartoDB To Create an Online Visualization of Your Data Document Version: 2015-09-15 (V2) This course

More information

Under GIS Data select Hydrography This will show all of the state-wide options for hydrography data. For this project, we want the seventh entry in

Under GIS Data select Hydrography This will show all of the state-wide options for hydrography data. For this project, we want the seventh entry in Introductory Exercises for GIS Using ArcMap & ArcCatalog GIS Cyberinfrastructure Module EEB 5894, section 10 Please refer to the ESRI online GIS Dictionary for additional details on any of the terms in

More information

National RTAP Marketing Transit Toolkit Customizing Templates in Microsoft Publisher

National RTAP Marketing Transit Toolkit Customizing Templates in Microsoft Publisher National RTAP Marketing Transit Toolkit Customizing Templates in Microsoft Publisher Customizing the Templates in Microsoft Publisher Microsoft Publisher is part of the Microsoft Office Suite, so most

More information

Extracting Aerial Images From GIS Based Ortho Photos Using ArcMap 9

Extracting Aerial Images From GIS Based Ortho Photos Using ArcMap 9 Extracting Aerial Images From GIS Based Ortho Photos Using ArcMap 9 Tutorial Updated August 2006 CP-208 Plan Preparation Studio - Prof. Elizabeth Macdonald 2 In this tutorial we will learn to extract aerial

More information

Files Used in this Tutorial

Files Used in this Tutorial Generate Point Clouds Tutorial This tutorial shows how to generate point clouds from IKONOS satellite stereo imagery. You will view the point clouds in the ENVI LiDAR Viewer. The estimated time to complete

More information

Figure 3.5: Exporting SWF Files

Figure 3.5: Exporting SWF Files Li kewhatyou see? Buyt hebookat t hefocalbookst or e Fl ash + Af t eref f ect s Chr i sjackson ISBN 9780240810317 Flash Video (FLV) contains only rasterized images, not vector art. FLV files can be output

More information

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

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

More information

Interactive Voting System. www.ivsystem.nl. IVS-Basic IVS-Professional 4.4

Interactive Voting System. www.ivsystem.nl. IVS-Basic IVS-Professional 4.4 Interactive Voting System www.ivsystem.nl IVS-Basic IVS-Professional 4.4 Manual IVS-Basic 4.4 IVS-Professional 4.4 1213 Interactive Voting System The Interactive Voting System (IVS ) is an interactive

More information

Creating Figure Ground Maps in ArcMap 10.x: Basic procedures to download, open, manipulate and print spatial data

Creating Figure Ground Maps in ArcMap 10.x: Basic procedures to download, open, manipulate and print spatial data Creating Figure Ground Maps in ArcMap 10.x: Basic procedures to download, open, manipulate and print spatial data These procedures outline: A. Retrieving Property Data B. Uncompressing the Downloaded Files

More information

Software: AutoCAD Civil 3D 2014, NRCS C3D 2014 template, ESRI ArcMap. Notation:Button to Press Displayed Text Icon Action {Text to Enter} Menu Item

Software: AutoCAD Civil 3D 2014, NRCS C3D 2014 template, ESRI ArcMap. Notation:Button to Press Displayed Text Icon Action {Text to Enter} Menu Item Overview: Use the following processes for exchanging georeferenced data between AutoCAD Civil 3D 2014 and ArcMap. The work must be based in any real world coordinate system. (This example uses NAD 83 UTM

More information

Basic AutoSketch Manual

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

More information

Microsoft Excel 2013 Tutorial

Microsoft Excel 2013 Tutorial Microsoft Excel 2013 Tutorial TABLE OF CONTENTS 1. Getting Started Pg. 3 2. Creating A New Document Pg. 3 3. Saving Your Document Pg. 4 4. Toolbars Pg. 4 5. Formatting Pg. 6 Working With Cells Pg. 6 Changing

More information

Digital Photogrammetric System. Version 6.0.2 USER MANUAL. Block adjustment

Digital Photogrammetric System. Version 6.0.2 USER MANUAL. Block adjustment Digital Photogrammetric System Version 6.0.2 USER MANUAL Table of Contents 1. Purpose of the document... 4 2. General information... 4 3. The toolbar... 5 4. Adjustment batch mode... 6 5. Objects displaying

More information

Using Geocoded TIFF & JPEG Files in ER Mapper 6.3 with SP1. Eric Augenstein Earthstar Geographics Web: www.es-geo.com

Using Geocoded TIFF & JPEG Files in ER Mapper 6.3 with SP1. Eric Augenstein Earthstar Geographics Web: www.es-geo.com Using Geocoded TIFF & JPEG Files in ER Mapper 6.3 with SP1 Eric Augenstein Earthstar Geographics Web: www.es-geo.com 1 Table of Contents WHAT IS NEW IN 6.3 SP1 REGARDING WORLD FILES?...3 WHAT IS GEOTIFF

More information

Exer. 1 Using Handheld GPS for location & recording points

Exer. 1 Using Handheld GPS for location & recording points Exer. 1 Using Handheld GPS for location & recording points Field Objectives: 1. Familiarity with handheld receivers (Trimble Juno) 2. Basic positioning in Lat/Long and UTM 3. Familiarity with changing

More information

SMART Ink 1.5. Windows operating systems. Scan the following QR code to view the SMART Ink Help on your smart phone or other mobile device.

SMART Ink 1.5. Windows operating systems. Scan the following QR code to view the SMART Ink Help on your smart phone or other mobile device. SMART Ink 1.5 Windows operating systems User s guide Scan the following QR code to view the SMART Ink Help on your smart phone or other mobile device. Trademark notice SMART Ink, SMART Notebook, SMART

More information

Updates to Graphing with Excel

Updates to Graphing with Excel Updates to Graphing with Excel NCC has recently upgraded to a new version of the Microsoft Office suite of programs. As such, many of the directions in the Biology Student Handbook for how to graph with

More information

Symbolizing your data

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

More information

Creating Your Own 3D Models

Creating Your Own 3D Models 14 Creating Your Own 3D Models DAZ 3D has an extensive growing library of 3D models, but there are times that you may not find what you want or you may just want to create your own model. In either case

More information

INTRODUCTION to ESRI ARCGIS For Visualization, CPSC 178

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

More information

Protocol for Microscope Calibration

Protocol for Microscope Calibration Protocol for Microscope Calibration A properly calibrated system is essential for successful and efficient software use. The following are step by step instructions on how to calibrate the hardware using

More information

Introduction to Google Earth

Introduction to Google Earth Center for Teaching, Research & Learning Social Science Research Lab American University, Washington, D.C. http://www.american.edu/provost/ctrl/ 202-885-3862 Introduction to Google Earth This tutorial

More information

Geocortex HTML 5 Viewer Manual

Geocortex HTML 5 Viewer Manual 1 FAQ Nothing Happens When I Print? How Do I Search? How Do I Find Feature Information? How Do I Print? How can I Email A Map? How Do I See the Legend? How Do I Find the Coordinates of a Location? How

More information

If you know exactly how you want your business forms to look and don t mind detail

If you know exactly how you want your business forms to look and don t mind detail Advanced Form Customization APPENDIX E If you know exactly how you want your business forms to look and don t mind detail work, you can customize QuickBooks forms however you want. With QuickBooks Layout

More information

SMART Notebook 10 User s Guide. Linux Operating Systems

SMART Notebook 10 User s Guide. Linux Operating Systems SMART Notebook 10 User s Guide Linux Operating Systems Product Registration If you register your SMART product, we ll notify you of new features and software upgrades. Register online at www.smarttech.com/registration.

More information

Course Project Lab 3 - Creating a Logo (Illustrator)

Course Project Lab 3 - Creating a Logo (Illustrator) Course Project Lab 3 - Creating a Logo (Illustrator) In this lab you will learn to use Adobe Illustrator to create a vector-based design logo. 1. Start Illustrator. Open the lizard.ai file via the File>Open

More information

Open Source Desktop GIS Solutions for the Not-So Casual User

Open Source Desktop GIS Solutions for the Not-So Casual User Open Source Desktop GIS Solutions for the Not-So Casual User Roger C. Lowe III Warnell School of Forestry and Natural Resources The University of Georgia Athens, GA 30605 rlo@warnell.uga.edu Abstract Ask

More information

Organizing image files in Lightroom part 2

Organizing image files in Lightroom part 2 Organizing image files in Lightroom part 2 Hopefully, after our last issue, you've spent some time working on your folder structure and now have your images organized to be easy to find. Whether you have

More information

Creating Drawings in Pro/ENGINEER

Creating Drawings in Pro/ENGINEER 6 Creating Drawings in Pro/ENGINEER This chapter shows you how to bring the cell phone models and the assembly you ve created into the Pro/ENGINEER Drawing mode to create a drawing. A mechanical drawing

More information

Design document Goal Technology Description

Design document Goal Technology Description Design document Goal OpenOrienteering Mapper is a program to draw orienteering maps. It helps both in the surveying and the following final drawing task. Support for course setting is not a priority because

More information

How To Hydrologically Condition A Digital Dam

How To Hydrologically Condition A Digital Dam Program: Funding: Conservation Applications of LiDAR Data http://tsp.umn.edu/lidar Environment and Natural Resources Trust Fund Module: Instructor: Hydrologic Applications Sean Vaughn, DNR GIS Hydrologist

More information

CREATE A 3D MOVIE IN DIRECTOR

CREATE A 3D MOVIE IN DIRECTOR CREATE A 3D MOVIE IN DIRECTOR 2 Building Your First 3D Movie in Director Welcome to the 3D tutorial for Adobe Director. Director includes the option to create three-dimensional (3D) images, text, and animations.

More information

3D Viewer. user's manual 10017352_2

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

More information