CHAPTER 5 DIGITAL ELEVATION MODEL AND 3D VISUALIZATION

Size: px
Start display at page:

Download "CHAPTER 5 DIGITAL ELEVATION MODEL AND 3D VISUALIZATION"

Transcription

1 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, also known as a height map when representing elevation) or as a vector-based triangular irregular network (TIN). The TIN DEM dataset is also referred to as a primary (measured) DEM, whereas the Raster DEM is referred to as a secondary (computed) DEM. The DEM could be acquired through techniques such as photogrammetry, lidar, land surveying, etc. DEMs are commonly built using data collected using remote sensing techniques, but they may also be built from land surveying. DEMs are used often in geographic information systems, and are the most common basis for digitally produced relief maps. Exercise: 5.1 Visualize the Digital Elevation Data in a 3D environment using QGIS Step: 1. Installing the plugin Open the QGIS plugin dialog (Plugins > Manage and install plugins.), and then install Qgis2threejs plugin. 1

2 Step: 2. Obtaining elevation data 30 meter ASTER GDEM elevation data can be downloaded freely from the distribution site. (User registration and login are required). For our exercise purpose, DEM data given in C: // Training/ DAY 5/Data. Step: 3. Loading DEM data Drag & drop the downloaded zip file to QGIS window (or load the file using Add Raster Layer dialog). You don t have to unzip it. 2

3 Step: 4. Coordinate Reference System setting Horizontal unit of ASTER GDEM data is degree, whereas vertical unit is meter. For appropriate visualization, you need to transform the DEM data to a projected CRS. QGIS can perform the CRS transformation on the fly. So, let s enable the On The Fly CRS transformation and change the map CRS to a projected CRS. Click the CRS status icon in the bottom-right corner of the window to open the project properties dialog. Activate the Enable on the fly CRS transformation checkbox and then select a suitable CRS for the DEM extent. Here we will use the WGS84/UTM Zone 43N projection (EPSG:32643) 3

4 Step: 5. Layer styling Open the raster properties dialog for the DEM layer and colorize the DEM layer richly. An example (Singleband pseudocolor render type and inverted Spectral color map): Step: 6. Exporting Zoom to a part of the DEM layer extent as the map canvas is filled by the colorized DEM. Click the qgis2threejs plugin icon in the web toolbar. 4

5 Step: 5. Output HTML file path edit box Select output HTML file path. Usually, a js file with the same file title that contains whole data of geometries and images is output into the same directory, and some JavaScript library files are copied to under the directory. Leave this empty to output into temporary directory. Step: 8. Click Run to start 3D visualization Exporting starts when you press the Run button. When the exporting has been done, the exported page will be opened in web browser. 5

6 Click on identify tool see different option can do with 3D terrain 6

7 Exercise 5.2 Draping openlayers over DEM 1. Overlay DEM on top of Google hybrid layer. 2. Zoom to a part of the openlayers extent as the map canvas is filled by the colorized DEM. 3. Click the qgis2threejs plugin icon in the web toolbar 4. Click on World option and change the vertical exaggeration to 3 5. Select DEM option in the Qgis2threejs dialogue box 6. Check the display type as Layer image and click on Select layers 5. Now the box will show the different layers in the map canvas 8. Select Google hybrid from layers list and give OK 9. Specify output file and click Run button. 10. You will be directed to a Web browser 7

8 Identifying Location and Elevation of the area When you click on an object, layer name that the feature (object) belongs to and the clicked coordinates (in order of x, y, z) are shown. Save Image Press Shift + S to show save image dialog, then enter image size and click the OK button. In addition, with some web browsers, you need to click a link to save image. The image file format is PNG. To change label color and/or adjust label size, edit Qgis2threejs.css (print-label class).. 8

Qgis2threejs plugin Documentation

Qgis2threejs plugin Documentation Qgis2threejs plugin Documentation Release 2.0 Minoru Akagi May 16, 2018 Contents 1 Examples 3 2 Tutorial 7 3 Exporter 13 4 Object Types 23 5 Web Viewer 33 6 Development 35 i ii Note: Now being updated

More information

Qgis2threejs plugin Documentation

Qgis2threejs plugin Documentation Qgis2threejs plugin Documentation Release 2.3 Minoru Akagi Dec 08, 2018 Contents 1 Examples 3 2 Tutorial 7 3 Exporter 13 4 Object Types 23 5 Web Viewer Templates 35 6 Export Scenes using Processing Algorithm

More information

Working with demographic grids in QGIS

Working with demographic grids in QGIS Working with demographic grids in QGIS Anna Dmowska dmowska@amu.edu.pl April 2017 1. Introduction SocScape (Social Landscape) is a research project which provides open access to high resolution (30 m)

More information

Exercise 1-1: Using GPS track data to create a field boundary

Exercise 1-1: Using GPS track data to create a field boundary Exercise 1-1: Using GPS track data to create a field boundary Learning objectives: Add QGIS plugins Create a point vector file from a text file Convert GPS tracking points to a field boundary Data folder:

More information

Orchard Link Mapping Workshop (QGIS Training) Contact

Orchard Link Mapping Workshop (QGIS Training) Contact Orchard Link Mapping Workshop (QGIS Training) Contact email: info@neetmaps.co.uk for technical support, bespoke mapping or further information or visit www.neetmaps.co.uk 1 2 1: Introduction to QGIS What

More information

GY301 Geomorphology Lab 5 Topographic Map: Final GIS Map Construction

GY301 Geomorphology Lab 5 Topographic Map: Final GIS Map Construction GY301 Geomorphology Lab 5 Topographic Map: Final GIS Map Construction Introduction This document describes how to take the data collected with the total station for the campus topographic map project and

More information

SPATIAL DESIGN NETWORK ANALYSIS sdna in QGIS

SPATIAL DESIGN NETWORK ANALYSIS sdna in QGIS SPATIAL DESIGN NETWORK ANALYSIS sdna in QGIS 1 Installing sdna+ as plugin for QGIS... 2 1.1 Download & Install sdna... 2 1.2 Setting up sdna in QGIS... 3 1.3 Open the sdna toolbox... 5 2 sdna in QGIS Processing

More information

Exercise 3-1: Soil property mapping

Exercise 3-1: Soil property mapping Exercise 3-1: Soil property mapping Mapping objectives: Create a soil analysis point layer from tabular data in QGIS Create a continuous surface soil property map using Kriging Interpolation in SAGA GIS

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

QGIS Raster Operations

QGIS Raster Operations QGIS Raster Operations I) Raster Calculator II) Thematic Map Symbology III) Interpolation IV) Image Clipping V) Slope creation VI) Zonal statistics VII) Generating Contours VIII) Vector to Raster Conversion

More information

Terrain Analysis. Using QGIS and SAGA

Terrain Analysis. Using QGIS and SAGA 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

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

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

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

Download the Latest LTR QGIS version (2.18) from the QGIS website: download.qgis.org/ >> Settings > Options > Locale

Download the Latest LTR QGIS version (2.18) from the QGIS website: download.qgis.org/ >> Settings > Options > Locale Exercise 1: Introduction to QGIS Aim: To understand the basis of GIS To learn the basics of a GIS software (QGIS) INTRODUCTION Software Access Download the Latest LTR QGIS version (2.18) from the QGIS

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

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

CHAPTER 2 GEOREFERENCING AND SHAPEFILE CREATION

CHAPTER 2 GEOREFERENCING AND SHAPEFILE CREATION CHAPTER 2 GEOREFERENCING AND SHAPEFILE CREATION Georeferencing is the process of assigning real-world coordinates to each pixel of the raster. These coordinates are obtained by doing field surveys - collecting

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

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

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

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

Lesson 2 Installing and Using Quantum GIS (QGIS)

Lesson 2 Installing and Using Quantum GIS (QGIS) Lesson 2 Installing and Using Quantum GIS (QGIS) Use file Explorer to open County QGIS portable hard drive provided. The program execute (.exe) will be at the bottom of the list. Double click on the file.

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

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

TerrainOnDemand ArcGIS

TerrainOnDemand ArcGIS TM TerrainOnDemand ArcGIS Connect to Intermap Technologies NEXTMap data within: ArcGIS Desktop 9.3.1 and Above AGDQS0312 TerrainOnDemand ArcGIS 2 TerrainOnDemand ArcGIS Table of Contents 1. Introduction...1

More information

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

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

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

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

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

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 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

This tutorial introduces the HEC-RAS model and how it can be used to generate files for use with the HEC-RAS software.

This tutorial introduces the HEC-RAS model and how it can be used to generate files for use with the HEC-RAS software. v. 12.3 SMS 12.3 Tutorial Objectives This tutorial introduces the model and how it can be used to generate files for use with the software. Prerequisites Overview Tutorial Requirements 5.0 Mesh Module

More information

Georeferencing in QGIS

Georeferencing in QGIS Georeferencing in QGIS Introduction Georeferencing is one of the most useful tools for historians. Historic cartographic data can be digitized (scanned, downloaded) and assigned coordinate data on a modern

More information

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

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

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

QGIS LAB SERIES GST 102: Spatial Analysis Lab 7: Raster Data Analysis - Density Surfaces

QGIS LAB SERIES GST 102: Spatial Analysis Lab 7: Raster Data Analysis - Density Surfaces QGIS LAB SERIES GST 102: Spatial Analysis Lab 7: Raster Data Analysis - Density Surfaces Objective Learn Density Analysis Methods Document Version: 2014-07-11 (Beta) Contents Introduction...2 Objective:

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

Easy way to making a photo-realistic Condor scenery

Easy way to making a photo-realistic Condor scenery Easy way to making a photo-realistic Condor scenery by Luis Briones Introduction First at all, sorry for my English. This not pretend be an original work. It's only a way that I can make a scenery. I had

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

Equipping Municipalities with GIS Software

Equipping Municipalities with GIS Software Equipping Municipalities with GIS Software Tutorial for QGIS 2.2 Prepared by Aylo Engineering s.a.r.l. 25/05/2014 www.ayloengineering.com Overview Welcome to the wonderful world of Geographical Information

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

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

Low Cost and Free Public Health Mapping Tools

Low Cost and Free Public Health Mapping Tools Low Cost and Free Public Health Mapping Tools Quantum GIS - QGIS 1) Download and Install a) QGIS can be quickly and easily installed on Windows, Macs and Linux from installers found here: http://hub.qgis.org/projects/quantum-gis/wiki/download

More information

Interactive Maps Purpose: Login to the System: Interactive Maps ONTINUE AGREE

Interactive Maps Purpose: Login to the System: Interactive Maps ONTINUE AGREE Interactive Maps Purpose: The purpose of this application is to provide the facility to the citizen to navigate to a Property through an On-line Free Web Application in real time. The application uses

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

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

Working with Google Earth

Working with Google Earth Working with Google Earth The Places panel in Google Earth serves as a repository to bookmark locations that you want easy access to. There are two folders located in Places: My Places and Temporary Places.

More information

A Second Look at DEM s

A Second Look at DEM s A Second Look at DEM s Overview Detailed topographic data is available for the U.S. from several sources and in several formats. Perhaps the most readily available and easy to use is the National Elevation

More information

Building Vector Layers

Building Vector Layers Building Vector Layers in QGIS Introduction: Spatially referenced data can be separated into two categories, raster and vector data. This week, we focus on the building of vector features. Vector shapefiles

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

EDINA Workshop: Creating a Campus Map and Displaying it in OpenLayers

EDINA Workshop: Creating a Campus Map and Displaying it in OpenLayers Contents Introduction... 2 What steps are involved?... 3 Before you start... 4 Create your campus map... 5 1. Load the basemap data into ArcMap... 5 2. Set up Symbology and Labels of Layers... 6 Improve

More information

QGIS for Geoscientists

QGIS for Geoscientists QGIS for Geoscientists Robin Armit, Tom Carmichael, Lachlan Grose Monash Structural Geophysics group 22 nd 26th February 2016 GIS A geographic information system (GIS) is a system designed to capture,

More information

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

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

More information

Autodesk Fusion 360: Introduction. Overview

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

More information

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

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

More information

Copyright The McGraw-Hill Companies, Inc. Permission required for reproduction or display.

Copyright The McGraw-Hill Companies, Inc. Permission required for reproduction or display. Chapter 13. TERRAIN MAPPING AND ANALYSIS 13.1 Data for Terrain Mapping and Analysis 13.1.1 DEM 13.1.2 TIN Box 13.1 Terrain Data Format 13.2 Terrain Mapping 13.2.1 Contouring 13.2.2 Vertical Profiling 13.2.3

More information

QGIS LAB SERIES GST 102: Spatial Analysis Lab 3: Advanced Attributes and Spatial Queries for Data Exploration

QGIS LAB SERIES GST 102: Spatial Analysis Lab 3: Advanced Attributes and Spatial Queries for Data Exploration QGIS LAB SERIES GST 102: Spatial Analysis Lab 3: Advanced Attributes and Spatial Queries for Data Exploration Objective Understanding Attribute Queries and Spatial Queries Document Version: 2014-06-19

More information

Second Summer School on Digital Tools for Humanists. Instructions for the hands-on tutorial on GIS

Second Summer School on Digital Tools for Humanists. Instructions for the hands-on tutorial on GIS Second Summer School on Digital Tools for Humanists Instructions for the hands-on tutorial on GIS Augusto Ciuffoletti Dipartimento di Informatica - Università di Pisa Pisa - June 2018 Abstract This document

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

Example 1 Simple Broadcast: A broadcast is sent to a target audience. The may contain a link directing the user to a web page.

Example 1 Simple Broadcast: A broadcast  is sent to a target audience. The  may contain a link directing the user to a web page. CRM Designing a Dialog Flow Purpose: A flow defines the sequence of actions that Online Marketing will perform after the dialog is deployed. The flow consists of a series of steps (actions) defining how

More information

v Introduction to WMS Become familiar with the WMS interface WMS Tutorials Time minutes Prerequisite Tutorials None

v Introduction to WMS Become familiar with the WMS interface WMS Tutorials Time minutes Prerequisite Tutorials None s v. 10.0 WMS 10.0 Tutorial Become familiar with the WMS interface Objectives Read files into WMS and change modules and display options to become familiar with the WMS interface. Prerequisite Tutorials

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

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

DocumentDirect for the Internet. User s Guide

DocumentDirect for the Internet. User s Guide DocumentDirect for the Internet User s Guide Copyright 2008-2015 UMB Financial Corporation. (External) Version 3.0 07012015 FINAL July 2015 UMB Reg. U.S. Pat. & Tm. Off. Table of Contents iii Contents

More information

Use Active Directory To Simulate InfoPath User Roles

Use Active Directory To Simulate InfoPath User Roles Page 1 of 7 Use Active Directory To Simulate InfoPath User Roles You can leverage the information returned by the Active Directory web service to simulate InfoPath User Roles, which are disabled in browser

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

Lesson 3: Introduction to Using QGIS

Lesson 3: Introduction to Using QGIS Agricultural Nutrient Management Program Department of Environmental Science and Technology 0116 Symons Hall 7998 Regents Dr. College Park, MD 20742 TEL 301-405-1319 FAX 301-314-7375 www.extension.umd.edu/anmp

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

Introduction to QGIS: Student Workbook

Introduction to QGIS: Student Workbook 2016 Introduction to QGIS: Student Workbook Created by: MARK DE BLOIS, CEO / FOUNDER, UPANDE LIMITED WITH SUPPORT FROM THE WORLD BANK AND THE UK DEPARTMENT FOR INTERNATIONAL DEVELOPMENT (DFID) Module 3:

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

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

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

MapInfo2Leaflet. User Guide TWIAV.NL

MapInfo2Leaflet. User Guide TWIAV.NL MapInfo2Leaflet User Guide TWIAV.NL Version 0.35 7 November 2014 Table of Contents 1. Introduction... 2 2. Export a MapInfo Table to a Web Map Application using Leaflet... 3 2.1. Preparation: open a table

More information

Guide to using QGIS. QGIS is a free and open source Geographical Information System programme which can be downloaded at

Guide to using QGIS. QGIS is a free and open source Geographical Information System programme which can be downloaded at Guide to using QGIS QGIS is a free and open source Geographical Information System programme which can be downloaded at http://www.qgis.org/en/site/ It is a great programme for displaying data which can

More information

UNDERSTAND HOW TO SET UP AND RUN A HYDRAULIC MODEL IN HEC-RAS CREATE A FLOOD INUNDATION MAP IN ARCGIS.

UNDERSTAND HOW TO SET UP AND RUN A HYDRAULIC MODEL IN HEC-RAS CREATE A FLOOD INUNDATION MAP IN ARCGIS. CE 412/512, Spring 2017 HW9: Introduction to HEC-RAS and Floodplain Mapping Due: end of class, print and hand in. HEC-RAS is a Hydrologic Modeling System that is designed to describe the physical properties

More information

Intelligent Geospatial Feature Discovery System (igfds) User Guide

Intelligent Geospatial Feature Discovery System (igfds) User Guide Supported by: DOE DE-NA0001123 Developed, operated, and maintained by: CSISS at GMU Intelligent Geospatial Feature Discovery System (igfds) User Guide Version 1.0 Center for Spatial Information Science

More information

Contents STYLE DETAILS UPDATE 3 TOOL BAR ADDITIONS.. 5 CUSTOM BACKGROUNDS 5 PERSPECTIVE VIEW 6 DYNAMIC SCREEN RENDER. 6 DUAL SCREEN OPTION 6

Contents STYLE DETAILS UPDATE 3 TOOL BAR ADDITIONS.. 5 CUSTOM BACKGROUNDS 5 PERSPECTIVE VIEW 6 DYNAMIC SCREEN RENDER. 6 DUAL SCREEN OPTION 6 Contents STYLE DETAILS UPDATE 3 TOOL BAR ADDITIONS.. 5 CUSTOM BACKGROUNDS 5 PERSPECTIVE VIEW 6 DYNAMIC SCREEN RENDER. 6 DUAL SCREEN OPTION 6 WALL TILING.. 7 FLOOR TILING. 9 SURFACE COVERING.. 11 VELUX

More information

Practical 3 Creating your map layouts using the print composer in QGIS

Practical 3 Creating your map layouts using the print composer in QGIS Practical 3 Creating your map layouts using the print composer in QGIS www.thiswormyworld.org Aim of practical This third and final practical aims to familiarize the trainees with the Print Composer, the

More information

Introduction to SAGA GIS

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

More information

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

GY461 GIS 1: Environmental Campus Topography Project with ArcGIS 9.x

GY461 GIS 1: Environmental Campus Topography Project with ArcGIS 9.x I. Introduction GY461 GIS 1: Environmental In this project you will use data from a topographic survey of the USA campus to generate 2 separate maps: 1. A color-coded 2-dimensional topographic contour

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

WMS 8.4 Tutorial Hydraulics and Floodplain Modeling Simplified Dam Break Learn how to run a dam break simulation and delineate its floodplain

WMS 8.4 Tutorial Hydraulics and Floodplain Modeling Simplified Dam Break Learn how to run a dam break simulation and delineate its floodplain v. 8.4 WMS 8.4 Tutorial Hydraulics and Floodplain Modeling Simplified Dam Break Learn how to run a dam break simulation and delineate its floodplain Objectives Setup a conceptual model of stream centerlines

More information

Delineating the Stream Network and Watersheds of the Guadalupe Basin

Delineating the Stream Network and Watersheds of the Guadalupe Basin Delineating the Stream Network and Watersheds of the Guadalupe Basin Francisco Olivera Department of Civil Engineering Texas A&M University Srikanth Koka Department of Civil Engineering Texas A&M University

More information

WMS 10.1 Tutorial Hydraulics and Floodplain Modeling Simplified Dam Break Learn how to run a dam break simulation and delineate its floodplain

WMS 10.1 Tutorial Hydraulics and Floodplain Modeling Simplified Dam Break Learn how to run a dam break simulation and delineate its floodplain v. 10.1 WMS 10.1 Tutorial Hydraulics and Floodplain Modeling Simplified Dam Break Learn how to run a dam break simulation and delineate its floodplain Objectives Setup a conceptual model of stream centerlines

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

Lab 4: Pass the Data Streams to a Match Processor and Define a Match Rule

Lab 4: Pass the Data Streams to a Match Processor and Define a Match Rule Lab 4: Pass the Data Streams to a Match Processor and Define a Match Rule In this lab you will feed both the data records and the error records to a match processor and define a match rule. At the end

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

New Features in TNTmips 2010

New Features in TNTmips 2010 61st Release February 2010 New Features in TNTmips 2010 A tileset is a collection of small image files called tiles in a predefined file size, format, and directory structure. It is designed for efficient

More information

1. Download Federal Electoral Districts and add to map document

1. Download Federal Electoral Districts and add to map document 1. Download Federal Electoral Districts and add to map document Federal Electoral Districts (FEDs) are the geographic areas for which one Member of Parliament is elected. It is downloaded as a shapefile

More information

Tileset Concepts and Terminology

Tileset Concepts and Terminology Tileset Concepts and Terminology Bing Maps Your Geodata raster Bing Maps vector shape CAD Google Maps Google Maps NASA World Wind Google Earth Google Earth MicroImages, Inc. 11th Floor - Sharp Tower 206

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

2. Image Count. 1. Load image sequences. 3. Starting Image

2. Image Count. 1. Load image sequences. 3. Starting Image Manual 360 Webspin 1. Load image sequences 2. Image Count 3. Starting Image 4. Output Turntable Size 5. Show Buttons 6. Auto Spin 7. Saving the finished 360-degree-object 8. Use your own buttons 9. Use

More information

for ArcSketch Version 1.1 ArcSketch is a sample extension to ArcGIS. It works with ArcGIS 9.1

for ArcSketch Version 1.1 ArcSketch is a sample extension to ArcGIS. It works with ArcGIS 9.1 ArcSketch User Guide for ArcSketch Version 1.1 ArcSketch is a sample extension to ArcGIS. It works with ArcGIS 9.1 ArcSketch allows the user to quickly create, or sketch, features in ArcMap using easy-to-use

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

ArcGIS Extension User's Guide

ArcGIS Extension User's Guide ArcGIS Extension 2010 - User's Guide Table of Contents OpenSpirit ArcGIS Extension 2010... 1 Installation ( ArcGIS 9.3 or 9.3.1)... 3 Prerequisites... 3 Installation Steps... 3 Installation ( ArcGIS 10)...

More information