DEVELOPMENT OF DIGITAL ELEVATION MODEL FOR SEMERU VOLCANO

Size: px
Start display at page:

Download "DEVELOPMENT OF DIGITAL ELEVATION MODEL FOR SEMERU VOLCANO"

Transcription

1 DEVELOPMENT OF DIGITAL ELEVATION MODEL FOR SEMERU VOLCANO Cahyo Crysdian 1 1 Department of Teknik Informatika, Faculty of Sains dan Teknologi Universitas Islam Negeri Maulana Malik Ibrahim Jl. Gaayana 50 Malang Indonesia crysdian@yahoo.com 1 ABSTRACT Research to develop digital elevation model (DEM) of Semeru volcano is reported. The motivation is to visualize the volcano in 3D, thus its physical appearance can be presented in detail. The works consists of four phases i.e. elevation data collection, 3D visualization using legacy elevation data, development of blank data removal, and benchmarking among the developed methods. Elevation data collected by Shuttle Radar Topographic Mission (SRTM) is used in this research. An effort to use legacy data of SRTM to visualize the surface of the volcano from different view angle settings is failed due to the existence of blank data contained in SRTM dataset. Blank data are blank spots which the shuttle space fails to retrieve the elevation of some location on the earth. Thus the enhancement to SRTM dataset is required to solve this problem. Here two methods of blank data removal are presented i.e. neighborhood average and population average. The first is to remove blank data using its neighboring value, while the latter based on population average of statistic. Comparison among both methods shows that neighborhood average outperforms population average to support 3D visualization, in which it capable to produce smoother surface of the volcano compared to its counterpart. Keyword: Digital Elevation Model, 3D Visualization, Semeru Volcano 1. INTRODUCTION Semeru is widely recognized as the highest volcano on Java [1,2]. The volcano is situated inside Bromo-Tengger-Semeru National Park, a beautiful tourism place in the east side of Java Island that span across four local administrative regions namely Kabupaten Malang, Kabupaten Pasuruan, Kabupaten Probolinggo, and Kabupaten Lumaang [3]. Therefore the existence of Semeru volcano creates a significant impact to those regions and their people. In term of tourism, Semeru volcano has been attracting thousands rock-climber due to its beautiful scenery [1]. From top of Semeru that has 3676m elevation above the sea level, they could see other surrounding volcanoes, mountains, towns, and even shoreline. Some useful medical plants could also be found in the area of Semeru [4]. Indeed, the volcano becomes the habitat of many floras and faunas [5]. Beside its benefit, Semeru has been known creating small to medium eruptions that happened frequently since 1967 [2]. The explosions occasionally follow by lava flows and rock falls that caused human victims [5,6]. Due to the phenomenon above, it is very important to study Semeru. However, very few literatures could be found recording research outcomes on Semeru such as done by [4,7]. Therefore extending research on Semeru is necessary to disclose the phenomenon and activities of this volcano. Since Semeru is renown for beautiful sceneries and become a challenging place for climbing activities [1,2,3,5] and have caused some human victims due to its volcanic activities [5,7], it is necessary to have a model of the volcano. Efforts to build 3D visualization of Semeru become important to reach this obective. However, no outcome of such research has been recorded up to present time. Although efforts such as done by Google Earth [8] and Yahoo Maps [9] to some extent deliver fascinating results, system constraint of those applications has restricted the development of a good and detail model of the volcano. 2. CONSTRUCTION OF ELEVATION DATA A set of elevation data is required to develop 3D visualization of Semeru volcano. Currently, there are some data sources could be used to build this data namely ETOPO, GTOPO, and SRTM. Although those data sets are distributed and available widely, they have different characters. In term of resolution, ETOPO has two versions namely ETOPO2 and ETOPO5 which have VI-57

2 VI-58 The 6 th International Conference on Information & Communication Technology and Systems approximately 3.6 and 9 Km resolution respectively, while GTOPO and SRTM hold approximately 900 meters and 90 meters resolution respectively. Since smaller resolution is desired to get more detail presentation of an obect, SRTM data set is used in this research SRTM Data SRTM (Shuttle Radar Topographic Mission) is a set of global elevation data of earth collected using radar system of a space shuttle [10]. It covers about 80% of earth surface that lay between 60 degrees north latitude and 54 degrees south latitude. The data is publicly distributed with 1 arc-second resolution (approximately 30 meters) over US territories and 3 arc-second (approximately 90 meters) for non US territories. To get the elevation data of Semeru volcano from SRTM data bank, the geographical coordinate of Semeru which is located at 08 06'30" south latitude and ' east longitude [2] is used as a reference point. Based on the reference point, the elevation of Semeru is retrieved using GetSRTMData function [11]. This function is capable to obtain elevation data from a line between two independent coordinates,. Nevertheless, it fails to extract data from the area of a spatial obect. Thus to employ GetSRTMData function to obtain the elevation of Semeru volcano, a small algorithm is developed as shown in Figure 1. This algorithm enables GetSRTMData to retrieve a set of elevation data from the area of Semeru, and put the result into i matrix. LON = GetSRTMData([lon1 lat1],[lon2 lat1]); size_horizontal = size(lon,1); for i=1 to size_horizontal end LAT = GetSRTMData([LON(i,1) lat1],... [LON(i,1) lat2]); elevation(:,i)=lat(:,3); Figure 1. Algorithm to retrieve SRTM data D Visualization of SRTM Data Next stage after reading the elevation data to i matrix is creating a 3D visualization from that matrix. The transformation from i matrix to 3D visualization is done by converting row, column, and the content of each cell from the matrix to the visualization coordinate represented by a set of axis namely x, y, and z-axis respectively. With this approach the row of matrix represents the x-axis, the column represent the y-axis, while the content of each cell represent the value of z-axis. Results of visualizations are shown in Figure 2. Figure 2. Results of visualizing i matrix To have better view of 3D visualization, a set of view angle is developed. The view angle is composed by two parameters as formulated below: V = (h,v) (1) Which V is a view angle, h is a horizontal setting from y-axis, and v is a vertical setting from x-y plane as shown in Figure 3. Results of applying different view angles to the visualization of Semeru volcano are shown in Figure 4. These results fail to present the elevation of Semeru volcano. It is due to the existence of blank data contained in the SRTM data set as noted by some researchers [10]. This type of data holds the value of 32768, which is much greater than the value for normal elevation data. Therefore, the improvement of SRTM elevation data is required to counter the effect of blank data. This effort is presented in the next section.

3 Development of Digital Elevation Model for Semeru Volcano Cahyo Crysdian VI-59 z v o x h o y Figure 3. View angle c. View angle (25,25) Figure 4. 3D visualization of Semeru volcano from SRTM data set using different view angle 3. BLANK DATA REMOVAL As described previously, efforts to improve elevation data obtained from SRTM data set are required due to the existence of blank data. The goal is to remove blank data since this type of data cancels presentation of spatial obect. The employed approaches are as follow. a. View angle (0,75) 3.1. Neighborhood Average This method relies on the value of neighboring data. Let M becomes a matrix of elevation data with i and become the index of row and column of M respectively, and d is the elevation data contained in M, a blank data b at coordinate (i,) is replaced with the following value: di 1, di 1, di, 1 di, 1 b i, (2) 4 b. View angle (45,45) Equation 2 is applicable only if di 1, b or d i, 1 b. If either one or both value of d i 1, or d i, 1 is a blank data, then the value of d i 1, or d i, 1 is replaced with d i 1, or d i, 1 prior to employ Equation 1 to a matrix of elevation data. Results for running this method to the elevation data retrieved from SRTM data set as explained in Section 2 are presented in Figure 5.

4 VI-60 The 6 th International Conference on Information & Communication Technology and Systems 3.2. Population Average Since the presented Neighborhood Average requires a step to identify neighboring blank data prior to running the main enhancement step, this section present a method that run main enhancement process without any prior preprocessing step. This method relies on the average value of the elevation data population. Following the definition of Equation 2, the method is formulated as follow. A rm ( M ) cm( M ) i 0 d 0 n i, d i, b (3) a. View angle (0,75) With A is a population average value, n is the number of times d being added as a population member, and rm( ) and cm( ) is the function to determine the maximum value of row and column respectively from a matrix M. Results produced by Population Average method are given in Figure 6. b. View angle (45,45) a. View angle (0,75) c. View angle (25,25) Figure 5. 3D visualization of Semeru volcano employing Neigborhood Average b. View angle (45,45)

5 Development of Digital Elevation Model for Semeru Volcano Cahyo Crysdian VI-61 c. View angle (25,25) Figure 6. 3D visualization produced by Population Average 4. DISCUSSION AND COMPARISON AMONG BLANK DATA REMOVAL METHODS Evaluation on the presented methods to remove blank data was conducted by comparing and scrutinizing their output as shown in Figure 5 and 6. Figure 5a as the output of Neighborhood Average delivers a smooth and natural presentation of Semeru volcano. Meanwhile, Population Average produces abnormal contour as appeared in the left side of Figure 6a. The shortcoming of Population Average become more apparent as the view angle setting were changed to become (45,45) and (25,25) degree. The last settings of view angle clearly show drastic changes of elevation data as shown in Figure 6b and 6c. After scrutinizing the matrix of elevation data produced by Population Average, it is obviously known that the phenomenon is due to the discrepancy between the elevation values produced by Population Average to replace blank data against the elevation data of the surrounding pixel value. Thus Population Average method creates the problem of unrealistic elevation data. The phenomenon of drastic changes of elevation data as suffered by Population Average is not presented in the result of Neighborhood Average method as shown in Figure 5b and 5c. Smooth visualization of the surface of volcano is produced by Neighborhood Average method. Thus, it can be concluded that Neighborhood Average outperforms Population Average in terms of removing blank data problem exist in SRTM data set. 5. CONCLUSION SRTM data set which has 3 arc-seconds or approximately 90 meters resolution is used in this research to develop DEM of Semeru Volcano, the highest volcano in Java island. Due to the problem of blank data contained in SRTM data set, visualization in 3D of the develop DEM fails to present the surface of the volcano. Therefore, methods to counter the existence of blank data are developed in this research, namely Neighborhood Average and Population Average. The first is to replace blank data using the average value of the neighboring pixels, while the latter is to eliminate blank data using the average value of the whole pixels composing DEM. Comparison between those methods prove that the Neighborhood Average outperform Population Average, thus 3D visualization of DEM developed using Neighborhood Average produces smoother surface of Semeru volcano. REFERENCES: [1] SK Menhut No. 278/Kpts-VI/1997. (1997). Penyempurnaan Data Potensi ODTWA, Taman Nasional Bromo Tengger Semeru [Online]. Available at: [Accessed 17 August 2009]. [2]. (2004). Semeru [Online]. Available at: semeru.htm [Accessed 17 August 2009]. [3]. (2009). Gunung Semeru [Online]. Available at: everestamedia [Accessed 17 August 2009]. [4] Hidayat S and Risna RA. (2007). Ecological Research on Endangered Medical Plants in Bromo Tengger Semeru National Park. Journal Biodiversitas, Vol. 8, No. 3, pp , July [5]. (2009). Semeru [Online]. Available at: id.wikipedia.org [Accessed 17 August 2009] [6]. (2009). Hilang di Semeru, Mahasiswa UGM Belum Ditemukan [Online]. Available at: [Accessed 31 Juli 2009]. [7] Santoso B. (2000). Analisa Kimia Bahan Vulkanik Gunung Kelud, Gunung Semeru, dan Gunung Merapi. Journal Agrivita, Vol. 22, No. 1, February [8]. Google Earth [Online]. Available at: [Accessed 31 July 2009].

6 VI-62 The 6 th International Conference on Information & Communication Technology and Systems [9]. Yahoo Maps [Online]. Available at: maps.yahoo.com [Accessed 31 July 2009]. [10] Farr, TG, et al. (2007). The Shuttle Radar Topography Mission. Geophys, 45, RG2004, doi: /2005rg [11] Holz, S. (2004). GetSRTMData [Online]. Available at: [Accessed 3 December 2004].

Digital Elevation Models

Digital Elevation Models Digital Elevation Models National Elevation Dataset 1 Data Sets US DEM series 7.5, 30, 1 o for conterminous US 7.5, 15 for Alaska US National Elevation Data (NED) GTOPO30 Global Land One-kilometer Base

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

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

COST EFFECTIVE APPROACH FOR SPATIAL MODELING

COST EFFECTIVE APPROACH FOR SPATIAL MODELING COST EFFECTIVE APPROACH FOR SPATIAL MODELING CAHYO CRYSDIAN Jurusan Teknik Informatika, Universitas Islam Negeri Maulana Malik Ibrahim Malang, INDONESIA E-mail: cahyo@ti.uin-malang.ac.id ABSTRACT The paper

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

Resource assessment and siting using SRTM 3 arc-second elevation data

Resource assessment and siting using SRTM 3 arc-second elevation data Downloaded from orbit.dtu.dk on: Dec 19, 2017 Resource assessment and siting using SRTM 3 arc-second elevation data Mortensen, Niels Gylling Publication date: 2005 Link back to DTU Orbit Citation (APA):

More information

DTM Based on an Ellipsoidal Squares

DTM Based on an Ellipsoidal Squares DM Based on an Ellipsoidal Squares KRZYSZOF NAUS Institute of Navigation and Hydrography Polish Naval Academy Śmidoicza 69, 8-3 Gdynia POLAND k.naus@am.gdynia.pl Abstract: - he paper presents the description

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

Objectives for Terrain Week

Objectives for Terrain Week The Terrain Correction Chuck Connor, Laura Connor Potential Fields Geophysics: Terrain Week for Terrain Week Learn about the terrain correction The inner terrain correction Learn about The outer terrain

More information

Basic Tasks in ArcGIS 10.3.x

Basic Tasks in ArcGIS 10.3.x Basic Tasks in ArcGIS 10.3.x This guide provides instructions for performing a few basic tasks in ArcGIS 10.3.1, such as adding data to a map document, viewing and changing coordinate system information,

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

Downscaling satellite derived irradiation using topographic shading analysis. EXECUTIVE SUMMARY

Downscaling satellite derived irradiation using topographic shading analysis. EXECUTIVE SUMMARY Downscaling satellite derived irradiation using topographic shading analysis. Juan Luis Bosch and Jan Kleissl Dept of Mechanical and Aerospace Engineering, University of California, San Diego Funded by

More information

VOID FILL OF SRTM ELEVATION DATA - PRINCIPLES, PROCESSES AND PERFORMANCE INTRODUCTION

VOID FILL OF SRTM ELEVATION DATA - PRINCIPLES, PROCESSES AND PERFORMANCE INTRODUCTION VOID FILL OF SRTM ELEVATION DATA - PRINCIPLES, PROCESSES AND PERFORMANCE Steve Dowding, Director, NEXTMap Products Division Trina Kuuskivi, SRTM Quality Manager Xiaopeng Li, Ph.D., Mapping Scientist Intermap

More information

ELIMINATION OF THE OUTLIERS FROM ASTER GDEM DATA

ELIMINATION OF THE OUTLIERS FROM ASTER GDEM DATA ELMNATON OF THE OUTLERS FROM ASTER GDEM DATA Hossein Arefi and Peter Reinartz Remote Sensing Technology nstitute German Aerospace Center (DLR) 82234 Wessling, Germany hossein.arefi@dlr.de, peter.reinartz@dlr.de

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

DIGITAL HEIGHT MODELS BY CARTOSAT-1

DIGITAL HEIGHT MODELS BY CARTOSAT-1 DIGITAL HEIGHT MODELS BY CARTOSAT-1 K. Jacobsen Institute of Photogrammetry and Geoinformation Leibniz University Hannover, Germany jacobsen@ipi.uni-hannover.de KEY WORDS: high resolution space image,

More information

Wednesday, July 15, Author: Eldris Ferrer Gonzalez, M.Sc. Engineering CSA Group

Wednesday, July 15, Author: Eldris Ferrer Gonzalez, M.Sc. Engineering CSA Group Twenty ninth Annual ESRI International User Conference Wednesday, July 15, 2009 Author: Eldris Ferrer Gonzalez, M.Sc. Engineering CSA Group Introduction to Valenciano Project LIDAR Survey for Valenciano

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

Smart GIS Course. Developed By. Mohamed Elsayed Elshayal. Elshayal Smart GIS Map Editor and Surface Analysis. First Arabian GIS Software

Smart GIS Course. Developed By. Mohamed Elsayed Elshayal. Elshayal Smart GIS Map Editor and Surface Analysis. First Arabian GIS Software Smart GIS Course Developed By Mohamed Elsayed Elshayal Elshayal Smart GIS Map Editor and Surface Analysis First Arabian GIS Software http://www.freesmartgis.blogspot.com/ http://tech.groups.yahoo.com/group/elshayalsmartgis/

More information

Contents of Lecture. Surface (Terrain) Data Models. Terrain Surface Representation. Sampling in Surface Model DEM

Contents of Lecture. Surface (Terrain) Data Models. Terrain Surface Representation. Sampling in Surface Model DEM Lecture 13: Advanced Data Models: Terrain mapping and Analysis Contents of Lecture Surface Data Models DEM GRID Model TIN Model Visibility Analysis Geography 373 Spring, 2006 Changjoo Kim 11/29/2006 1

More information

Geometric Accuracy Evaluation, DEM Generation and Validation for SPOT-5 Level 1B Stereo Scene

Geometric Accuracy Evaluation, DEM Generation and Validation for SPOT-5 Level 1B Stereo Scene Geometric Accuracy Evaluation, DEM Generation and Validation for SPOT-5 Level 1B Stereo Scene Buyuksalih, G.*, Oruc, M.*, Topan, H.*,.*, Jacobsen, K.** * Karaelmas University Zonguldak, Turkey **University

More information

Mapping Photoperiod as a Variable in Vegetation Distribution Analysis. Photoperiod is defined as the duration of time for which an organism receives

Mapping Photoperiod as a Variable in Vegetation Distribution Analysis. Photoperiod is defined as the duration of time for which an organism receives Paul Southard December 7 th, 2017 Mapping Photoperiod as a Variable in Vegetation Distribution Analysis Introduction Photoperiod is defined as the duration of time for which an organism receives illumination.

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

Definition of Basic Polar Data Product

Definition of Basic Polar Data Product Definition of Basic Polar Data Product OPERA project 1d3: working document WD 02 03 Iwan Holleman and Gianmario Galli Date: September 22, 2003 1 1 Introduction During the OPERA project an additional deliverable

More information

ADVANCED TERRAIN PROCESSING: ANALYTICAL RESULTS OF FILLING VOIDS IN REMOTELY SENSED DATA TERRAIN INPAINTING

ADVANCED TERRAIN PROCESSING: ANALYTICAL RESULTS OF FILLING VOIDS IN REMOTELY SENSED DATA TERRAIN INPAINTING ADVANCED TERRAIN PROCESSING: ANALYTICAL RESULTS OF FILLING VOIDS IN REMOTELY SENSED DATA J. Harlan Yates Patrick Kelley Josef Allen Mark Rahmes Harris Corporation Government Communications Systems Division

More information

Review of Cartographic Data Types and Data Models

Review of Cartographic Data Types and Data Models Review of Cartographic Data Types and Data Models GIS Data Models Raster Versus Vector in GIS Analysis Fundamental element used to represent spatial features: Raster: pixel or grid cell. Vector: x,y coordinate

More information

MULTI ORIENTATION PERFORMANCE OF FEATURE EXTRACTION FOR HUMAN HEAD RECOGNITION

MULTI ORIENTATION PERFORMANCE OF FEATURE EXTRACTION FOR HUMAN HEAD RECOGNITION MULTI ORIENTATION PERFORMANCE OF FEATURE EXTRACTION FOR HUMAN HEAD RECOGNITION Panca Mudjirahardjo, Rahmadwati, Nanang Sulistiyanto and R. Arief Setyawan Department of Electrical Engineering, Faculty of

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

Geology and Calculus

Geology and Calculus GEOL 452 - Mathematical Tools in Geology Lab Assignment # 6 - Feb 25, 2010 (Due March 9, 2010) Name: Geology and Calculus A. Volume of San Nicolas Island San Nicolas Island is one of the remote and smaller

More information

Purpose: To explore the raster grid and vector map element concepts in GIS.

Purpose: To explore the raster grid and vector map element concepts in GIS. GIS INTRODUCTION TO RASTER GRIDS AND VECTOR MAP ELEMENTS c:wou:nssi:vecrasex.wpd Purpose: To explore the raster grid and vector map element concepts in GIS. PART A. RASTER GRID NETWORKS Task A- Examine

More information

Parallel Geospatial Data Management for Multi-Scale Environmental Data Analysis on GPUs DOE Visiting Faculty Program Project Report

Parallel Geospatial Data Management for Multi-Scale Environmental Data Analysis on GPUs DOE Visiting Faculty Program Project Report Parallel Geospatial Data Management for Multi-Scale Environmental Data Analysis on GPUs 2013 DOE Visiting Faculty Program Project Report By Jianting Zhang (Visiting Faculty) (Department of Computer Science,

More information

Analysing the pyramid representation in one arc-second SRTM model

Analysing the pyramid representation in one arc-second SRTM model Analysing the pyramid representation in one arc-second SRTM model G. Nagy Óbuda University, Alba Regia Technical Faculty, Institute of Geoinformatics nagy.gabor@amk.uni-obuda.hu Abstract The pyramid representation

More information

THE CONTOUR TREE - A POWERFUL CONCEPTUAL STRUCTURE FOR REPRESENTING THE RELATIONSHIPS AMONG CONTOUR LINES ON A TOPOGRAPHIC MAP

THE CONTOUR TREE - A POWERFUL CONCEPTUAL STRUCTURE FOR REPRESENTING THE RELATIONSHIPS AMONG CONTOUR LINES ON A TOPOGRAPHIC MAP THE CONTOUR TREE - A POWERFUL CONCEPTUAL STRUCTURE FOR REPRESENTING THE RELATIONSHIPS AMONG CONTOUR LINES ON A TOPOGRAPHIC MAP Adrian ALEXEI*, Mariana BARBARESSO* *Military Equipment and Technologies Research

More information

Kohei Arai 1 Graduate School of Science and Engineering Saga University Saga City, Japan

Kohei Arai 1 Graduate School of Science and Engineering Saga University Saga City, Japan 3D Map Creation Based on Knowledgebase System for Texture Mapping Together with Height Estimation Using Objects Shadows with High Spatial Resolution Remote Sensing Satellite Imagery Data Kohei Arai 1 Graduate

More information

Fourier analysis of low-resolution satellite images of cloud

Fourier analysis of low-resolution satellite images of cloud New Zealand Journal of Geology and Geophysics, 1991, Vol. 34: 549-553 0028-8306/91/3404-0549 $2.50/0 Crown copyright 1991 549 Note Fourier analysis of low-resolution satellite images of cloud S. G. BRADLEY

More information

MONO-IMAGE INTERSECTION FOR ORTHOIMAGE REVISION

MONO-IMAGE INTERSECTION FOR ORTHOIMAGE REVISION MONO-IMAGE INTERSECTION FOR ORTHOIMAGE REVISION Mohamed Ibrahim Zahran Associate Professor of Surveying and Photogrammetry Faculty of Engineering at Shoubra, Benha University ABSTRACT This research addresses

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

The Data Journalist Chapter 7 tutorial Geocoding in ArcGIS Desktop

The Data Journalist Chapter 7 tutorial Geocoding in ArcGIS Desktop The Data Journalist Chapter 7 tutorial Geocoding in ArcGIS Desktop Summary: In many cases, online geocoding services are all you will need to convert addresses and other location data into geographic data.

More information

NETVOLC [version 1.1]

NETVOLC [version 1.1] NETVOLC [version 1.1] http://cediac.uncu.edu.ar/software User Manual Instituto CEDIAC - Facultad de Ingeniería Universidad Nacional de Cuyo Centro Universitario Parque General San Martín Mendoza (5500)

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

VALIDATION OF A NEW 30 METER GROUND SAMPLED GLOBAL DEM USING ICESAT LIDARA ELEVATION REFERENCE DATA

VALIDATION OF A NEW 30 METER GROUND SAMPLED GLOBAL DEM USING ICESAT LIDARA ELEVATION REFERENCE DATA VALIDATION OF A NEW 30 METER GROUND SAMPLED GLOBAL DEM USING ICESAT LIDARA ELEVATION REFERENCE DATA M. Lorraine Tighe Director, Geospatial Solutions Intermap Session: Photogrammetry & Image Processing

More information

AUTOMATIC EXTRACTION OF TERRAIN SKELETON LINES FROM DIGITAL ELEVATION MODELS

AUTOMATIC EXTRACTION OF TERRAIN SKELETON LINES FROM DIGITAL ELEVATION MODELS AUTOMATIC EXTRACTION OF TERRAIN SKELETON LINES FROM DIGITAL ELEVATION MODELS F. Gülgen, T. Gökgöz Yildiz Technical University, Department of Geodetic and Photogrammetric Engineering, 34349 Besiktas Istanbul,

More information

Legionnaires GIS. Legionnaires' GIS User Guide

Legionnaires GIS. Legionnaires' GIS User Guide Legionnaires GIS Legionnaires' GIS User Guide September 2016 Contents Contents Introduction... 4 Introducing the Legionnaires GIS interface... 5 Layers... 6 Basemaps... 7 Measurements... 8 Searching for

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

Repeat-pass SAR Interferometry Experiments with Gaofen-3: A Case Study of Ningbo Area

Repeat-pass SAR Interferometry Experiments with Gaofen-3: A Case Study of Ningbo Area Repeat-pass SAR Interferometry Experiments with Gaofen-3: A Case Study of Ningbo Area Tao Zhang, Xiaolei Lv, Bing Han, Bin Lei and Jun Hong Key Laboratory of Technology in Geo-spatial Information Processing

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

CALPUFF View. Graphical Interface for the US EPA Approved Long Range Transport Model - CALPUFF

CALPUFF View. Graphical Interface for the US EPA Approved Long Range Transport Model - CALPUFF CALPUFF View Graphical Interface for the US EPA Approved Long Range Transport Model - CALPUFF These release notes cover CALPUFF View Version 3.0.0. They provide: New Features Resolved Issues Tel: (519)

More information

The Global River Width Algorithm

The Global River Width Algorithm GRW algorithm ver1.5 3 April, 2014 1 The Global River Width Algorithm 2 3 4 Dai Yamazaki School of Geographical Sciences, University of Bristol Dai.Yamazaki@bristol.ac.uk 5 6 7 8 9 Note: This document

More information

Mapping Distance and Density

Mapping Distance and Density Mapping Distance and Density Distance functions allow you to determine the nearest location of something or the least-cost path to a particular destination. Density functions, on the other hand, allow

More information

ATNS. USING Google EARTH. Version 1

ATNS. USING Google EARTH. Version 1 ATNS USING Google EARTH Version 1 ATNS/HO/Using Google Earth Page 1 25/04/2013 CONTENTS 1. BASIC SETUP 2. NAVIGATING IN GOOGLE EARTH 3. ADDING OBJECTS TO GOOGLE EARTH 4. USER HELP REFERENCES ATNS/HO/Using

More information

Distributed rainfall runoff model: 1K DHM event. Demonstration and Project

Distributed rainfall runoff model: 1K DHM event. Demonstration and Project CE74.55 Modeling of Water Resources Systems February 26 th and 27 th, 2011 Distributed rainfall runoff model: 1K DHM event Demonstration and Project Yasuto TACHIKAWA Dept. of Civil and Earth Resources

More information

TOPOLOGICAL 3D ELEVATION DATA INTERPOLATION OF ASTER GDEM BASED ON CONTINUOUS DEFORMATION

TOPOLOGICAL 3D ELEVATION DATA INTERPOLATION OF ASTER GDEM BASED ON CONTINUOUS DEFORMATION TOPOLOGICAL 3D ELEVATION DATA INTERPOLATION OF ASTER GDEM BASED ON CONTINUOUS DEFORMATION Dr. Ali Jamali, Universiti Teknologi Malaysia, Malaysia Prof. Francesc Antón Castro, School of Mathematical and

More information

TOPOGRAPHIC NORMALIZATION INTRODUCTION

TOPOGRAPHIC NORMALIZATION INTRODUCTION TOPOGRAPHIC NORMALIZATION INTRODUCTION Use of remotely sensed data from mountainous regions generally requires additional preprocessing, including corrections for relief displacement and solar illumination

More information

COMPARISON OF TWO METHODS FOR DERIVING SKELETON LINES OF TERRAIN

COMPARISON OF TWO METHODS FOR DERIVING SKELETON LINES OF TERRAIN COMPARISON OF TWO METHODS FOR DERIVING SKELETON LINES OF TERRAIN T. Gökgöz, F. Gülgen Yildiz Technical University, Dept. of Geodesy and Photogrammetry Engineering, 34349 Besiktas Istanbul, Turkey (gokgoz,

More information

SeisVolE Teaching Modules Preliminary, Draft Instructions (L. Braile and S. Braile, 5/28/01,

SeisVolE Teaching Modules Preliminary, Draft Instructions (L. Braile and S. Braile, 5/28/01, SeisVolE Teaching Modules Preliminary, Draft Instructions (L. Braile and S. Braile, 5/28/01, www.eas.purdue.edu/~braile) 1. Make Your Own Map a. Open the view with that contains your area of interest (for

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

RECOMMENDATION ITU-R P DIGITAL TOPOGRAPHIC DATABASES FOR PROPAGATION STUDIES. (Question ITU-R 202/3)

RECOMMENDATION ITU-R P DIGITAL TOPOGRAPHIC DATABASES FOR PROPAGATION STUDIES. (Question ITU-R 202/3) Rec. ITU-R P.1058-1 1 RECOMMENDATION ITU-R P.1058-1 DIGITAL TOPOGRAPHIC DATABASES FOR PROPAGATION STUDIES (Question ITU-R 202/3) Rec. ITU-R P.1058-1 (1994-1997) The ITU Radiocommunication Assembly, considering

More information

Reduction of Field Observations

Reduction of Field Observations Reduction of Field Observations GNSS/GPS measurements or Latitudes, Longitudes, HAE: We re interested in projected coordinates, e.g., State Plane Survey measurements in a projected coordinate system, on

More information

Geographic Information Systems. using QGIS

Geographic Information Systems. using QGIS Geographic Information Systems using QGIS 1 - INTRODUCTION Generalities A GIS (Geographic Information System) consists of: -Computer hardware -Computer software - Digital Data Generalities GIS softwares

More information

Engineering, Korea Advanced Institute of Science and Technology (hytoiy wpark tjkim Working Group

Engineering, Korea Advanced Institute of Science and Technology (hytoiy wpark tjkim Working Group THE DEVELOPMENT OF AN ACCURATE DEM EXTRACTION STRATEGY FOR SATELLITE IMAGE PAIRS USING EPIPOLARITY OF LINEAR PUSHBROOM SENSORS AND INTELLIGENT INTERPOLATION SCHEME Hae-Yeoun Lee *, Wonkyu Park **, Taejung

More information

Camera Model and Calibration

Camera Model and Calibration Camera Model and Calibration Lecture-10 Camera Calibration Determine extrinsic and intrinsic parameters of camera Extrinsic 3D location and orientation of camera Intrinsic Focal length The size of the

More information

CORRECTING RS SYSTEM DETECTOR ERROR GEOMETRIC CORRECTION

CORRECTING RS SYSTEM DETECTOR ERROR GEOMETRIC CORRECTION 1 CORRECTING RS SYSTEM DETECTOR ERROR GEOMETRIC CORRECTION Lecture 1 Correcting Remote Sensing 2 System Detector Error Ideally, the radiance recorded by a remote sensing system in various bands is an accurate

More information

Development of Software for Making Contour Plot Using Matlab to Be Used for Teaching Purpose

Development of Software for Making Contour Plot Using Matlab to Be Used for Teaching Purpose Applied Physics Research; Vol. 5, No. 1; 2013 ISSN 1916-9639 E-ISSN 1916-9647 Published by Canadian Center of Science and Education Development of Software for Making Contour Plot Using Matlab to Be Used

More information

Fig. 1 Physical map of study area northern ridge of Gobi Altay mountains. CORONA satellite images bear sufficient resolutions for interpreting the thr

Fig. 1 Physical map of study area northern ridge of Gobi Altay mountains. CORONA satellite images bear sufficient resolutions for interpreting the thr ACTIVE FAULT MAPPING AND PHOTOGRAMMETRICAL ANALYSIS OF FAULTING ACTIVITIES IN MONGOLIA PI No. 407 Satoshi Ishiguro 1, Yasuhiro Suzuki 1, Nobuhiko Sugito 1, Toshiro Sugimura 2 1 Graduate School of Environmental

More information

The Volume and Extent of the Lake Created by the Bridge of the Gods, Colombia River

The Volume and Extent of the Lake Created by the Bridge of the Gods, Colombia River Rachel Markoff 12/1/2011 GEO 327G/386G Term Project The Volume and Extent of the Lake Created by the Bridge of the Gods, Colombia River 1. Introduction The Bonneville Landslide occurred on the Colombia

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

Software Procedures to Solve Common HNM and INM Issues.

Software Procedures to Solve Common HNM and INM Issues. Software Procedures to Solve Common HNM and INM Issues. Davide Borelli*, Corrado Schenone Department of Production, Thermal Engineering and Mathematical Models (DIPTEM), Università degli Studi di Genova,

More information

Municipal Projects in Cambridge Using a LiDAR Dataset. NEURISA Day 2012 Sturbridge, MA

Municipal Projects in Cambridge Using a LiDAR Dataset. NEURISA Day 2012 Sturbridge, MA Municipal Projects in Cambridge Using a LiDAR Dataset NEURISA Day 2012 Sturbridge, MA October 15, 2012 Jeff Amero, GIS Manager, City of Cambridge Presentation Overview Background on the LiDAR dataset Solar

More information

WHERE THEORY MEETS PRACTICE

WHERE THEORY MEETS PRACTICE world from others, leica geosystems WHERE THEORY MEETS PRACTICE A NEW BULLETIN COLUMN BY CHARLES GHILANI ON PRACTICAL ASPECTS OF SURVEYING WITH A THEORETICAL SLANT february 2012 ² ACSM BULLETIN ² 27 USGS

More information

Journal Online Jaringan COT POLIPD (JOJAPS) Accuracy Assessment of Height Coordinate Using Unmanned Aerial Vehicle Images Based On Leveling Height

Journal Online Jaringan COT POLIPD (JOJAPS) Accuracy Assessment of Height Coordinate Using Unmanned Aerial Vehicle Images Based On Leveling Height JOJAPS eissn 2504-8457 Abstract Journal Online Jaringan COT POLIPD (JOJAPS) Accuracy Assessment of Height Coordinate Using Unmanned Aerial Vehicle Images Based On Leveling Height Syamsul Anuar Bin Abu

More information

Using LiDAR (Light Distancing And Ranging) data to more accurately describe avalanche terrain

Using LiDAR (Light Distancing And Ranging) data to more accurately describe avalanche terrain International Snow Science Workshop, Davos 009, Proceedings Using LiDAR (Light Distancing And Ranging) data to more accurately describe avalanche terrain Christopher M. McCollister, and Robert H. Comey,

More information

Report: Comparison of Methods to Produce Digital Terrain Models

Report: Comparison of Methods to Produce Digital Terrain Models Report: Comparison of Methods to Produce Digital Terrain Models Evan J Fedorko West Virginia GIS Technical Center 27 April 2005 Introduction This report compares Digital Terrain Models (DTM) created through

More information

Plane Wave Imaging Using Phased Array Arno Volker 1

Plane Wave Imaging Using Phased Array Arno Volker 1 11th European Conference on Non-Destructive Testing (ECNDT 2014), October 6-10, 2014, Prague, Czech Republic More Info at Open Access Database www.ndt.net/?id=16409 Plane Wave Imaging Using Phased Array

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

Stellenbosch University Digital Elevation Model (SUDEM) 2016 Edition (v16.01)

Stellenbosch University Digital Elevation Model (SUDEM) 2016 Edition (v16.01) Stellenbosch University Digital Elevation Model (SUDEM) 2016 Edition (v16.01) ii Stellenbosch University Digital Elevation Model (SUDEM) 2016 Edition (v16.01) Adriaan van Niekerk Centre for Geographical

More information

GEON Points2Grid Utility Instructions By: Christopher Crosby OpenTopography Facility, San Diego Supercomputer Center

GEON Points2Grid Utility Instructions By: Christopher Crosby OpenTopography Facility, San Diego Supercomputer Center GEON Points2Grid Utility Instructions By: Christopher Crosby (ccrosby@sdsc.edu) OpenTopography Facility, San Diego Supercomputer Center (Formerly: GEON / Active Tectonics Research Group School of Earth

More information

Combining Airborne LIDAR and Satellite RADAR for a Dynamic DEM. Ramon Hanssen, Delft University of Technology

Combining Airborne LIDAR and Satellite RADAR for a Dynamic DEM. Ramon Hanssen, Delft University of Technology Combining Airborne LIDAR and Satellite RADAR for a Dynamic DEM Ramon Hanssen, Delft University of Technology 1 Release 27 September 2 Land surface elevation H(t) = H(t 0 ) + dh(dt) dt Elevation at time

More information

3. Data Structures for Image Analysis L AK S H M O U. E D U

3. Data Structures for Image Analysis L AK S H M O U. E D U 3. Data Structures for Image Analysis L AK S H M AN @ O U. E D U Different formulations Can be advantageous to treat a spatial grid as a: Levelset Matrix Markov chain Topographic map Relational structure

More information

Using GIS To Estimate Changes in Runoff and Urban Surface Cover In Part of the Waller Creek Watershed Austin, Texas

Using GIS To Estimate Changes in Runoff and Urban Surface Cover In Part of the Waller Creek Watershed Austin, Texas Using GIS To Estimate Changes in Runoff and Urban Surface Cover In Part of the Waller Creek Watershed Austin, Texas Jordan Thomas 12-6-2009 Introduction The goal of this project is to understand runoff

More information

DATA MANAGEMENT MODEL

DATA MANAGEMENT MODEL DATA MANAGEMENT MODEL InfoCoSM Arto Vuorela Vesa Roivas Jean-Pierre Houix 26-29.6.2006 INTRODUCTION This report is an intermediary report summarizing the main objectives to be reached by the end of July

More information

Make a TOPOGRAPHIC MAP

Make a TOPOGRAPHIC MAP How can you make a topographic map, and what information can you get from it? Activity Overview To build the Panama Canal, engineers dammed the Chagres River. In the process, new lakes were formed, a valley

More information

NEW IMPROVEMENTS OF THE EMCF PHASE UNWRAPPING ALGORITHM FOR SURFACE DEFORMATION ANALYSIS AT FULL SPATIAL RESOLUTION SCALE

NEW IMPROVEMENTS OF THE EMCF PHASE UNWRAPPING ALGORITHM FOR SURFACE DEFORMATION ANALYSIS AT FULL SPATIAL RESOLUTION SCALE NEW IMPROVEMENTS OF THE EMCF PHASE UNWRAPPING ALGORITHM FOR SURFACE DEFORMATION ANALYSIS AT FULL SPATIAL RESOLUTION SCALE Pepe A 1, Manunta M 1, Euillades L 2, Paglia L 1, Yang Y 1,3, and Lanari R 1 (1).

More information

Playa del Rey, California InSAR Ground Deformation Monitoring

Playa del Rey, California InSAR Ground Deformation Monitoring Playa del Rey, California InSAR Ground Deformation Monitoring Master Document Ref.: RV-14524 July 13, 2009 SUBMITTED TO: ATTN: Mr. Rick Gailing Southern California Gas Company 555 W. Fifth Street (Mail

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

MORVOLC [version 1.2]

MORVOLC [version 1.2] MORVOLC [version 1.2] http://cediac.uncu.edu.ar/software User Manual Instituto CEDIAC - Facultad de Ingeniería Universidad Nacional de Cuyo Centro Universitario Parque General San Martín Mendoza (5500)

More information

Local Elevation Surface Modeling using GPS Derived Point Clouds. John G. Whitman, Jr.

Local Elevation Surface Modeling using GPS Derived Point Clouds. John G. Whitman, Jr. Local Elevation Surface Modeling using GPS Derived Point Clouds WhitmanJ2@myfairpoint.net Study Area Overview Topographic Background NAIP with Roads and Streams Public DEM Models of Study Area National

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

Astromechanics. 12. Satellite Look Angle

Astromechanics. 12. Satellite Look Angle Astromechanics 12. Satellite Look Angle The satellite look angle refers to the angle that one would look for a satellite at a given time from a specified position on the Earth. For example, if you had

More information

Fundamentals of Surveying MSS 220 Prof. Gamal El-Fiky

Fundamentals of Surveying MSS 220 Prof. Gamal El-Fiky Fundamentals of Surveying MSS 220 Prof. Gamal l-fiky Maritime Studies Department, Faculty of Marine Science King Abdulaziz University gamal_elfiky@yahoo.com Room 221 What is Surveying? Surveying is defined

More information

Online National Mosquito Surveillance Database. User Guide

Online National Mosquito Surveillance Database. User Guide Online National Mosquito Surveillance Database User Guide Version 4 Updated November 2018 Contents Introduction... 3 Database Operation... 3 Access... 3 Users... 3 New Users... 4 Logging In... 4 Entering

More information

Implementation of Dynamic Time Warping Method for the Vehicle Number License Recognition

Implementation of Dynamic Time Warping Method for the Vehicle Number License Recognition International Journal of Electrical and Computer Engineering (IJECE) Vol. 4, No. 2, April 2014, pp. 278~284 ISSN: 2088-8708 278 Implementation of Dynamic Time Warping Method for the Vehicle Number License

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

MODEL DEFORMATION ACCURACY OF DIGITAL FRAME CAMERAS

MODEL DEFORMATION ACCURACY OF DIGITAL FRAME CAMERAS MODEL DEFORMATION ACCURACY OF DIGITAL FRAME CAMERAS V. Spreckels a, A. Schlienkamp a, K. Jacobsen b a Deutsche Steinkohle AG (DSK), Dept. Geoinformation/Engineering Survey BG G, Shamrockring 1, D-44623

More information

Cover Page. Abstract ID Paper Title. Automated extraction of linear features from vehicle-borne laser data

Cover Page. Abstract ID Paper Title. Automated extraction of linear features from vehicle-borne laser data Cover Page Abstract ID 8181 Paper Title Automated extraction of linear features from vehicle-borne laser data Contact Author Email Dinesh Manandhar (author1) dinesh@skl.iis.u-tokyo.ac.jp Phone +81-3-5452-6417

More information

GMT ex07 : Making Grid File

GMT ex07 : Making Grid File GMT ex07 : Making Grid File 胡植慶 Jyr-Ching HU, Dept. of Geosciences, NTU gmt commands nearneighbor: A "Nearest neighbor" gridding algorithm xyz2grd: blockmean: filter to block average (x,y,z) data by L2

More information

Playa del Rey, California InSAR Ground Deformation Monitoring

Playa del Rey, California InSAR Ground Deformation Monitoring Document Title Playa del Rey, California InSAR Ground Deformation Monitoring Prepared By: (signature / date) Ref.: RV-14524 Project Manager: xxxxxx July 13, 2009 SUBMITTED TO: ATTN: Mr. Rick Gailing Southern

More information

A Comparison of the Performance of Digital Elevation Model Pit Filling Algorithms for Hydrology

A Comparison of the Performance of Digital Elevation Model Pit Filling Algorithms for Hydrology 20th International Congress on Modelling and Simulation, Adelaide, Australia, 1 6 December 2013 www.mssanz.org.au/modsim2013 A Comparison of the Performance of Digital Elevation Model Pit Filling Algorithms

More information

LECTURE 2 SPATIAL DATA MODELS

LECTURE 2 SPATIAL DATA MODELS LECTURE 2 SPATIAL DATA MODELS Computers and GIS cannot directly be applied to the real world: a data gathering step comes first. Digital computers operate in numbers and characters held internally as binary

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

Applied Cartography and Introduction to GIS GEOG 2017 EL. Lecture-7 Chapters 13 and 14

Applied Cartography and Introduction to GIS GEOG 2017 EL. Lecture-7 Chapters 13 and 14 Applied Cartography and Introduction to GIS GEOG 2017 EL Lecture-7 Chapters 13 and 14 Data for Terrain Mapping and Analysis DEM (digital elevation model) and TIN (triangulated irregular network) are two

More information