Terrain Analysis. Using QGIS and SAGA

Size: px
Start display at page:

Download "Terrain Analysis. Using QGIS and SAGA"

Transcription

1 Terrain Analysis Using QGIS and SAGA Tutorial ID: IGET_RS_010 This tutorial has been developed by BVIEER as part of the IGET web portal intended to provide easy access to geospatial education. This tutorial is released under the Creative Commons license. Your support will help our team to improve the content and to continue to offer high quality geospatial educational resources. For suggestions and feedback please visit

2 Objective: To analyze the topography of a region with respect to its slope, aspect and curvature etc., using a Digital Elevation Model. Software: SAGA GIS and Quantum GIS Level: Intermediate Time required: 3 Hours Prerequisites and Geospatial Skills: 1. SAGA and QGIS should be installed on the computer. 2. Familiarity with basic operations in SAGA and QGIS is preferable. 3. An internet connection to fetch Profile Tool plugin. Readings 1. Clarke, K. C. (1995). Chapter 13: Terrain Analysis. In Analytical and Computer Cartography (2nd ed., pp ). Prentice Hall. Retrieved from Chapter13.pdf 2. Aileen, B. (n.d.). Understanding curvature rasters. ArcGIS Resources. Retrieved from 3. Scottish Road Network Landslides Study: Implementation Transport Scotland. (n.d.). Retrieved June 24, 2013, from Tutorial Data: SRTM DEM downloaded from has been supplied for this tutorial and can be downloaded here. Link 2

3 Introduction While using raster data in the previous tutorials the images were limited to those describing the spectral properties of the land, however we also have raster datasets that describes the elevation of the land. The elevation values are stored in the form of a raster grid known as a Digital Elevation Model (DEM). The DEM pixel values indicate the height of the pixel above the defined vertical datum. Although the DEM itself describes just the elevation of the land surface, it can be used to derive many interesting and useful data products. These derivatives are used in almost every field and mostly in hydrological, visibility, ecology and morphological analyses. DEMs are generated as a product of the satellites like ASTER, CartoSat P5, and the Shuttle Radar Topography Mission (SRTM). Often user may come across some areas with missing pixel values, these are referred to as holes or sinks in the data and are caused by anomalies during the data collection. To alleviate this problem there exist many algorithms which fill in these sinks by interpolating the elevation of neighboring pixels. In this tutorial we will learn how to fill the sinks, prepare various products, and visualize DEM data by using both Quantum GIS and SAGA GIS. 1. Start Quantum GIS Open the DEM in QGIS by clicking on the Add Raster button in the toolbar or via Layer Add Raster Layer. Navigate to the tutorial data folder, click on the DEM file n18_e073_3arc_v1.tif and click on Okay. 2. The DEM will open in QGIS as a grey square with white patches near the middle as shown below. The DEM has to be visually enhanced to identify landforms in it Open the Properties window by double-clicking on the DEM layer under Layers Panel. In the Contrast enhancement part of the Style tab, change the option from No Stretch to Stretch to MinMax. Click Okay. 3

4 3 4. The white patches are the parts of the DEM without any data and generally referred as the holes or sinks which cause problems in analysis if they are not filled. 5. These sinks are filled by interpolating the pixel values from the neighborhood pixels. To do this use the Fill nodata tool (Raster Analysis Fill nodata) Fill in the Output file as n18_e073_3arc_v1_sinkfilled.tif field and check the Load into canvas when finished. Click Okay. After successful execution click on OK in Finished window and close the Fill nodata window. 4

5 6 7. The corrected DEM will now be loaded into the layers list. If the layer is greyed out, enhance it by doing a contrast stretch as described in Step Turn off the layer by unchecking the layer in the list. Zoom into the sink holes and turn it on again to see the interpolated region. 5

6 8 9. Let us view this more explicitly by creating a profile of this area. For this we will use the Profile tool plugin. 10. Click on Fetch Python plugins from the Plugins menu and type profile in the Filter space. It shortlist the available plugins from the list. Select the Profile Tool and click on Install plugin. Make sure the computer is connected to the internet before doing this and click on OK to finish and now Close the Plugin installer Open this tool via Plugins Profile Tool Terrain Profile. The mouse cursor will change to a + sign. Place the starting point of the profile line by clicking on one side of the sink area. A line will appear which can be extended across the terrain. Clicking again will set a vertex for the line. This allows us to create a profile along an irregular path. Double-click on the other side of the area to end the profile line. 6

7 This will show us a profile of the sink filled DEM. To compare it with the unfill sinks DEM, we will add the unprocessed DEM to this tool by clicking on the Add Layer button. Select the unprocessed DEM and click on Okay. Change the colour of the newly added DEM by clicking on the colour box next to the layer name. 13. The second profile may not appear in the graph. If this happens, just draw the profile line again. In the following figure Red and Green are processed and unprocessed DEM profiles successively. 13 Task 1: Explain the Profile trends in above figure. 14. This way we can see how the pixel values have been interpolated. Click on the Save as button to save the profile as an image or PDF. 15. Click on Zoom Full to see the entire DEM. Now draw a profile line from West to East through the 7

8 centre of the DEM. 15 Task 2: Explain the topography of the area from the above profile and which landforms are represented in the encircled part of the profile? 16. Close the Quantum GIS. Now we will switch to SAGA to perform a few basic analytical processes on DEM. 17. Launch SAGA and open the filled DEM image in SAGA by clicking the Load button. Navigate to the DEM file, select it and click Open (File types should be set to All files to view the DEM) The DEM will be imported into the Data tab list. Double click on it to open in a Map window as shown above. Click the tab under Object Properties section. This will display the metadata of the DEM, some part of which is displayed below. 8

9 As you see, the DEM is in a Geographic Coordinate System (GCS), which means its distance is measured in degrees (cell size is degrees). Before carrying out any spatial analysis operations on the DEM, it will strongly suggest to convert it from a Geographic Coordinate System to a Projected Coordinate System. 20. Open the Coordinate Transformation module via Module Projection Coordinate Transformation (Grid). In the module window, under Proj4 Parameters, change the Projected Coordinate System entry to WGS 84 / UTM 43N. Enter the Grid System entries as shown below, and for the Interpolation method we will use Nearest Neighbor On clicking Okay a window describing the dimensions of the DEM will pop up. Click Okay on that as well. 22. The reprojected DEM will now be placed in the Data list. It will now have a different set of descriptors. You can see the pixel size has been converted from degrees to meters.open it in a new 9

10 window To change the colour ramp from blue-yellow-red to black-white, click on the button from the Colors field in the tab. In the next popup window that opens select Presets button and choose Greyscale from the list. Click Okay. Now click on Apply in Settings tab. 24. We are now ready to run a set of basic operations on the DEM via Modules Terrain Analysis Morphometry Slope, Aspect, Curvature. In this window, enter the current Grid sytem and Elevation as reprojected DEM. Leave the rest of the entries as [create]. Keep the default method and click Okay. This will create a few basic DEM products. It might take a while depending your computer speed Slope is change in elevation per unit distance. The slope can be expressed either in degrees or percentage. This module calculates the slope in degrees. Slope is most commonly used product of terrain analysis in almost all fields of human activity, planning transportation networks and hydrology. Double click on Slope layer under Data tab to open in new map window. 10

11 Aspect is the compass direction of the slope and its value measured in degrees. It affects the direction in which water flows. It is a widely used product of terrain analysis in fields of ecology, hydrology and green energy projects like solar energy and wind mills. Open Aspect map in new window, it looks like below figure. 26 Task 3: How slope and Aspect helps in planning of transportation routes? 27. Curvature is the change in slope per unit distance. It is a very helpful measure to understand the surface water flow. Therefore it is widely used in the field of hydrology. The pixels with positive curvature indicate the flow dispersal and negative values indicates the flow accumulation. Open the Curvature layer in new map and change its color ramp to Greyscale (refer Step 23) Plan Curvature describes the horizontal curvature of the surface. It is the curvature of the line of intersection of the surface and the horizontal plane. The pixel values indicate the change in direction per unit length of the intersection line. Negative values indicate convex surfaces and positive values indicate concave surfaces. Open the Plan Curvature layer in new map and change its color ramp to Greyscale 11

12 (refer Step 23) Profile Curvature is the measure of the vertical curvature of the land surface. It is the curvature of the line formed by the intersection of the vertical plane along the steepest slope, with the land surface. Negative values indicate convex surfaces and positive values indicate concave surfaces. Open the Profile curvature layer in new map and change its color ramp to Greyscale (refer Step 23) Another useful derivative of the DEM is the Analytical Hillshading module. It is a shaded relief raster provides a better visualization experience of the terrain. Open it via Modules Terrain Analysis Lighting Analytical Hillshading. Set the Grid System and >>Elevation entries to the reprojected DEM. Leave the rest of the values as the defaults and click Okay

13 30 This simulates the shadow effect from a light source originating from the North West (315 degree) direction at an angle of 45 degrees from the horizontal plane. 31. To understand how these derivatives relate to each other, we can lay them side-by-side. From the Window menu select Tile Vertically (You can also close the Object Properties module on the right to make place for the windows). This will arrange them neatly like tiles ensuring there is no overlap. Next, select one of the map windows and via the Map menu, click Synchronize Map extents. This will set all the maps to the same extent as that window Another interesting tool to use is the Landform Classification. This classifies the terrain into different landforms. The pixels are classified based on their relative position and elevation with respect to the surrounding pixels. Open it via Modules Terrain Analysis Morphometry Classification TPI Based Landform Classification. 33. Set the Grid System and Elevation to the projected DEM and keep the rest of the options as their default values. Click Okay. This will create the classified map of the landforms as shown below. 13

14 Right-click on the layer under Data tab to select Histogram. This will show the area distribution of different landforms We will now view the DEM in 3D to more comprehensively visualize the topography. Open the DEM in a new map window, and overlay the Analytical Hillshading layer on top of it. If you closed the Object Properties module then open it via the menu Window Show Object Properties. Change the Transparency value of the Analytical Hillshading layer to

15 Select the map window and click the Show 3D View button. Set the Grid System and >>Elevation to the projected DEM layer. Click Okay. This will open the layer in the 3D-view window Click and drag the image. It will rotate around an axis in the direction in which you pull it. The controls for the viewing angle and distance can be found in the tool bar above. Play around with these controls to get used to handling the layer ( place the mouse cursor over each one to see what each one does) You might find that if you look at the terrain from a lateral view, it appears slightly flat. It makes it more difficult to make out the elevation differences. To fix this, use the F1 and F2 keys to decrease or increase the exaggeration of the terrain. An image when viewed with some exaggeration can make it easier to 15

16 identify the landforms Save this as an image via the menu 3D View Save as Image. In the window that opens enter a name and format for the image and click Save. A window will open showing the image size. Click Okay if you want to keep this size. In the image below the original dimensions was 384 x 239 (it may vary). The dimensions have been changed to 1600 x The image will be just as it appears in the 3d View window Close the Project and save the entire modified layers in a desired location. Task 4: Prepare overlay maps of Hillshade in combinations with different Curvature layers and describe the patterns and feature that you observed. 16

Introduction to SAGA GIS

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

More information

Watershed Delineation

Watershed Delineation Watershed Delineation Using SAGA GIS Tutorial ID: IGET_SA_003 This tutorial has been developed by BVIEER as part of the IGET web portal intended to provide easy access to geospatial education. This tutorial

More information

L7 Raster Algorithms

L7 Raster Algorithms L7 Raster Algorithms NGEN6(TEK23) Algorithms in Geographical Information Systems by: Abdulghani Hasan, updated Nov 216 by Per-Ola Olsson Background Store and analyze the geographic information: Raster

More information

Map Preparation. Using QGIS

Map Preparation. Using QGIS Map Preparation Using QGIS Tutorial ID: IGET_GIS_006 This tutorial has been developed by BVIEER as part of the IGET web portal intended to provide easy access to geospatial education. This tutorial is

More information

Lecture 21 - Chapter 8 (Raster Analysis, part2)

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

More information

Introduction to GIS 2011

Introduction to GIS 2011 Introduction to GIS 2011 Digital Elevation Models CREATING A TIN SURFACE FROM CONTOUR LINES 1. Start ArcCatalog from either Desktop or Start Menu. 2. In ArcCatalog, create a new folder dem under your c:\introgis_2011

More information

Lab 12: Sampling and Interpolation

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

More information

Module: Rasters. 8.1 Lesson: Working with Raster Data Follow along: Loading Raster Data CHAPTER 8

Module: Rasters. 8.1 Lesson: Working with Raster Data Follow along: Loading Raster Data CHAPTER 8 CHAPTER 8 Module: Rasters We ve used rasters for digitizing before, but raster data can also be used directly. In this module, you ll see how it s done in QGIS. 8.1 Lesson: Working with Raster Data Raster

More information

Raster GIS. Raster GIS 11/1/2015. The early years of GIS involved much debate on raster versus vector - advantages and disadvantages

Raster GIS. Raster GIS 11/1/2015. The early years of GIS involved much debate on raster versus vector - advantages and disadvantages Raster GIS Google Earth image (raster) with roads overlain (vector) Raster GIS The early years of GIS involved much debate on raster versus vector - advantages and disadvantages 1 Feb 21, 2010 MODIS satellite

More information

Final project: Lecture 21 - Chapter 8 (Raster Analysis, part2) GEOL 452/552 - GIS for Geoscientists I

Final project: Lecture 21 - Chapter 8 (Raster Analysis, part2) GEOL 452/552 - GIS for Geoscientists I GEOL 452/552 - GIS for Geoscientists I Lecture 21 - Chapter 8 (Raster Analysis, part2) Talk about class project (copy follow_along_data\ch8a_class_ex into U:\ArcGIS\ if needed) Catch up with lecture 20

More information

In this lab, you will create two maps. One map will show two different projections of the same data.

In this lab, you will create two maps. One map will show two different projections of the same data. Projection Exercise Part 2 of 1.963 Lab for 9/27/04 Introduction In this exercise, you will work with projections, by re-projecting a grid dataset from one projection into another. You will create a map

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

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

Lab 11: Terrain Analyses

Lab 11: Terrain Analyses Lab 11: Terrain Analyses What You ll Learn: Basic terrain analysis functions, including watershed, viewshed, and profile processing. There is a mix of old and new functions used in this lab. We ll explain

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

Alberta-wide ALOS DSM "ALOS_DSM15.tif", "ALOS_DSM15_c6.tif"

Alberta-wide ALOS DSM ALOS_DSM15.tif, ALOS_DSM15_c6.tif Alberta-wide ALOS DSM "ALOS_DSM15.tif", "ALOS_DSM15_c6.tif" Alberta Biodiversity Monitoring Institute Geospatial Centre May 2017 Contents 1. Overview... 2 1.1. Summary... 2 1.2 Description... 2 1.3 Credits...

More information

Using GIS to Site Minimal Excavation Helicopter Landings

Using GIS to Site Minimal Excavation Helicopter Landings Using GIS to Site Minimal Excavation Helicopter Landings The objective of this analysis is to develop a suitability map for aid in locating helicopter landings in mountainous terrain. The tutorial uses

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

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

Lab 10: Raster Analyses

Lab 10: Raster Analyses Lab 10: Raster Analyses What You ll Learn: Spatial analysis and modeling with raster data. You will estimate the access costs for all points on a landscape, based on slope and distance to roads. You ll

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

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

Elevation Model Viewing service

Elevation Model Viewing service 1(9) Date: Document version: Service's interface version : 2016-12-01 1.1 1.0.1 Product description: Elevation Model Viewing service LANTMÄTERIET 2016-12-01 2 (9) List of contents 1 General description...

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

Image Services for Elevation Data

Image Services for Elevation Data Image Services for Elevation Data Peter Becker Need for Elevation Using Image Services for Elevation Data sources Creating Elevation Service Requirement: GIS and Imagery, Integrated and Accessible Field

More information

GEOGRAPHIC INFORMATION SYSTEMS Lecture 25: 3D Analyst

GEOGRAPHIC INFORMATION SYSTEMS Lecture 25: 3D Analyst GEOGRAPHIC INFORMATION SYSTEMS Lecture 25: 3D Analyst 3D Analyst - 3D Analyst is an ArcGIS extension designed to work with TIN data (triangulated irregular network) - many of the tools in 3D Analyst also

More information

I CALCULATIONS WITHIN AN ATTRIBUTE TABLE

I CALCULATIONS WITHIN AN ATTRIBUTE TABLE Geology & Geophysics REU GPS/GIS 1-day workshop handout #4: Working with data in ArcGIS You will create a raster DEM by interpolating contour data, create a shaded relief image, and pull data out of the

More information

GEO 465/565 Lab 6: Modeling Landslide Susceptibility

GEO 465/565 Lab 6: Modeling Landslide Susceptibility 1 GEO 465/565 Lab 6: Modeling Landslide Susceptibility This lab will give you more practice in understanding and building a GIS analysis model. Recall from class lecture that a GIS analysis model is a

More information

INTRODUCTION TO GIS WORKSHOP EXERCISE

INTRODUCTION TO GIS WORKSHOP EXERCISE 111 Mulford Hall, College of Natural Resources, UC Berkeley (510) 643-4539 INTRODUCTION TO GIS WORKSHOP EXERCISE This exercise is a survey of some GIS and spatial analysis tools for ecological and natural

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

Digital Elevation Model & Surface Analysis

Digital Elevation Model & Surface Analysis Topics: Digital Elevation Model & Surface Analysis 1. Introduction 2. Create raster DEM 3. Examine Lidar DEM 4. Deriving secondary surface products 5. Mapping contours 6. Viewshed Analysis 7. Extract elevation

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

City of La Crosse Online Mapping Website Help Document

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

More information

LAB #7 Creating TIN and 3D scenes (ArcScene) GISC, UNIVERSITY OF CALIFORNIA BERKELEY

LAB #7 Creating TIN and 3D scenes (ArcScene) GISC, UNIVERSITY OF CALIFORNIA BERKELEY LAB #7 Creating TIN and 3D scenes (ArcScene) GISC, UNIVERSITY OF CALIFORNIA BERKELEY The purpose of this laboratory is to introduce and explore surface data analysis using a vector data model: TIN. We

More information

George Mason University Department of Civil, Environmental and Infrastructure Engineering

George Mason University Department of Civil, Environmental and Infrastructure Engineering George Mason University Department of Civil, Environmental and Infrastructure Engineering Dr. Celso Ferreira Prepared by Lora Baumgartner December 2015 Revised by Brian Ross July 2016 Exercise Topic: GIS

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

START>PROGRAMS>ARCGIS>

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

More information

Lab 11: Terrain Analysis

Lab 11: Terrain Analysis Lab 11: Terrain Analysis What You ll Learn: Basic terrain analysis functions, including watershed, viewshed, and profile processing. You should read chapter 11 in the GIS Fundamentals textbook before performing

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

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

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

Lab 11: Terrain Analyses

Lab 11: Terrain Analyses Lab 11: Terrain Analyses What You ll Learn: Basic terrain analysis functions, including watershed, viewshed, and profile processing. There is a mix of old and new functions used in this lab. We ll explain

More information

Geographic Surfaces. David Tenenbaum EEOS 383 UMass Boston

Geographic Surfaces. David Tenenbaum EEOS 383 UMass Boston Geographic Surfaces Up to this point, we have talked about spatial data models that operate in two dimensions How about the rd dimension? Surface the continuous variation in space of a third dimension

More information

Stream network delineation and scaling issues with high resolution data

Stream network delineation and scaling issues with high resolution data Stream network delineation and scaling issues with high resolution data Roman DiBiase, Arizona State University, May 1, 2008 Abstract: In this tutorial, we will go through the process of extracting a stream

More information

By Colin Childs, ESRI Education Services. Catalog

By Colin Childs, ESRI Education Services. Catalog s resolve many traditional raster management issues By Colin Childs, ESRI Education Services Source images ArcGIS 10 introduces Catalog Mosaicked images Sources, mosaic methods, and functions are used

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

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

Preparation of contouring, hill shade and slope map of erode district by using QGIS

Preparation of contouring, hill shade and slope map of erode district by using QGIS ISSN:2348-2079 Volume-6 Issue-2 International Journal of Intellectual Advancements and Research in Engineering Computations Preparation of contouring, hill shade and slope map of erode district by using

More information

Field-Scale Watershed Analysis

Field-Scale Watershed Analysis Conservation Applications of LiDAR Field-Scale Watershed Analysis A Supplemental Exercise for the Hydrologic Applications Module Andy Jenks, University of Minnesota Department of Forest Resources 2013

More information

CONTENTS 1 INTRODUCTION 3 ARCGIS 5 START ARCMAP 11 IMPORT 1: MAP DATA 12 ADD WIND FARM DATA 21 CREATE A MAP TO INSERT IN A REPORT 32

CONTENTS 1 INTRODUCTION 3 ARCGIS 5 START ARCMAP 11 IMPORT 1: MAP DATA 12 ADD WIND FARM DATA 21 CREATE A MAP TO INSERT IN A REPORT 32 CONTENTS CONTENTS 1 INTRODUCTION 3 SCENARIO 3 WHAT WILL I LEARN? 3 WHAT DATA DO I HAVE? 4 ARCGIS 5 ARCMAP 6 ARCCATALOG 8 ARCTOOLBOX 9 START ARCMAP 11 IMPORT 1:250000 MAP DATA 12 CREATE A GROUP LAYER 16

More information

GIS LAB 8. Raster Data Applications Watershed Delineation

GIS LAB 8. Raster Data Applications Watershed Delineation GIS LAB 8 Raster Data Applications Watershed Delineation This lab will require you to further your familiarity with raster data structures and the Spatial Analyst. The data for this lab are drawn from

More information

Lab 7: Bedrock rivers and the relief structure of mountain ranges

Lab 7: Bedrock rivers and the relief structure of mountain ranges Lab 7: Bedrock rivers and the relief structure of mountain ranges Objectives In this lab, you will analyze the relief structure of the San Gabriel Mountains in southern California and how it relates to

More information

Unit 21 - Creating a Navigation Bar in Macromedia Fireworks

Unit 21 - Creating a Navigation Bar in Macromedia Fireworks Unit 21 - Creating a Navigation Bar in Macromedia Fireworks Items needed to complete the Navigation Bar: Unit 21 - House Style Unit 21 - Graphics Sketch Diagrams Document ------------------------------------------------------------------------------------------------

More information

COPYRIGHTED MATERIAL. Introduction to 3D Data: Modeling with ArcGIS 3D Analyst and Google Earth CHAPTER 1

COPYRIGHTED MATERIAL. Introduction to 3D Data: Modeling with ArcGIS 3D Analyst and Google Earth CHAPTER 1 CHAPTER 1 Introduction to 3D Data: Modeling with ArcGIS 3D Analyst and Google Earth Introduction to 3D Data is a self - study tutorial workbook that teaches you how to create data and maps with ESRI s

More information

Lecture 9. Raster Data Analysis. Tomislav Sapic GIS Technologist Faculty of Natural Resources Management Lakehead University

Lecture 9. Raster Data Analysis. Tomislav Sapic GIS Technologist Faculty of Natural Resources Management Lakehead University Lecture 9 Raster Data Analysis Tomislav Sapic GIS Technologist Faculty of Natural Resources Management Lakehead University Raster Data Model The GIS raster data model represents datasets in which square

More information

Managing Imagery And Raster Data Using Mosaic Dataset. Peter Becker & Cody Benkelman

Managing Imagery And Raster Data Using Mosaic Dataset. Peter Becker & Cody Benkelman Managing Imagery And Raster Data Using Mosaic Dataset Peter Becker & Cody Benkelman ArcGIS is a Comprehensive Imagery Platform Imagery is integral to the ArcGIS Platform System of Engagement System of

More information

Working with tables. Using Quantum GIS

Working with tables. Using Quantum GIS Using Quantum GIS Tutorial ID: IGET_GIS_008 This tutorial has been developed by BVIEER as part of the IGET web portal intended to provide easy access to geospatial education. This tutorial is released

More information

QGIS Tutorials Documentation

QGIS Tutorials Documentation QGIS Tutorials Documentation Release 0.1 Nathaniel Roth November 30, 2016 Contents 1 Installation 3 1.1 Basic Installation............................................. 3 1.2 Advanced Installation..........................................

More information

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

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

More information

Mapping Regional Inundation with Spaceborne L-band SAR

Mapping Regional Inundation with Spaceborne L-band SAR Making remote-sensing data accessible since 1991 Mapping Regional Inundation with Spaceborne L-band SAR Using open-source software such as QGIS and GIMP Adapted from Bruce Chapman 1, Rick Guritz 2, and

More information

About the Land Image Analyst project Land Image Analyst was developed by GDA Corp for the USDA Forest Service Chesapeake Bay Program as a land cover

About the Land Image Analyst project Land Image Analyst was developed by GDA Corp for the USDA Forest Service Chesapeake Bay Program as a land cover About the Land Image Analyst project Land Image Analyst was developed by GDA Corp for the USDA Forest Service Chesapeake Bay Program as a land cover recognition tool to aid communities in developing land

More information

Introduction to the Image Analyst Extension. Mike Muller, Vinay Viswambharan

Introduction to the Image Analyst Extension. Mike Muller, Vinay Viswambharan Introduction to the Image Analyst Extension Mike Muller, Vinay Viswambharan What is the Image Analyst Extension? The Image Analyst Extension (IA) is an application extension which extends ArcGIS Pro with

More information

Chapter 2 Surfer Tutorial

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

More information

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

Lab 1: Introduction to ArcGIS

Lab 1: Introduction to ArcGIS Lab 1: Introduction to ArcGIS Objectives In this lab you will: 1) Learn the basics of the software package we will be using for the remainder of the semester, and 2) Discover the role that climate and

More information

Lab 10: Raster Analyses

Lab 10: Raster Analyses Lab 10: Raster Analyses What You ll Learn: Spatial analysis and modeling with raster data. You will estimate the access costs for all points on a landscape, based on slope and distance to roads. You ll

More information

Georeferencing a Scanned Map Image (FIP maps)

Georeferencing a Scanned Map Image (FIP maps) MAP, DATA & GIS LIBRARY maplib@brocku.ca Georeferencing Scanned FIP Maps ArcMap Georeferencing a Scanned Map Image (FIP maps) These instructions offer an exercise in georeferencing historical scanned map

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

Introduction to GIS A Journey Through Gale Crater

Introduction to GIS A Journey Through Gale Crater Introduction to GIS A Journey Through Gale Crater In this lab you will be learning how to use ArcMap, one of the most common commercial software packages for GIS (Geographic Information System). Throughout

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

Norwegian Polar Institute, February 2018 Project website: quantarctica.npolar.no

Norwegian Polar Institute, February 2018 Project website: quantarctica.npolar.no Get started with Quantarctica 3 Norwegian Polar Institute, February 2018 Project website: quantarctica.npolar.no Quantarctica is the result of an initiative by the Norwegian Polar Institute (NPI) to develop

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

Data Assembly, Part II. GIS Cyberinfrastructure Module Day 4

Data Assembly, Part II. GIS Cyberinfrastructure Module Day 4 Data Assembly, Part II GIS Cyberinfrastructure Module Day 4 Objectives Continuation of effective troubleshooting Create shapefiles for analysis with buffers, union, and dissolve functions Calculate polygon

More information

I. An Intro to ArcMap Version 9.3 and 10. 1) Arc Map is basically a build your own Google map

I. An Intro to ArcMap Version 9.3 and 10. 1) Arc Map is basically a build your own Google map I. An Intro to ArcMap Version 9.3 and 10 What is Arc Map? 1) Arc Map is basically a build your own Google map a. Display and manage geo-spatial data (maps, images, points that have a geographic location)

More information

From Data to Map in 30 Minutes. Aileen Buckley, PhD

From Data to Map in 30 Minutes. Aileen Buckley, PhD From Data to Map in 30 Minutes Aileen Buckley, PhD This session Crater Lake online map From NPS: https://www.nps.gov/carto/hfc/carto/media/crlamap1.pdf Download Crater Lake map packages here: ArcGIS Pro

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

Supplementary material to LaDiCaoz and LiDARimager MATLAB GUIs for LiDAR data handling and lateral displacement measurement

Supplementary material to LaDiCaoz and LiDARimager MATLAB GUIs for LiDAR data handling and lateral displacement measurement Supplementary material to LaDiCaoz and LiDARimager MATLAB GUIs for LiDAR data handling and lateral displacement measurement Olaf Zielke 1 *, J Ramon Arrowsmith 1 1 School of Earth and Space Exploration,

More information

Lecture 4: Digital Elevation Models

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

More information

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

RASTER ANALYSIS GIS Analysis Fall 2013

RASTER ANALYSIS GIS Analysis Fall 2013 RASTER ANALYSIS GIS Analysis Fall 2013 Raster Data The Basics Raster Data Format Matrix of cells (pixels) organized into rows and columns (grid); each cell contains a value representing information. What

More information

GGR 375 QGIS Tutorial

GGR 375 QGIS Tutorial GGR 375 QGIS Tutorial With text taken from: Sherman, Gary E. Shuffling Quantum GIS into the Open Source GIS Stack. Free and Open Source Software for Geospatial (FOSS4G) Conference. 2007. Available online

More information

QUANTUM GIS GUIDE FOR WASH FACILITY DATA COLLECTORS AND -MANAGERS

QUANTUM GIS GUIDE FOR WASH FACILITY DATA COLLECTORS AND -MANAGERS COWASH Training Quantum GIS 1 QUANTUM GIS GUIDE FOR WASH FACILITY DATA COLLECTORS AND -MANAGERS Quantum GIS (QGIS) is widely used open source GIS software which usage is very similar to GIS-software market

More information

Tutorial 18: 3D and Spatial Analyst - Creating a TIN and Visual Analysis

Tutorial 18: 3D and Spatial Analyst - Creating a TIN and Visual Analysis Tutorial 18: 3D and Spatial Analyst - Creating a TIN and Visual Analysis Module content 18.1. Creating a TIN 18.2. Spatial Analyst Viewsheds, Slopes, Hillshades and Density. 18.1 Creating a TIN Sometimes

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

v CMS-Wave Analysis SMS 12.2 Tutorial Prerequisites Requirements Time Objectives

v CMS-Wave Analysis SMS 12.2 Tutorial Prerequisites Requirements Time Objectives v. 12.2 SMS 12.2 Tutorial Objectives This workshop gives a brief introduction to the CMS-Wave interface and model. This model is similar to STWAVE and the tutorial for the models is similar. As with the

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

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

Exercise 5. Height above Nearest Drainage Flood Inundation Analysis

Exercise 5. Height above Nearest Drainage Flood Inundation Analysis Exercise 5. Height above Nearest Drainage Flood Inundation Analysis GIS in Water Resources, Fall 2018 Prepared by David G Tarboton Purpose The purpose of this exercise is to learn how to calculation the

More information

QGIS LAB SERIES GST 103: Data Acquisition and Management Lab 5: Raster Data Structure

QGIS LAB SERIES GST 103: Data Acquisition and Management Lab 5: Raster Data Structure QGIS LAB SERIES GST 103: Data Acquisition and Management Lab 5: Raster Data Structure Objective Work with the Raster Data Model Document Version: 2014-08-19 (Final) Author: Kurt Menke, GISP Copyright National

More information

Introduction to GeoServer

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

More information

Advanced GIS Using GRASS to create SVF and LRM

Advanced GIS Using GRASS to create SVF and LRM Advanced GIS Using GRASS to create SVF and LRM Table of Contents Aims...2 Outcomes...2 How to use this booklet...2 Task 1 Creating a GRASS location from QGIS...3 Task 2 Changing the GRASS Region...8 Task

More information

Surface Analysis. Data for Surface Analysis. What are Surfaces 4/22/2010

Surface Analysis. Data for Surface Analysis. What are Surfaces 4/22/2010 Surface Analysis Cornell University Data for Surface Analysis Vector Triangulated Irregular Networks (TIN) a surface layer where space is partitioned into a set of non-overlapping triangles Attribute and

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

ISBN (set) ISBN (v.1) ISBN (v.2)

ISBN (set) ISBN (v.1) ISBN (v.2) ISBN 0-7794-8023-6 (set) ISBN 0-7794-8024-4 (v.1) ISBN 0-7794-8025-2 (v.2) Digital Northern Ontario Engineering Geology Terrain Study (NOEGTS) Getting Started To enable the rapid dissemination of information,

More information

GISC9312- Geospatial Visualization

GISC9312- Geospatial Visualization GISC9312- Geospatial Visualization Assignment#D1 Ibeabuchi Nkemakolam April 17, 2013 Janet Finlay BA,.BSc. GIS-GM Program Professor Niagara College 135 Taylor Road Niagara-On-The-Lake, ON L0S 1J0 Dear

More information

4. If you are prompted to enable hardware acceleration to improve performance, click

4. If you are prompted to enable hardware acceleration to improve performance, click Exercise 1a: Creating new points ArcGIS 10 Complexity: Beginner Data Requirement: ArcGIS Tutorial Data Setup About creating new points In this exercise, you will use an aerial photograph to create a new

More information

GIS IN ECOLOGY: VISUALIZING IN 3D

GIS IN ECOLOGY: VISUALIZING IN 3D GIS IN ECOLOGY: VISUALIZING IN 3D Contents Introduction... 2 3D Analyst and ArcScene... 2 3D Data... 2 Course Data Sources... 3 Instructions for Copying the Course Dataset... 4 Tasks... 4 Visualizing and

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

Modern Tools for NTDs Control Programmes

Modern Tools for NTDs Control Programmes Modern Tools for NTDs Control Programmes www.thiswormyworld.org Practical 1 Becoming familiar with QGIS interface and GIS features www.thiswormyworld.org 2 Aim of practical This first practical aims to

More information

Introduction to using QGIS for Archaeology and History Workshop by the Empirical Reasoning Center

Introduction to using QGIS for Archaeology and History Workshop by the Empirical Reasoning Center Introduction to using QGIS for Archaeology and History Workshop by the Empirical Reasoning Center In this workshop, we will cover the basics of working with spatial data, as well as its main uses for archaeology.

More information