Files Used in this Tutorial

Size: px
Start display at page:

Download "Files Used in this Tutorial"

Transcription

1 RPC Orthorectification Tutorial In this tutorial, you will use ground control points (GCPs), an orthorectified reference image, and a digital elevation model (DEM) to orthorectify an OrbView-3 scene that contains rational polynomial coefficients (RPCs). You will learn two different methods for performing RPC orthorectification: Automatically generate GCPs from an orthophoto base layer, then use the GCPs in the RPC Orthorectification Workflow. This is an interactive approach that lets you assess the errors of individual GCPs as well as the overall model accuracy. Automatically generate GCPs and perform RPC orthorectification in one step using the RPC Orthorectification Using Reference Image tool. Files Used in this Tutorial Tutorial files are available from our website. On the ENVI Tutorials page, click the link to "ENVI Tutorial Data" to download all tutorial data. Files for this tutorial are in the rpc_ortho directory. Folder OrbViewSubset.dat NAIPReferenceImage.dat DEM.dat Description Spatial subset of an OrbView-3 panchromatic image of Coral Springs, Florida, acquired on 16 January Resolution is one meter per pixel. Data available from the U.S. Geological Survey. Spatial subset of a National Agriculture Imagery Program (NAIP) image, acquired on 07 August NAIP images have a ground sample distance of 1 meter with a tolerance of 6 meters to true ground location. Data available from the U.S. Geological Survey. Spatial subset of a National Elevation Dataset (NED) DEM image at 1/9 arc second resolution. Data available from the U.S. Geological Survey. Background An RPC model is a type of sensor model that maps the physical relationship between 3D ground points and 2D image points. RPCs are not the same as a map projection. Most modern high-resolution sensors such as WorldView-3 and Pleiades include pre-computed RPCs with their imagery. Page 1 of 13

2 The ENVI RPC Orthorectification tools use RPCs along with x/y/z data from GCPs and elevation data from a high-resolution DEM to create an orthorectified image. Prior to ENVI version 5.3, you had to manually add GCPs to the RPC Orthorectification Workflow. Now you can automatically generate GCPs from an orthorectified reference image and DEM. The reference image should have the same or slightly higher spatial resolution than the source image that you want to orthorectify. For coverage within the United States, you can obtain digital reference images from the following sources: U.S. Department of Agriculture National Agriculture Imagery Program (NAIP) U.S. Geological Survey Digital Orthophoto Quadrangles (DOQs) U.S. Geological Survey High-resolution Orthoimagery Controlled Image Base (CIB) Download data from the U.S. Geological Survey National Map and Download Platform or EarthExplorer, then use the Seamless Mosaic tool to create a mosaic of individual tiles. Try to choose a reference image that is close to the year and season of the input image. Automatic GCP generation is based on image matching between the reference and source images, so the scene contents should not be vastly different. Automatic GCP generation is more robust if the reference image and input image have similar resolution. If the reference image has a much higher resolution than the input image (i.e., the ratio is greater than 2.5), consider down-sampling the reference image first. The DEM must cover at least the spatial extent of the input raster. If you do not have a DEM file readily available, you can use the Global Multi-resolution Terrain Elevation Data 2010 (GMTED2010) DEM named GMTED2010.jp2 that is provided with your ENVI installation under the Harris\ENVIxx\Data folder. The GMTED2010 dataset has a mean resolution of 30 arc seconds. A 7.5-arc second version is also available from website. However, for best results, you should use a DEM raster with a higher resolution than GMTED2010. Many DEM products are available from the U.S. Geological Survey National Map and Download Platform or EarthExplorer. Once you have a good-quality reference image and DEM, you can begin RPC orthorectification. Page 2 of 13

3 RPC Orthorectification Workflow Open Images 1. In the toolbar, click the Open button. 2. Navigate to the directory where you saved the tutorial data. Use Ctrl-click to select the files in the following order: OrbViewSubset.dat NAIPReferenceImage.dat DEM.dat 3. Click Open. The images appears in the display and are listed in the Layer Manager. 4. Right-click on the OrbViewSubset.dat layer in the Layer Manager and select View Metadata. 5. Select RPC Info in the left column of the Metadata Viewer. This field shows the RPC coefficients read from the source metadata. Verifying that an RPC Info field exists in the metadata will ensure that you can use the image with the RPC Orthorectification workflow. 6. Close the Metadata Viewer. 7. Zoom out until you can see the extent of the combined layers. The OrbView-3 panchromatic image is on top. The NAIP reference image is underneath, displayed in true color. The DEM has the same spatial extent as the NAIP image, so it is hidden beneath the other layers. 8. To increase the display area, you can click the detach icon in the Layer Manager. It Page 3 of 13

4 becomes a floating dialog that you can move around and resize: Create GCPs 1. In the Toolbox, expand the Geometric Correction folder and double-click Generate GCPs from Reference Image. You will use this tool to automatically create GCPs. 2. Click the Browse button next to the Input Raster field, and select the file OrbViewSubset.dat. Click OK in the File Selection dialog. 3. Click the Browse button next to the Input Reference Raster field, and select the file NAIPReferenceImage.dat. Click OK in the File Selection dialog. 4. Click the Browse button next to the Input DEM Raster field, and select the file DEM.dat. Click OK in the File Selection dialog. 5. Leave the default value of No for DEM is Height Above Ellipsoid. The National Elevation Dataset (NED) DEM contains orthometric heights, which are elevation values above mean sea level (not above the ellipsoid). 6. Keep the default value of 25 for Requested Number of GCPs. Page 4 of 13

5 7. Select an output filename (with a.pts extension) and directory for the GCPs that will be created. 8. Click OK to generate the GCPs. ENVI writes the GCPs to the specified directory but does not display them. You will restore the GCPs later. Start the RPC Orthorectification Workflow 1. In the Toolbox, expand the Geometric Correction > Orthorectification folder. 2. Double-click RPC Orthorectification Workflow. The File Selection panel appears. 3. The Input File field should already list OrbViewSubset.dat. If not, click the Browse button and select this image for input. 4. The DEM File field lists GMTED2010.jp2 as the default DEM. This global DEM provided with your ENVI installation has too coarse of a resolution for RPC orthorectification. Click the Browse button and select DEM.dat instead. 5. Under the Advanced tab, the Geoid Correction option is enabled by default. You should enable this when using DEM data containing orthometric heights (for example, GMTED2010 and NED). If you disable this option, the Horizontal Accuracy value will increase significantly. The RPC Orthorectification workflow performs geoid correction by using the Earth Gravitational Model (EGM) 1996 to automatically determine the geoid offset, which is displayed next to the Geoid Correction option. Note: The geoid offset is the height (in meters) of the geoid above the WGS-84 ellipsoid. This constant value is added to every value in the DEM. The geoid offset accounts for the difference between the elevation above mean sea level and the height above the ellipsoid. 6. Click Next to proceed to the RPC Refinement panel. Page 5 of 13

6 Import GCPs In this section, you will load the GCPs that you just created into the workflow, evaluate their horizontal and vertical accuracy, and adjust them as needed to improve the accuracy of the RPC model. 1. Click the Load GCPs button in the RPC Refinement panel. 2. Navigate to the directory where you saved the GCP file (.pts), and select it. Click Open. The GCPs appear as green crosshairs in the image display, and they are listed in the RPC Refinement panel as follows: Even though you requested 25 GCPs in the Generate GCPs from Reference Image tool, it only created 12 GCPs. During the GCP generation process, ENVI first creates tie points between the OrbView-3 and reference images. It then filters the tie points for radiometric and geometric quality. It creates GCPs from the remaining tie points. This panel provides some basic details about the GCPs: Page 6 of 13

7 View Errors The green check marks indicate that these GCPs are active and will be used to adjust the RPC model. These points are called adjustment GCPs. When you select a GCP in the list, the details of the GCP location appear in the GCP Properties table to the right. Included are the longitude and latitude in a Geographic Lat/Lon WGS-84 projection; height in meters above the WGS-84 ellipsoid; image coordinates; status (adjustment or independent); and error statistics. The next section will discuss the error statistics in more detail. The Horizontal Accuracy value is the horizontal root mean square error (RMSE) in meters. In the example above, all of the adjustment GCPs taken together would yield an orthorectified image that is accurate to within 1.84 meters. In the next section, you will try to increase its accuracy. Here, you will assess the quality of your GCPs and how they contribute to the overall accuracy of the orthorectification. Once you identify GCPs with large errors, you can adjust them or delete them, then re-evaluate the accuracy of the orthorectification. Rather than give a mathematical definition of all of the available error statistics, this tutorial will highlight the most important ones to evaluate and will give you a more practical approach to understanding their meaning. For more details on the error statistics, click the Help button in the lower-left corner of the RPC Refinement panel. When the ENVI Help displays, follow the link to "Accuracy Assessment Background." 1. Right-click on the OrbViewSubset.dat layer in the Layer Manager, and select Zoom to Layer Extent. 2. In the RPC Refinement panel, click the Show error overlay button. A transparent image overlays the scene, showing a color gradient of interpolated GCP errors. The darkest areas indicate GCPs with the least error, and the bright red areas indicate GCPs with higher errors. The error overlay should look similar to the following image: Page 7 of 13

8 The error overlay is useful for quickly evaluating how the GCP errors are distributed across the entire image. Use the Zoom and Pan tools in the main toolbar to explore the image in more detail if needed. 3. Click on each GCP in the list, then scroll down in the GCP Properties table to see its Error Magnitude value. GCP 2 has the highest value at 3.81 meters. This GCP is located at the top of the image and corresponds to the brightest area of the error overlay: Page 8 of 13

9 4. In the RPC Refinement panel, click the Hide error overlay button to turn off the error overlay. Correct Errors If more accurate geolocation information is available for a given GCP, you can edit its Map X and Map Y values in the GCP Properties table. You can also experiment with different Image X and Image Y values. However, in most cases, it is more practical to interactively move the GCP location in the image display, then re-evaluate its error statistics. Or, delete a GCP if moving its location does not improve the error statistics. 1. Select GCP 2 in the list, then click the Delete button. The Horizontal Accuracy value slightly improves to 1.41 meters. 2. Again, click on each GCP in the list, then scroll down in the GCP Properties table to see its Error Magnitude value. GCP 1 now has the highest Error Magnitude value at 2.42 meters. 3. With GCP 1 centered in the display, use the Zoom tools to zoom into the OrbView-3 image until the pixels appear blocky. Page 9 of 13

10 4. With the Select icon active in the main toolbar, click and drag the GCP 1 marker a few pixels to the southeast: The Horizontal Accuracy value improves to approximately Continue this process until the Horizontal Accuracy value is less than 1 meter. Adjusting too many GCP locations may actually introduce more error; two or three GCPs will suffice. Vertical Accuracy Elevation data significantly improves the accuracy of RPC orthorectification, so that is why a digital elevation model (DEM) is required for input. The RPC Orthorectification workflow uses elevation data in conjunction with geolocation data to compute an RPC solution. Various statistics are available for you to evaluate the vertical accuracy of the model. Select the Statistics tab. The RMSE Z value is the root mean square of the Error Z values for the entire image. It reports the vertical accuracy of the entire RPC model. The LE95 value is the difference (in meters) between the GCP-measured elevation and the DEM elevation, using the calculated geoid offset at the 95% confidence level. Save GCPs to a Shapefile Once you are satisfied with the quality of your GCPs, click the Save GCPs button under the GCPs tab in the RPC Refinement panel. Select an output shapefile name and location. If you quit the workflow, you can continue where you left off by re-loading the input image, DEM, and new GCP shapefile. Page 10 of 13

11 Now that you have reduced the individual GCP errors and the overall model error, you can preview the orthorectification in a limited area before orthorectifying the entire image. Orthorectify the Image 1. Click the Advanced tab. Notice that the Output Coordinate System for the orthorectified result will be UTM Zone 17N by default. 2. Click the Export tab. Choose a directory where you want to create the orthorectified image. 3. Enable the Export Orthorectification Report option, and choose a directory for the output report. This report will list the source files used, adjustment and independent GCPs, geoid offset, error statistics, and output settings. 4. Click Finish to generate the orthorectified image. When processing is complete, the RPC Refinement panel closes, and the orthorectified image is displayed and added to the Layer Manager. It will have some black background pixels along the edge because of the reprojection that took place. 5. In the Layer Manager, toggle the orthorectified image on and off to compare it to the original OrbView-3 image. 6. Compare the orthorectified image to the NAIP reference image. The location of roads and buildings should match between the two layers. The following example shows a Portal with the orthorectified result overlaid on the NAIP reference image: Page 11 of 13

12 7. In the Layer Manager, right-click on all layers except NAIPReferenceImage.dat and select Remove. Automated RPC Orthorectification Instead of using the RPC Orthorectification workflow, you can use the RPC Orthorectification Using Reference Image tool to quickly orthorectify an RPC image. It automatically generates GCPs using a reference image and DEM before orthorectifying the image. This tool is useful when you want a more automated approach to generating GCPs without checking their RMSE values. Follow these steps: Page 12 of 13

13 1. Display the NAIPReferenceImage.dat image. You will compare the orthorectified image to this reference image later. 2. In the Toolbox, expand the Geometric Correction > Orthorectification folder, and double-click RPC Orthorectification Using Reference Image. 3. Click the Browse button next to the Input Raster field, and select the file OrbViewSubset.dat. Click OK in the File Selection dialog. 4. Click the Browse button next to the Input Reference Raster field, and select the file NAIPReferenceImage.dat. Click OK in the File Selection dialog. 5. Click the Browse button next to the Input DEM Raster field, and select the file DEM.dat. Click OK in the File Selection dialog. 6. Leave the default value of No for DEM is Height Above Ellipsoid. 7. Increase the Requested Number of GCPs to Leave the default value of Bilinear for the Resampling Method. 9. Leave the default value of 10 for Grid Spacing. 10. Enter an output filename and directory for the orthorectified raster. 11. Enter an output filename (.pts) and directory for the output GCPs. 12. Enable the Display result option. 13. Click OK. When processing is complete, toggle the orthorectified image on and off to compare it to the underlying reference image. 14. Repeat this process and experiment with different values for Requested Number of GCPs to achieve the desired result. 15. When you are finished examining the images, close ENVI. Page 13 of 13

Files Used in this Tutorial

Files Used in this Tutorial RPC Orthorectification Tutorial In this tutorial, you will use ground control points (GCPs), an orthorectified reference image, and a digital elevation model (DEM) to orthorectify an OrbView-3 scene that

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

Tutorial files are available from the Exelis VIS website or on the ENVI Resource DVD in the image_reg directory.

Tutorial files are available from the Exelis VIS website or on the ENVI Resource DVD in the image_reg directory. Image Registration Tutorial In this tutorial, you will use the Image Registration workflow in different scenarios to geometrically align two overlapping images with different viewing geometry and different

More information

Mosaic Tutorial: Advanced Workflow

Mosaic Tutorial: Advanced Workflow Mosaic Tutorial: Advanced Workflow This tutorial demonstrates how to mosaic two scenes with different color variations. You will learn how to: Reorder the display of the input scenes Achieve a consistent

More information

Server Usage & Third-Party Viewers

Server Usage & Third-Party Viewers Server Usage & Third-Party Viewers October 2016 HiPER LOOK Version 1.4.16.0 Copyright 2015 PIXIA Corp. All Rights Reserved. Table of Contents HiPER LOOK Server Introduction... 2 Google Earth... 2 Installation...2

More information

button in the lower-left corner of the panel if you have further questions throughout this tutorial.

button in the lower-left corner of the panel if you have further questions throughout this tutorial. Mosaic Tutorial: Simple Workflow This tutorial demonstrates how to use the Seamless Mosaic tool to mosaic six overlapping digital aerial scenes. You will learn about displaying footprints and image data

More information

Aerial Photo Rectification

Aerial Photo Rectification Aerial Photo Rectification ERDAS Imagine 2016 Description: We will be using ERDAS Imagine to georeference aerial photos to a DOQ image. We will try to achieve this with a total RMS (root mean square) error

More information

ENVI Automated Image Registration Solutions

ENVI Automated Image Registration Solutions ENVI Automated Image Registration Solutions Xiaoying Jin Harris Corporation Table of Contents Introduction... 3 Overview... 4 Image Registration Engine... 6 Image Registration Workflow... 8 Technical Guide...

More information

Orthorectification and DEM Extraction of CARTOSAT-1 Imagery

Orthorectification and DEM Extraction of CARTOSAT-1 Imagery Orthorectification and DEM Extraction of CARTOSAT-1 Imagery TUTORIAL CARTOSAT-1 is the eleventh satellite to be built in the Indian Remote Sensing (IRS) series. This sunsynchronous satellite was launched

More information

Sentinel-1 Toolbox. Offset Tracking Tutorial Issued August Jun Lu Luis Veci

Sentinel-1 Toolbox. Offset Tracking Tutorial Issued August Jun Lu Luis Veci Sentinel-1 Toolbox Offset Tracking Tutorial Issued August 2016 Jun Lu Luis Veci Copyright 2016 Array Systems Computing Inc. http://www.array.ca/ http://step.esa.int Offset Tracking Tutorial The goal of

More information

WMS 9.1 Tutorial Watershed Modeling DEM Delineation Learn how to delineate a watershed using the hydrologic modeling wizard

WMS 9.1 Tutorial Watershed Modeling DEM Delineation Learn how to delineate a watershed using the hydrologic modeling wizard v. 9.1 WMS 9.1 Tutorial Learn how to delineate a watershed using the hydrologic modeling wizard Objectives Read a digital elevation model, compute flow directions, and delineate a watershed and sub-basins

More information

Generate Glacier Velocity Maps with the Sentinel-1 Toolbox

Generate Glacier Velocity Maps with the Sentinel-1 Toolbox Making remote-sensing data accessible since 1991 Generate Glacier Velocity Maps with the Sentinel-1 Toolbox Adapted from the European Space Agency s STEP community platform In this document you will find:

More information

Download elevation model page 2 Re-Project DEM coordinates page 5 Cut region of interest page 10

Download elevation model page 2 Re-Project DEM coordinates page 5 Cut region of interest page 10 1 Download elevation model page 2 Re-Project DEM coordinates page 5 Cut region of interest page 10 Version June 2017, Dr. Jonas von Rütte, Dr. Peter Lehmann 2 Download elevation model for region of interest:

More information

Objectives Learn how free online map data can quickly and easily be used to dynamically update background maps and aerial photography in GMS.

Objectives Learn how free online map data can quickly and easily be used to dynamically update background maps and aerial photography in GMS. v. 10.1 GMS 10.1 Tutorial Using free, dynamic, online map data in GMS Objectives Learn how free online map data can quickly and easily be used to dynamically update background maps and aerial photography

More information

Learn how to delineate a watershed using the hydrologic modeling wizard

Learn how to delineate a watershed using the hydrologic modeling wizard v. 11.0 WMS 11.0 Tutorial Learn how to delineate a watershed using the hydrologic modeling wizard Objectives Import a digital elevation model, compute flow directions, and delineate a watershed and sub-basins

More information

Objectives Learn how to work with projections in GMS, and how to combine data from different coordinate systems into the same GMS project.

Objectives Learn how to work with projections in GMS, and how to combine data from different coordinate systems into the same GMS project. v. 10.2 GMS 10.2 Tutorial Working with map projections in GMS Objectives Learn how to work with projections in GMS, and how to combine data from different coordinate systems into the same GMS project.

More information

Orthorectification Using Rational Polynomials

Orthorectification Using Rational Polynomials R P C O R T H O Tutorial Orthorectification Using Rational Polynomials Orthorectification Using Rational Polynomials with TNTmips page 1 Before Getting Started You can orthorectify images that have a mathematical

More information

GeoEarthScope NoCAL San Andreas System LiDAR pre computed DEM tutorial

GeoEarthScope NoCAL San Andreas System LiDAR pre computed DEM tutorial GeoEarthScope NoCAL San Andreas System LiDAR pre computed DEM tutorial J Ramón Arrowsmith Chris Crosby School of Earth and Space Exploration Arizona State University ramon.arrowsmith@asu.edu http://lidar.asu.edu

More information

Using rasters for interpolation and visualization in GMS

Using rasters for interpolation and visualization in GMS v. 10.3 GMS 10.3 Tutorial Using rasters for interpolation and visualization in GMS Objectives This tutorial teaches how GMS uses rasters to support all kinds of digital elevation models and how rasters

More information

Stereo DEM Extraction from Radar Imagery Geomatica 2014 Tutorial

Stereo DEM Extraction from Radar Imagery Geomatica 2014 Tutorial The purpose of this tutorial is to provide the steps necessary to extract a stereo DEM model from Radar imagery. This method of DEM extraction is useful if you do not have high resolution optical imagery

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

Stereo DEM Extraction from Radar Imagery Geomatica 2015 Tutorial

Stereo DEM Extraction from Radar Imagery Geomatica 2015 Tutorial Stereo DEM Extraction from Radar Imagery Geomatica 2015 Tutorial The purpose of this tutorial is to provide the steps necessary to extract a stereo DEM model from Radar imagery. This method of DEM extraction

More information

Objectives Learn how to work with projections in SMS, and how to combine data from different coordinate systems into the same SMS project.

Objectives Learn how to work with projections in SMS, and how to combine data from different coordinate systems into the same SMS project. v. 12.2 SMS 12.2 Tutorial Working with map projections in SMS Objectives Learn how to work with projections in SMS, and how to combine data from different coordinate systems into the same SMS project.

More information

Objectives Learn how GMS uses rasters to support all kinds of digital elevation models and how rasters can be used for interpolation in GMS.

Objectives Learn how GMS uses rasters to support all kinds of digital elevation models and how rasters can be used for interpolation in GMS. v. 9.1 GMS 9.1 Tutorial Using rasters for interpolation and visualization in GMS Objectives Learn how GMS uses rasters to support all kinds of digital elevation models and how rasters can be used for interpolation

More information

Extracting Elevation from Air Photos

Extracting Elevation from Air Photos Extracting Elevation from Air Photos TUTORIAL A digital elevation model (DEM) is a digital raster surface representing the elevations of a terrain for all spatial ground positions in the image. Traditionally

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

Objectives Learn how free online map data can quickly and easily be used to dynamically update background maps and aerial photography in GMS.

Objectives Learn how free online map data can quickly and easily be used to dynamically update background maps and aerial photography in GMS. v. 10.4 GMS 10.4 Tutorial Using free, dynamic, online map data in GMS Objectives Learn how free online map data can quickly and easily be used to dynamically update background maps and aerial photography

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

Objectives Learn how free online map data can quickly and easily be used to dynamically update background maps and aerial photography in GMS.

Objectives Learn how free online map data can quickly and easily be used to dynamically update background maps and aerial photography in GMS. v. 10.3 GMS 10.3 Tutorial Using free, dynamic, online map data in GMS Objectives Learn how free online map data can quickly and easily be used to dynamically update background maps and aerial photography

More information

SENTINEL-2 PROCESSING IN SNAP

SENTINEL-2 PROCESSING IN SNAP SENTINEL-2 PROCESSING IN SNAP EXERCISE 1 (exploring S2 data) Data: Sentinel-2A Level 1C: S2A_MSIL1C_20170316T094021_N0204_R036_T33SVB_20170316T094506.SAFE 1. Open file 1.1. File / Open Product 1.2. Browse

More information

Orthorectification Using Rational Polynomials

Orthorectification Using Rational Polynomials R P C O R T H O Tutorial Orthorectification Using Rational Polynomials Orthorectification Using Rational Polynomials with TNTmips page 1 Before Getting Started You can orthorectify certain types of satellite

More information

ENVI Tutorial: Interactive Display Functions

ENVI Tutorial: Interactive Display Functions ENVI Tutorial: Interactive Display Functions Table of Contents OVERVIEW OF THIS TUTORIAL...2 OPENING A PANCHROMATIC (SPOT) IMAGE FILE...2 PERFORMING INTERACTIVE CONTRAST STRETCHING...2 Linear Stretching

More information

Objectives Learn how to work with projections in SMS, and how to combine data from different coordinate systems into the same SMS project.

Objectives Learn how to work with projections in SMS, and how to combine data from different coordinate systems into the same SMS project. v. 12.3 SMS 12.3 Tutorial Working with map projections in SMS Objectives Learn how to work with projections in SMS, and how to combine data from different coordinate systems into the same SMS project.

More information

Geomatica Focus Quick Start Geomatica 2015 Tutorial

Geomatica Focus Quick Start Geomatica 2015 Tutorial Geomatica Focus Quick Start Geomatica 2015 Tutorial Introduction The purpose of this tutorial is to familiarize you with the Geomatica Toolbar, along with visualization of data while using Geomatica Focus.

More information

Files Used in This Tutorial. Background. Feature Extraction with Example-Based Classification Tutorial

Files Used in This Tutorial. Background. Feature Extraction with Example-Based Classification Tutorial Feature Extraction with Example-Based Classification Tutorial In this tutorial, you will use Feature Extraction to extract rooftops from a multispectral QuickBird scene of a residential area in Boulder,

More information

ALOS PALSAR. Orthorectification Tutorial Issued March 2015 Updated August Luis Veci

ALOS PALSAR. Orthorectification Tutorial Issued March 2015 Updated August Luis Veci ALOS PALSAR Orthorectification Tutorial Issued March 2015 Updated August 2016 Luis Veci Copyright 2015 Array Systems Computing Inc. http://www.array.ca/ http://step.esa.int ALOS PALSAR Orthorectification

More information

Tutorial (Beginner level): Orthomosaic and DEM Generation with Agisoft PhotoScan Pro 1.3 (with Ground Control Points)

Tutorial (Beginner level): Orthomosaic and DEM Generation with Agisoft PhotoScan Pro 1.3 (with Ground Control Points) Tutorial (Beginner level): Orthomosaic and DEM Generation with Agisoft PhotoScan Pro 1.3 (with Ground Control Points) Overview Agisoft PhotoScan Professional allows to generate georeferenced dense point

More information

Pleiades 1A data DEM extraction and DSM to DTM conversion Geomatica 2015 Tutorial

Pleiades 1A data DEM extraction and DSM to DTM conversion Geomatica 2015 Tutorial Pleiades 1A data DEM extraction and DSM to DTM conversion Geomatica 2015 Tutorial A great innovation of the Pleiades system is to offer high resolution stereoscopic coverage capability. The stereoscopic

More information

Technical Specifications

Technical Specifications 1 Contents INTRODUCTION...3 ABOUT THIS LAB...3 IMPORTANCE OF THIS MODULE...3 EXPORTING AND IMPORTING DATA...4 VIEWING PROJECTION INFORMATION...5...6 Assigning Projection...6 Reprojecting Data...7 CLIPPING/SUBSETTING...7

More information

v SMS Tutorials Working with Rasters Prerequisites Requirements Time Objectives

v SMS Tutorials Working with Rasters Prerequisites Requirements Time Objectives v. 12.2 SMS 12.2 Tutorial Objectives Learn how to import a Raster, view elevations at individual points, change display options for multiple views of the data, show the 2D profile plots, and interpolate

More information

Exercise #5b - Geometric Correction of Image Data

Exercise #5b - Geometric Correction of Image Data Exercise #5b - Geometric Correction of Image Data 5.6 Geocoding or Registration of geometrically uncorrected image data 5.7 Resampling 5.8 The Ukrainian coordinate system 5.9 Selecting Ground Control Points

More information

v Getting Started An introduction to GMS GMS Tutorials Time minutes Prerequisite Tutorials None

v Getting Started An introduction to GMS GMS Tutorials Time minutes Prerequisite Tutorials None v. 10.3 GMS 10.3 Tutorial An introduction to GMS Objectives This tutorial introduces GMS and covers the basic elements of the user interface. It is the first tutorial that new users should complete. Prerequisite

More information

How to Access Remote Sensing Data Using EarthExplorer

How to Access Remote Sensing Data Using EarthExplorer How to Access Remote Sensing Data Using EarthExplorer https://earthexplorer.usgs.gov/ EarthExplorer is the most-used tool to access remote sensing data at the (USGS) Earth Resources Observation and Science

More information

Creating Contours using ArcMap

Creating Contours using ArcMap Creating Contours with ArcMap and ArcScene Digital elevation models (DEMs) are geospatial datasets that contain elevation values sampled according to a regularly spaced rectangular grid. They can be used

More information

Crop Counting and Metrics Tutorial

Crop Counting and Metrics Tutorial Crop Counting and Metrics Tutorial The ENVI Crop Science platform contains remote sensing analytic tools for precision agriculture and agronomy. In this tutorial you will go through a typical workflow

More information

Terrain and Imagery Tutorial. Contents. By: Brian Zager

Terrain and Imagery Tutorial. Contents. By: Brian Zager Terrain and Imagery Tutorial By: Brian Zager http://www.zagerdesign.com/golf_design/ This tutorial provides and overview on how terrain data and overhead imagery are used to create real courses or courses

More information

Learn how to delineate a watershed using the hydrologic modeling wizard

Learn how to delineate a watershed using the hydrologic modeling wizard v. 10.1 WMS 10.1 Tutorial Learn how to delineate a watershed using the hydrologic modeling wizard Objectives Import a digital elevation model, compute flow directions, and delineate a watershed and sub-basins

More information

GEO 465/565 - Lab 7 Working with GTOPO30 Data in ArcGIS 9

GEO 465/565 - Lab 7 Working with GTOPO30 Data in ArcGIS 9 GEO 465/565 - Lab 7 Working with GTOPO30 Data in ArcGIS 9 This lab explains how work with a Global 30-Arc-Second (GTOPO30) digital elevation model (DEM) from the U.S. Geological Survey. This dataset can

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

CROP MAPPING WITH SENTINEL-2 JULY 2017, SPAIN

CROP MAPPING WITH SENTINEL-2 JULY 2017, SPAIN _p TRAINING KIT LAND01 CROP MAPPING WITH SENTINEL-2 JULY 2017, SPAIN Table of Contents 1 Introduction to RUS... 3 2 Crop mapping background... 3 3 Training... 3 3.1 Data used... 3 3.2 Software in RUS environment...

More information

Orthorectifying ALOS PALSAR. Quick Guide

Orthorectifying ALOS PALSAR. Quick Guide Orthorectifying ALOS PALSAR Quick Guide Copyright Notice This publication is a copyrighted work owned by: PCI Geomatics 50 West Wilmot Street Richmond Hill, Ontario Canada L4B 1M5 www.pcigeomatics.com

More information

GSSHA WMS Basics Loading DEMs, Contour Options, Images, and Projection Systems

GSSHA WMS Basics Loading DEMs, Contour Options, Images, and Projection Systems v. 10.0 WMS 10.0 Tutorial GSSHA WMS Basics Loading DEMs, Contour Options, Images, and Projection Systems Learn how to work with DEMs and images and to convert between projection systems in the WMS interface

More information

Exercise 1: Introduction to ILWIS with the Riskcity dataset

Exercise 1: Introduction to ILWIS with the Riskcity dataset Exercise 1: Introduction to ILWIS with the Riskcity dataset Expected time: 2.5 hour Data: data from subdirectory: CENN_DVD\ILWIS_ExerciseData\IntroRiskCity Objectives: After this exercise you will be able

More information

Automating a Radiometric Terrain Correction Process Chain Using a Sentinel-1 Toolbox Graph

Automating a Radiometric Terrain Correction Process Chain Using a Sentinel-1 Toolbox Graph Making remote-sensing data accessible since 1991 Automating a Radiometric Terrain Correction Process Chain Using a Sentinel-1 Toolbox Graph Source: ASF Staff In this document you will find: A. Background

More information

Downloading and importing DEM data from ASTER or SRTM (~30m resolution) into ArcMap

Downloading and importing DEM data from ASTER or SRTM (~30m resolution) into ArcMap Downloading and importing DEM data from ASTER or SRTM (~30m resolution) into ArcMap Step 1: ASTER or SRTM? There has been some concerns about the quality of ASTER data, nicely exemplified in the following

More information

Watershed Modeling Advanced DEM Delineation

Watershed Modeling Advanced DEM Delineation v. 10.1 WMS 10.1 Tutorial Watershed Modeling Advanced DEM Delineation Techniques Model manmade and natural drainage features Objectives Learn to manipulate the default watershed boundaries by assigning

More information

CHAPTER 5 DIGITAL ELEVATION MODEL AND 3D VISUALIZATION

CHAPTER 5 DIGITAL ELEVATION MODEL AND 3D VISUALIZATION CHAPTER 5 DIGITAL ELEVATION MODEL AND 3D VISUALIZATION A digital elevation model (DEM) is a digital model or 3D representation of a terrain's surface. A DEM can be represented as a raster (a grid of squares,

More information

3D FeatureXtract User s Guide. Powered by the GeoSPHERIC v3.0 Common Code Foundation

3D FeatureXtract User s Guide. Powered by the GeoSPHERIC v3.0 Common Code Foundation 3D FeatureXtract User s Guide Powered by the GeoSPHERIC v3.0 Common Code Foundation CONTENTS 1 Getting Started... 1 1.1 UI Conventions... 1 1.2 Installation and Licensing... 1 1.2.1 Licensing... 2 1.3

More information

ENVI Classic Tutorial: Interactive Display Functions 2

ENVI Classic Tutorial: Interactive Display Functions 2 ENVI Classic Tutorial: Interactive Display Functions Interactive Display Functions 2 Files Used in this Tutorial 2 Opening a Panchromatic (SPOT) Image File 3 Performing Interactive Contrast Stretching

More information

Producing Ortho Imagery In ArcGIS. Hong Xu, Mingzhen Chen, Ringu Nalankal

Producing Ortho Imagery In ArcGIS. Hong Xu, Mingzhen Chen, Ringu Nalankal Producing Ortho Imagery In ArcGIS Hong Xu, Mingzhen Chen, Ringu Nalankal Agenda Ortho imagery in GIS ArcGIS ortho mapping solution Workflows - Satellite imagery - Digital aerial imagery - Scanned imagery

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

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

Finding GIS Data and Preparing it for Use

Finding GIS Data and Preparing it for Use 02-Finding_Data_And_Preparing_It_For_GIS_Analysis_92.Doc Page 1 of 16 Getting Ready for the Tutorial Sign Up for the GIS-L Listserv Finding GIS Data and Preparing it for Use The Yale University GIS-L Listserv

More information

GEOSYSTEMS... 2 UAV Workflow ERDAS IMAGINE UAV Feature Overview Section ERDAS IMAGINE UAV Feature... 2

GEOSYSTEMS... 2 UAV Workflow ERDAS IMAGINE UAV Feature Overview Section ERDAS IMAGINE UAV Feature... 2 Contents GEOSYSTEMS... 2 UAV Workflow... 2 ERDAS IMAGINE UAV Feature Overview... 2 Section 1... 2 ERDAS IMAGINE UAV Feature... 2 Processing Workflow Concept... 2 IMAGINE UAV Menu... 3 IMAGINE UAV Layout...

More information

Raster: The Other GIS Data

Raster: The Other GIS Data Raster_The_Other_GIS_Data.Docx Page 1 of 11 Raster: The Other GIS Data Objectives Understand the raster format and how it is used to model continuous geographic phenomena. Understand how projections &

More information

IMAGINE OrthoRadar. Accuracy Evaluation. age 1 of 9

IMAGINE OrthoRadar. Accuracy Evaluation. age 1 of 9 IMAGINE OrthoRadar Accuracy Evaluation age 1 of 9 IMAGINE OrthoRadar Product Description IMAGINE OrthoRadar is part of the IMAGINE Radar Mapping Suite and performs precision geocoding and orthorectification

More information

NEXTMap World 30 Digital Surface Model

NEXTMap World 30 Digital Surface Model NEXTMap World 30 Digital Surface Model Intermap Technologies, Inc. 8310 South Valley Highway, Suite 400 Englewood, CO 80112 083013v3 NEXTMap World 30 (top) provides an improvement in vertical accuracy

More information

CRC Website and Online Book Materials Page 1 of 16

CRC Website and Online Book Materials Page 1 of 16 Page 1 of 16 Appendix 2.3 Terrain Analysis with USGS DEMs OBJECTIVES The objectives of this exercise are to teach readers to: Calculate terrain attributes and create hillshade maps and contour maps. use,

More information

DEM Extraction Module User s Guide

DEM Extraction Module User s Guide DEM Extraction Module User s Guide DEM Extraction Module Version 4.7 August, 2009 Edition Copyright ITT Visual Information Solutions All Rights Reserved 20DEM47DOC Restricted Rights Notice The IDL, IDL

More information

Tutorial (Beginner level): Orthomosaic and DEM Generation with Agisoft PhotoScan Pro 1.3 (without Ground Control Points)

Tutorial (Beginner level): Orthomosaic and DEM Generation with Agisoft PhotoScan Pro 1.3 (without Ground Control Points) Tutorial (Beginner level): Orthomosaic and DEM Generation with Agisoft PhotoScan Pro 1.3 (without Ground Control Points) Overview Agisoft PhotoScan Professional allows to generate georeferenced dense point

More information

Sentinel-1 Toolbox. Interferometry Tutorial Issued March 2015 Updated August Luis Veci

Sentinel-1 Toolbox. Interferometry Tutorial Issued March 2015 Updated August Luis Veci Sentinel-1 Toolbox Interferometry Tutorial Issued March 2015 Updated August 2016 Luis Veci Copyright 2015 Array Systems Computing Inc. http://www.array.ca/ http://step.esa.int Interferometry Tutorial The

More information

Ice surface velocities using SAR

Ice surface velocities using SAR Ice surface velocities using SAR Thomas Schellenberger, PhD ESA Cryosphere Remote Sensing Training Course 2018 UNIS Longyearbyen, Svalbard 12 th June 2018 thomas.schellenberger@geo.uio.no Outline Data

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

Geometric Correction of Imagery

Geometric Correction of Imagery Geometric Correction of Imagery Geometric Correction of Imagery Present by: Dr.Weerakaset Suanpaga D.Eng(RS&GIS) The intent is to compensate for the distortions introduced by a variety of factors, so that

More information

Geomatica OrthoEngine Course exercises

Geomatica OrthoEngine Course exercises Course exercises Geomatica Version 2017 SP4 Course exercises 2017 PCI Geomatics Enterprises, Inc. All rights reserved. COPYRIGHT NOTICE Software copyrighted by PCI Geomatics Enterprises, Inc., 90 Allstate

More information

Digital Photogrammetric System. Version 5.3 USER GUIDE. Block adjustment

Digital Photogrammetric System. Version 5.3 USER GUIDE. Block adjustment Digital Photogrammetric System Version 5.3 USER GUIDE Table of Contents 1. Purpose of the document... 3 2. module... 3 3. Start of work in adjustment module... 4 4. Interface and its elements... 6 4.1.

More information

Basics of Using LiDAR Data

Basics of Using LiDAR Data Conservation Applications of LiDAR Basics of Using LiDAR Data Exercise #2: Raster Processing 2013 Joel Nelson, University of Minnesota Department of Soil, Water, and Climate This exercise was developed

More information

A Practical Guide to Using QGIS

A Practical Guide to Using QGIS A Practical Guide to Using QGIS 1.1 INTRODUCTION Quantum GIS (QGIS) is a useful mapping software that enables the compilation and displaying of spatial data in the form of a map. Gaining experience in

More information

Geometric Rectification of Remote Sensing Images

Geometric Rectification of Remote Sensing Images Geometric Rectification of Remote Sensing Images Airborne TerrestriaL Applications Sensor (ATLAS) Nine flight paths were recorded over the city of Providence. 1 True color ATLAS image (bands 4, 2, 1 in

More information

IApioneer v3.0.3 Technical Specifications. Powered by the GeoSPHERIC v3.0 Common Code Foundation

IApioneer v3.0.3 Technical Specifications. Powered by the GeoSPHERIC v3.0 Common Code Foundation IApioneer v3.0.3 Technical Specifications Powered by the GeoSPHERIC v3.0 Common Code Foundation TABLE OF CONTENTS Introduction...1 IApioneer Environment...1 Backstage... 1 Session Panel... 2 Help Panel...

More information

16) After contour layer is chosen, on column height_field, choose Elevation, and on tag_field column, choose <None>. Click OK button.

16) After contour layer is chosen, on column height_field, choose Elevation, and on tag_field column, choose <None>. Click OK button. 16) After contour layer is chosen, on column height_field, choose Elevation, and on tag_field column, choose . Click OK button. 17) The process of TIN making will take some time. Various process

More information

NEXTMap World 10 Digital Elevation Model

NEXTMap World 10 Digital Elevation Model NEXTMap Digital Elevation Model Intermap Technologies, Inc. 8310 South Valley Highway, Suite 400 Englewood, CO 80112 10012015 NEXTMap (top) provides an improvement in vertical accuracy and brings out greater

More information

Spatial Hydrologic Modeling HEC-HMS Distributed Parameter Modeling with the MODClark Transform

Spatial Hydrologic Modeling HEC-HMS Distributed Parameter Modeling with the MODClark Transform v. 9.0 WMS 9.0 Tutorial Spatial Hydrologic Modeling HEC-HMS Distributed Parameter Modeling with the MODClark Transform Setup a basic distributed MODClark model using the WMS interface Objectives In this

More information

Automated Air Photo Orthorectification and Mosaicking Geomatica 2015 Tutorial

Automated Air Photo Orthorectification and Mosaicking Geomatica 2015 Tutorial In Geomatica, you can use the integration capabilities between Focus and Modeler to create custom models and combine tasks using batch processing. This tutorial shows you how to create a model to import,

More information

Remote Sensing in an

Remote Sensing in an Chapter 2: Adding Data to a Map Document Remote Sensing in an ArcMap Environment Remote Sensing Analysis in an ArcMap Environment Tammy E. Parece Image source: landsat.usgs.gov Tammy Parece James Campbell

More information

WMS 9.0 Tutorial GSSHA WMS Basics Watershed Delineation using DEMs and 2D Grid Generation Delineate a watershed and create a GSSHA model from a DEM

WMS 9.0 Tutorial GSSHA WMS Basics Watershed Delineation using DEMs and 2D Grid Generation Delineate a watershed and create a GSSHA model from a DEM v. 9.0 WMS 9.0 Tutorial GSSHA WMS Basics Watershed Delineation using DEMs and 2D Grid Generation Delineate a watershed and create a GSSHA model from a DEM Objectives Learn how to delineate a watershed

More information

ENVI Tutorial: Introduction to ENVI

ENVI Tutorial: Introduction to ENVI ENVI Tutorial: Introduction to ENVI Table of Contents OVERVIEW OF THIS TUTORIAL...1 GETTING STARTED WITH ENVI...1 Starting ENVI...1 Starting ENVI on Windows Machines...1 Starting ENVI in UNIX...1 Starting

More information

ACCURACY COMPARISON OF VHR SYSTEMATIC-ORTHO SATELLITE IMAGERIES AGAINST VHR ORTHORECTIFIED IMAGERIES USING GCP

ACCURACY COMPARISON OF VHR SYSTEMATIC-ORTHO SATELLITE IMAGERIES AGAINST VHR ORTHORECTIFIED IMAGERIES USING GCP ACCURACY COMPARISON OF VHR SYSTEMATIC-ORTHO SATELLITE IMAGERIES AGAINST VHR ORTHORECTIFIED IMAGERIES USING GCP E. Widyaningrum a, M. Fajari a, J. Octariady a * a Geospatial Information Agency (BIG), Cibinong,

More information

Working with Elevation Data URPL 969 Applied GIS Workshop: Rethinking New Orleans After Hurricane Katrina Spring 2006

Working with Elevation Data URPL 969 Applied GIS Workshop: Rethinking New Orleans After Hurricane Katrina Spring 2006 Working with Elevation Data URPL 969 Applied GIS Workshop: Rethinking New Orleans After Hurricane Katrina Spring 2006 This GIS lab exercise will explore Light Detection And Ranging (LiDAR) data for New

More information

The Radar Ortho Suite is an add-on to Geomatica. It requires Geomatica Core or Geomatica Prime as a pre-requisite.

The Radar Ortho Suite is an add-on to Geomatica. It requires Geomatica Core or Geomatica Prime as a pre-requisite. RADAR ORTHO SUITE The Radar Ortho Suite includes rigorous and rational function models developed to compensate for distortions and produce orthorectified radar images. Distortions caused by the platform

More information

Objectives Learn how to work with projections in WMS, and how to combine data from different coordinate systems into the same WMS project.

Objectives Learn how to work with projections in WMS, and how to combine data from different coordinate systems into the same WMS project. s v. 11.0 Projections / Coordinate Systems WMS 11.0 Tutorial Projections / Coordinate Systems Working with map projections in WMS Objectives Learn how to work with projections in WMS, and how to combine

More information

2018 SimActive Inc. All rights reserved.

2018 SimActive Inc. All rights reserved. 2018 SimActive Inc. All rights reserved. Table of Contents 1. Important Notes... 5 2. Overview... 6 3. System Requirements... 7 4. Data Requirements... 8 4.1 Sensor Types... 8 4.2 Input Image Formats...

More information

Objectives Learn how to work with projections in GMS, and how to combine data from different coordinate systems into the same GMS project.

Objectives Learn how to work with projections in GMS, and how to combine data from different coordinate systems into the same GMS project. v. 10.4 GMS 10.4 Tutorial Working with map projections in GMS Objectives Learn how to work with projections in GMS, and how to combine data from different coordinate systems into the same GMS project.

More information

Creating, balancing and mosaicing Orthophotos

Creating, balancing and mosaicing Orthophotos Creating, balancing and mosaicing Orthophotos Wizards Map production 3D presentations Annotation Orthophoto Surface gridding Contouring Image mosaicing Data compression Geocoding Spatial analysis Raster

More information

Windstorm Simulation & Modeling Project

Windstorm Simulation & Modeling Project Windstorm Simulation & Modeling Project Airborne LIDAR Data and Digital Elevation Models in Broward County, Florida Data Quality Report and Description of Deliverable Datasets Prepared for: The Broward

More information

TRAINING MATERIAL HOW TO OPTIMIZE ACCURACY WITH CORRELATOR3D

TRAINING MATERIAL HOW TO OPTIMIZE ACCURACY WITH CORRELATOR3D TRAINING MATERIAL WITH CORRELATOR3D Page2 Contents 1. UNDERSTANDING INPUT DATA REQUIREMENTS... 4 1.1 What is Aerial Triangulation?... 4 1.2 Recommended Flight Configuration... 4 1.3 Data Requirements for

More information

Digital Photogrammetric System. Version 5.24 USER GUIDE. Creating project

Digital Photogrammetric System. Version 5.24 USER GUIDE. Creating project Digital Photogrammetric System Version 5.24 USER GUIDE Table of Contents 1. General Remarks... 3 2. Workflow... 3 3. Creating and selecting active profile... 3 4.... 5 4.1. Placing project files in resources

More information

All data is in Universal Transverse Mercator (UTM) Zone 6 projection, and WGS 84 datum.

All data is in Universal Transverse Mercator (UTM) Zone 6 projection, and WGS 84 datum. 111 Mulford Hall, College of Natural Resources, UC Berkeley (510) 643-4539 EXPLORING MOOREA DATA WITH QUANTUM GIS In this exercise, you will be using an open-source FREE GIS software, called Quantum GIS,

More information

Combine Yield Data From Combine to Contour Map Ag Leader

Combine Yield Data From Combine to Contour Map Ag Leader Combine Yield Data From Combine to Contour Map Ag Leader Exporting the Yield Data Using SMS Program 1. Data format On Hard Drive. 2. Start program SMS Basic. a. In the File menu choose Open. b. Click on

More information

Automatic DEM Extraction

Automatic DEM Extraction Automatic DEM Extraction The Automatic DEM Extraction module allows you to create Digital Elevation Models (DEMs) from stereo airphotos, stereo images and RADAR data. Image correlation is used to extract

More information