Creating Digital Elevation Model Using a Mobile Device

Size: px
Start display at page:

Download "Creating Digital Elevation Model Using a Mobile Device"

Transcription

1 Name : Ali Ihsan Durmaz UnitID : aidurmaz Creating Digital Elevation Model Using a Mobile Device ABSTRACT DEM (Digital Elevation Models) is the best way to interpret topography on the ground. In recent years, lidar technology allows to create more accurate elevation models. However, the problem is this technology is not common all over the world. Also if Lidar data are not provided by government agencies freely, people have to pay lots of money to reach these point clouds. In this article, we will discuss how we can create digital elevation model from less accurate mobile devices GPS data. Moreover, we will evaluate these data on the same mobile device which we collected data to reduce cost of this modeling. 1- INTRODUCTION Obtaining terrain parameters, extracting flow lines, erosion modeling, structural engineering design, and surface analysis etc. These are some common DEM (Digital elevation model) application areas. To create a digital elevation model we need both ground and elevation coordinates for same location. These coordinate data can be gathered by lidar, RTK (Real time kinematic - GPS method) or total station. After ground and elevation coordinate data obtained, evaluation progress starts and in this progress we have to deal with too many coordinates so we have to use electronic progressers, computers, in this step. Nowadays, lots of new technological devices like tablet pcs, smart phones or navigation systems have their own operation systems with interior GPS drivers. These smart devices can measure ground and elevation coordinates using momentary satellite signals with their interior GPS drivers. In addition, some of these devices can be captured GPS coordinates in.kml, or.gpx file type by using suitable applications. We have to say that this positioning system is not accurate like RTK GPS method but these data s accuracy is enough for these devices aims (especially navigation). In this article, we will create an elevation model using these smart phones coordinate data and we will evaluate these data on their own operation systems. Moreover, we will compare our result maps with bare earth lidar data elevation model to check accuracy of created elevation model. We picked out Nokia N900 smart phone as our working device because its Linux base operation system allows to install open source GIS programs like Grass or QGIS. In this project we preferred to work with Grass rather than QGIS on our mobile device because firstly Grass performance is better than QGIS and Grass has powerful algorithms to create surfaces from point data. 2- MATERIALS 2.1 Study Site The 7.5-ha study site is located in Raleigh, NC. (Fig-1). The study site is a free agriculture area it does not contain artificial object which can block satellite signals. According to bare earth lidar

2 data there is about 15 meter elevation difference between maximum and minimum elevation points in this site. The geographic coordinate of study site is ( N, W). 2.2 Data Fig-1 Site location and walking lines to collect data from project site Bare earth lidar data of our study site is provided by North Carolina Foodplain Mapping program( The horizontal coordinate system of this point cloud is NAD 1983 State Plane North Carolina and its unit is in feet scale. The vertical coordinate system of point cloud is NAVD88 (North American Vertical Datum 88) and its unit is again in feet scale. GPS data in study site are gathered by Nokia N900 s GPS deriver. GPS data s horizontal and vertical coordinate systems are WGS84. Its horizontal coordinate units are in decimal values of latitude and longitude and the vertical unit is in meter scale. Fig-2 Bare earth elevation model under normal tension without smoothing parameter

3 Lidar data used to create DEM map of study site using spline method under normal tension and without smoothing parameter (Fig-2) in 1x1 meter resolution. We assume this elevation model is our site s certain elevation model so we convert GPS data s horizontal coordinate to bare earth lidar data s coordinate system and unit to compare our elevation model with bare earth lidar data elevation model. 2.3 Comparing lidar data with GPS data which obtained from mobile device In study site there are 6222 GPS points and 3660 lidar points. Although GPS data have more points, it does not completely cover study site like lidar data. GPS data points are only dense on walking route. There are about 10 to 15 meter gaps between two walking line in GPS data. On the other hand, this gap distance between two points is lower than 3 meter in bare earth lidar data (Fig-3). Fig-3 Bare earth lidar data and GPS data on project site The other point between these point data sets is that GPS data are less sensitive than bare earth lidar data. Mobile device s GPS driver can measure only half meter elevation differences but lidar data can measure 1 centimeter elevation difference on the ground. That means Lidar data are 500 times sensitive than GPS elevation points. In addition, if we compare accuracy of GPS point clouds with bare earth lidar data we will see that there are big elevation jumps between two close points. For instance, while we were collecting GPS data sometimes our route lines were crossing. In one of these crossing lines, there is 17 meter vertical difference in 21 centimeter horizontal distance on the ground (Fig-4). (One of these lines eliminate before creating elevation model because of preventing ground shape deformation otherwise one of these lines will create a big hill and the other one will create a deep hole in a close area)

4 3- METHODS AND APPROACHES Fig-4 Accuracy of GPS data Voronoi, IDW (inverse distance weight), and radial basis functions and spline methods are available on GRASS to create digital elevation model from point data. 3.1 Voronoi Voronoi method is that the test area was divided into subareas by finding the centers of mass of the source data point groups and calculating Voronoi regions based on these centers. Dividing an area using the Voronoi algorithm is an important tool in computational geometry. It is based on the principle that all the points closer to a particular center point than to any other center points belong to the same Voronoi region. As a result, one Voronoi region for each center point was obtained. The borders between the computational packets are clearly visible introducing abrupt changes in the elevation values and the surface looks unnatural. (Pohjola, J., Turunen, J., Turunen, T. 2009) Also, according to the Svec and Burden from university of Washington about problems of voronoi algorithm We do not explicitly define simple, we loosely evaluate simplicity based on overall contiguity, compactness, convexity, and intuitiveness of the model s districts. (Svec, L., Burden, S., Dilley, A. 2007) Therefore, we abandoned using voronoi algorithm in our project site because discontinuity between polygons will create elevation jumps. Moreover, if we applied this method to our GPS points, lots of elevation polygons would have big edge differences because of distribution of GPS points.

5 3.2 IDW (Inverse Distance Weighted Interpolation) This interpolation method estimates a point using the nearest sample points, which are weighted by a power proportional to the inverse of their distance from the estimated point. The higher the power the stronger the influence of the closer sample points. (Kurtzman, D., Kadmon, R., 1999) The general equation of IDW interpolation method is; ( ) ( ) ( ) (1) Where p is a parameter (typically p = 2, lower p gives smoother surface similar to lower tension), and ( ) ( ) is the distance between the unsampled location r and a given point ri. Smoothing can be introduced by adding a parameter β to the weight term, leading to approximation function. Note: GRASS modules use p = 2 and m = 12 as default values. (Mitasova H. Lecture notes for MEA592) The advantage of this method, it bases on computing average of elevation points so this can help to reduce the dense GPS point lines side effects. 3 different elevation maps created using IDW interpolation method (Fig-5) for 1 meter resolution from mobile device s GPS points. 12(left image), 50(middle image), and 200(right image) are closest point counts which affected the weighted average respectively. Fig-5 IDW method results The disadvantages of this method computed elevation models are visually different then bare earth lidar data elevation model. GPS point lines create ridges, and gaps create valleys. If we compare these result maps with bare earth lidar data elevation model using map algebra method, we will see that approximately 80% of sites have less than 5 meter elevation mistake.(table-1)

6 % differences with bare earth lidar data and IDW methods 5 meter 3 meter 1 meter 12 points 80.74% 58.29% 23.33% 50 points 82.74% 60.31% 25.17% 200 points 83.45% 62.53% 26.18% Table-1 IDW method % correctly modeled places. According to different threshold values and point number 3.3 Radial Basis Functions and Spline Spline methods are based on the assumption that the approximation function should pass as closely as possible to the data points and should be at the same time as smooth as possible. These two requirements can be combined into a single condition of minimizing the sum of the deviations from the measured points and the smoothness seminorm of the function (Mitasova, H., Mitas, L. 1995). The equation of spline modeling; ( ) ( ) (2) are positive weights. ( ) is smoothness seminorm ( ) ( ) (3) ( ) is trned function and ( ) is smoothness seminorm s function ( ) [ ( ) ( ) ] (4) In this equation is tension, C is contant, is bessel and r is smoothness seminorm s function parameter. ( ) [ ( ) ( ) ] (5) C E = is Euler constant. ( ) is exponential integral function and ( ) is a tension function. Equation (6) and (7) can use to calculate. [ ( [ ] [ ] ] [ ] (6) (7) The generalized tension controls the distance over which the given point influences the resulting surface or hypersurface. For the bivariate case tuning the tension can be interpreted as tuning the character of the resulting surface between membrane and thin plate. The proper choice of smoothing and tension parameters is important for successful interpolation or approximation. (Mitasova, H., Mitas, L. 1995). Measured GPS points, as mentioned before, accuracy and sensitivity are too low so we need to use lower tension parameter and higher smoothing parameter to get good results. Default tension parameter is 40(Neteler, M. and Mitasova, H., 2008) and default smoothing parameter is 0

7 (Neteler, M. and Mitasova, H., 2008) in Grass. These parameters are in normal scale to create an elevation model from GPS or Lidar point clouds so we need to use lower value than 40 for tension parameter and higher value than 0 for smoothing parameter to create elevation model from GPS data. Fig-6 shows tension and smoothing parameters effect on elevation model. Fig-6 Tension and Smoothing parameters effect on elevation model left image 40 tension and 0 smoothing right image 10 tension and 10 smoothing Furthermore, if we again compute elevation differences of these created models with bare earth lidar data elevation model, we will see that lower tension parameter and higher smoothing parameter model is more close to bare earth lidar data elevation model (Fig-7).However, tension and smoothing parameters are not enough to eliminate all artificial valleys and ridges.(fig-6) Fig-7 left image is elevation difference between bare earth lidar data and tension 40 smoothing 0 elevation model. Right image is elevation difference between bare earth lidar data and tension 10 smoothing 10 elevation model. To eliminate these artificial valleys and ridges we need to define equation (6). [ ] [ ] parameter again in ( ) ( ) (8) ( ) ( ) (9)

8 In equation 8 and 9, ( ) angle is named anisotropy angle. Using the fact, that for the regularized spline with tension function, the change of scale is equivalent to the change in the tension parameter, anisotropy can be implemented by rotating the coordinate system by an angle ( ) (direction of anisotropy) ( Hofierka, J., Parajka, J., Mitasova, H., Mitas, L. 2002). Then if we rescale axis according to anisotropy magnitude ( s is anisotropy scale factor in equation 10.); ( [ ] ) ( [ ] ) (10) We can eliminate artificial valleys and ridges in our elevation model. (Fig-8) Fig-8 GPS data elevation models. Left image is tension 40 smoothing 0 and without anisotropy angle and scale factor. Right image is tension 40 smoothing 0, 25 degree anisotropy angle and 0.25scale factor. As a result, to create a better elevation model from gathered data we need to use lower tension, higher smoothing, anisotropy angle and anisotropy scale factor. Table-2 shows what the percentage of modeled correctly area using 5m, 3m and 1m threshold values (Table values are calculated using each model difference with bare earth lidar data elevation model). Spline Method Result Table 5 meter 3 meter 1 meter Tension 40, Smoothing Tension 10, Smoothing Tension 10, Smoothing 10, Anis. Angle 275 and Anis. Scale factor Table-2 Spline method % correctly modeled places base on different threshold values. 3.4 Our Suggested Method Our previous experiments show that we need to use spline method (with lower tension, higher smoothing, and anisotropy angle and scale factor) rather than IDW method to create a better surface from gathered GPS data on GRASS. Therefore we used 0.1 tension parameter, 20 smoothing parameter 275 anisotropy angle and 0.25 anisotropy scale factor. However, lower tension and higher smoothing parameters create a surface which has big pixel sizes and elevation model does not look like continuous data. (Fig-9)

9 Fig tension parameter, 20 smoothing parameter 275 anisotropy angle and 0.25 anisotropy scale factor To eliminate this discrete view and keep surface topologic shape we converted each pixel s centroid to point data using raster to point conversion tool in Grass. And then we created a new elevation model from new data points using spline method (40 tension, 0 smoothing and without anisotropy angle and scale factor) (Fig-10 and Fig-11). Fig-10 Left image shows new data points which were created by using raster to point conversion tool on Grass. Right image shows new elevation model which is created by using new data points.

10 Fig-11 3D view of new elevation model If we compare last elevation model with bare earth lidar elevation model we will see that 95.71% area has less than 5 meter mistake, 80.46% area has less than 3 meter mistake and 30.45% area has less than 1 meter mistake. 4- CONCLUSION Mobile elevation model is not enough accurate extracting flow lines and erosion modeling but may be its accuracy will be enough for some engineering applications. The main reasons for incorrect modeling are that; firstly GPS data s low accuracy and sensitivity. Secondly, GPS data s vertical datum is different than lidar data vertical datum and lastly these two data did not gather simultaneous so may be surface would change between these two data gathering time. On the other hand the good side of this modeling its total cost less than 250 dollar. This image bellow shows a digital elevation model directly captured from mobile device s screen (Fig-12). This elevation model was created by using our suggested method and computer did not use any part of this model. Fig-12 Elevation model in mobile device

11 REFERANCES Pohjola, J., Turunen, J., Turunen, T Creating High-Resolution Digital Elevation Model Using Thin Plate Spline Interpolation and Monte Carlo Simulation. Posiva Working Report :1-56 Svec, L., Burden, S., Dilley, A Applying Voronoi Diagrams to the Redistricting Problem. The UMAP Journal 28.3 (2007) : Kurtzman, D., Kadmon, R., 1999 Mapping of temperature variables in Israel: a comparison of different interpolation methods. Clim Res :13 33 Mitasova, H. Spatial Interpolation. Lecture notes for MEA592 Geospatial Analysis and modeling [WWW].[referred at ]. Web address: Mitasova, H., Mitas, L Modeling spatially and temporally distributed phenomena: New methods and tools for GRASS GIS. Invited paper for the special issues of the international Journal of GIS 1995:1-23 Hofierka, J., Parajka, J., Mitasova, H., Mitas, L Multivariate Interpolation of Precipitation Using Regularized Spline with Tension. Transactions in GIS, 2002, 6(2): 135±150 Neteler, M. and Mitasova, H., 2008, Open Source GIS: A GRASS GIS Approach, 3rd Edition, Springer, New York, p 237 WORKFLOWS APPENDIX These workflow steps show command lines for creating elevation model from gathered GPS data on mobile device Import GPS data to mobile GRASS; (.) kml file location on mobile device v.in.ogr -z dsn=(.)\project22.kml output=points_gps Export.kml data to txt file. (this step is required because Grass does not read klm file z coordinate) v.out.ascii input=points_gps output= \points.txt Import GPS data points with z attribute column v.in.ascii -z input= \points.txt output=elevpoints z=3 Setting regions for 1 meter resolution (rows=269 cols=275 are equal 1 meter resolution values for my project site) g.region vect=elevpoints rows=269 cols=275 First, elevation model with lower tension, higher smoothing, anisotropy angle and scale. v.surf.rst input=elevpoints elev=elev_gps zcolumn=dbl_3 tension=0.1 smooth=20 theta=2.75 scalex=0.25 Setting region depend on new pixel size

12 g.region vect=elevpoints rows=16 cols=16 Converting pixels to point data r.to.vect input=elev_gps output=centroit_points feature=point Again setting resolution 1 meter g.region vect=elevpoints rows=269 cols=275 Creating elevation model in tension 40 smoothing 0 and without anisotropy angle and scale from last points v.surf.rst input=centroit_points elev=elev_map zcolumn=value

Spatial Interpolation of Airborne Laser Scanning Data with Variable Data Density

Spatial Interpolation of Airborne Laser Scanning Data with Variable Data Density Spatial Interpolation of Airborne Laser Scanning Data with Variable Data Density Jaroslav Hofierka *, Michal Gallay*, Ján Kaňuk * * Institute of Geography, Faculty of Science, Pavol Jozef Safarik University,

More information

Basic landscape analysis

Basic landscape analysis Chapter 4 Basic landscape analysis Tangible Landscape allows us to explore the spatial patterns of topographic parameters and their relation to basic surface geometry. To analyze the topography of a landscape

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

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

GEOGRAPHIC INFORMATION SYSTEMS Lecture 24: Spatial Analyst Continued

GEOGRAPHIC INFORMATION SYSTEMS Lecture 24: Spatial Analyst Continued GEOGRAPHIC INFORMATION SYSTEMS Lecture 24: Spatial Analyst Continued Spatial Analyst - Spatial Analyst is an ArcGIS extension designed to work with raster data - in lecture I went through a series of demonstrations

More information

Geol 588. GIS for Geoscientists II. Zonal functions. Feb 22, Zonal statistics. Interpolation. Zonal statistics Sp. Analyst Tools - Zonal.

Geol 588. GIS for Geoscientists II. Zonal functions. Feb 22, Zonal statistics. Interpolation. Zonal statistics Sp. Analyst Tools - Zonal. Zonal functions Geol 588 GIS for Geoscientists II Feb 22, 2011 Zonal statistics Interpolation Zonal statistics Sp. Analyst Tools - Zonal Choose correct attribute for zones (usually: must be unique ID for

More information

CPSC 695. Methods for interpolation and analysis of continuing surfaces in GIS Dr. M. Gavrilova

CPSC 695. Methods for interpolation and analysis of continuing surfaces in GIS Dr. M. Gavrilova CPSC 695 Methods for interpolation and analysis of continuing surfaces in GIS Dr. M. Gavrilova Overview Data sampling for continuous surfaces Interpolation methods Global interpolation Local interpolation

More information

DEM Artifacts: Layering or pancake effects

DEM Artifacts: Layering or pancake effects Outcomes DEM Artifacts: Stream networks & watersheds derived using ArcGIS s HYDROLOGY routines are only as good as the DEMs used. - Both DEM examples below have problems - Lidar and SRTM DEM products are

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

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

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

UTM Geo Map APP Quick Start (Version 1.2)

UTM Geo Map APP Quick Start (Version 1.2) UTM Geo Map APP Quick Start (Version 1.2) Measure Points (Marker) You can measure points of coordinate base on GPS or position on the Maps and save marker into database for unlimited number using Real-time

More information

On the Selection of an Interpolation Method for Creating a Terrain Model (TM) from LIDAR Data

On the Selection of an Interpolation Method for Creating a Terrain Model (TM) from LIDAR Data On the Selection of an Interpolation Method for Creating a Terrain Model (TM) from LIDAR Data Tarig A. Ali Department of Technology and Geomatics East Tennessee State University P. O. Box 70552, Johnson

More information

DIGITAL TERRAIN MODELLING. Endre Katona University of Szeged Department of Informatics

DIGITAL TERRAIN MODELLING. Endre Katona University of Szeged Department of Informatics DIGITAL TERRAIN MODELLING Endre Katona University of Szeged Department of Informatics katona@inf.u-szeged.hu The problem: data sources data structures algorithms DTM = Digital Terrain Model Terrain function:

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

Class #2. Data Models: maps as models of reality, geographical and attribute measurement & vector and raster (and other) data structures

Class #2. Data Models: maps as models of reality, geographical and attribute measurement & vector and raster (and other) data structures Class #2 Data Models: maps as models of reality, geographical and attribute measurement & vector and raster (and other) data structures Role of a Data Model Levels of Data Model Abstraction GIS as Digital

More information

GPS What is it? Combination of: Orbiting satellites

GPS What is it? Combination of: Orbiting satellites Chart Your Course: Guidelines for GPS Mapping Dave Ragan Ragan Technical Solutions, Inc. www.ragantechnical.com GPS What is it? Combination of: Orbiting satellites GPS What is it? Orbiting satellites Combination

More information

Using GRASS GIS and R

Using GRASS GIS and R Using GRASS GIS and R Assignment 2 for Spatial Statistics (STAT 946) Adrian Waddell University of Waterloo November 6, 2008 Adrian Waddell (University of Waterloo) GRASS November 6, 2008 1 / 23 What is

More information

Representing Geography

Representing Geography Data models and axioms Chapters 3 and 7 Representing Geography Road map Representing the real world Conceptual models: objects vs fields Implementation models: vector vs raster Vector topological model

More information

Ilham Marsudi Universitas Negeri Yogyakarta Yogyakarta, Indonesia

Ilham Marsudi Universitas Negeri Yogyakarta Yogyakarta, Indonesia 1st International Conference on Technology and Vocational Teachers (ICTVT 2017) Making a Digital Contour Map Ilham Marsudi Universitas Negeri Yogyakarta Yogyakarta, Indonesia ilham@uny.ac.id Abstract---

More information

Lesson 5 overview. Concepts. Interpolators. Assessing accuracy Exercise 5

Lesson 5 overview. Concepts. Interpolators. Assessing accuracy Exercise 5 Interpolation Tools Lesson 5 overview Concepts Sampling methods Creating continuous surfaces Interpolation Density surfaces in GIS Interpolators IDW, Spline,Trend, Kriging,Natural neighbors TopoToRaster

More information

Crea%ng DEMs From LiDAR Point Cloud Data

Crea%ng DEMs From LiDAR Point Cloud Data Crea%ng DEMs From LiDAR Point Cloud Data C. Crosby (ccrosby@sdsc.edu) San Diego Supercomputer Center / OpenTopography.org Ramon Arrowsmith SESE, ASU 2011 SCEC LiDAR Short Course Digital ElevaEon Models

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

Graphic Display of Vector Object

Graphic Display of Vector Object What is GIS? GIS stands for Geographic Information Systems, although the term Geographic Information Science is gaining popularity. A GIS is a software platform for storing, organizing, viewing, querying,

More information

Crea%ng DEMs From LiDAR Point Cloud Data

Crea%ng DEMs From LiDAR Point Cloud Data Crea%ng DEMs From LiDAR Point Cloud Data C. Crosby (ccrosby@sdsc.edu) San Diego Supercomputer Center / OpenTopography.org Ramon Arrowsmith SESE, ASU 2009 SCEC LiDAR Short Course Digital ElevaEon Models

More information

Enterprise GIS. GIS Data Collection Standards. and. Geospatial Data Standards. August, 2017

Enterprise GIS. GIS Data Collection Standards. and. Geospatial Data Standards. August, 2017 Enterprise GIS GIS Data Collection Standards and Geospatial Data Standards August, 2017 1 Contents Section 1 1.1 GIS Data Collection Standards 1.2 GPS/GNSS Data Collection and Delivery Standards 1.3 Field

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

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

Introduction to Geographic Information Systems Dr. Arun K Saraf Department of Earth Sciences Indian Institute of Technology, Roorkee

Introduction to Geographic Information Systems Dr. Arun K Saraf Department of Earth Sciences Indian Institute of Technology, Roorkee Introduction to Geographic Information Systems Dr. Arun K Saraf Department of Earth Sciences Indian Institute of Technology, Roorkee Lecture 04 Raster data model and comparisons with vector Hello friends,

More information

Statistical surfaces and interpolation. This is lecture ten

Statistical surfaces and interpolation. This is lecture ten Statistical surfaces and interpolation This is lecture ten Data models for representation of surfaces So far have considered field and object data models (represented by raster and vector data structures).

More information

Surface Creation & Analysis with 3D Analyst

Surface Creation & Analysis with 3D Analyst Esri International User Conference July 23 27 San Diego Convention Center Surface Creation & Analysis with 3D Analyst Khalid Duri Surface Basics Defining the surface Representation of any continuous measurement

More information

Surface Analysis with 3D Analyst

Surface Analysis with 3D Analyst 2013 Esri International User Conference July 8 12, 2013 San Diego, California Technical Workshop Surface Analysis with 3D Analyst Khalid H. Duri Esri UC2013. Technical Workshop. Why use 3D GIS? Because

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

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 Videos that show how to copy/paste data

More information

Exploring GIS Data. I) GIS Data Models-Definitions II) Database Management System III) Data Source & Collection IV) Data Quality

Exploring GIS Data. I) GIS Data Models-Definitions II) Database Management System III) Data Source & Collection IV) Data Quality Exploring GIS Data I) GIS Data Models-Definitions II) Database Management System III) Data Source & Collection IV) Data Quality 1 Geographic data Model Definitions: Data : A collection of related facts

More information

University of West Hungary, Faculty of Geoinformatics. Béla Márkus. Spatial Analysis 5. module SAN5. 3D analysis

University of West Hungary, Faculty of Geoinformatics. Béla Márkus. Spatial Analysis 5. module SAN5. 3D analysis University of West Hungary, Faculty of Geoinformatics Béla Márkus Spatial Analysis 5. module SAN5 3D analysis SZÉKESFEHÉRVÁR 2010 The right to this intellectual property is protected by the 1999/LXXVI

More information

Geographic Information Systems (GIS) Spatial Analyst [10] Dr. Mohammad N. Almasri. [10] Spring 2018 GIS Dr. Mohammad N. Almasri Spatial Analyst

Geographic Information Systems (GIS) Spatial Analyst [10] Dr. Mohammad N. Almasri. [10] Spring 2018 GIS Dr. Mohammad N. Almasri Spatial Analyst Geographic Information Systems (GIS) Spatial Analyst [10] Dr. Mohammad N. Almasri 1 Preface POINTS, LINES, and POLYGONS are good at representing geographic objects with distinct shapes They are less good

More information

Geostatistics Predictions with Deterministic Procedures

Geostatistics Predictions with Deterministic Procedures Instituto Superior de Estatística e Gestão de Informação Universidade Nova de Lisboa Master of Science in Geospatial Technologies Geostatistics Predictions with Deterministic Procedures Carlos Alberto

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

GIS Tools - Geometry. A GIS stores data as different layers of information Different feature types are stored in individual files.

GIS Tools - Geometry. A GIS stores data as different layers of information Different feature types are stored in individual files. A Definition of GIS GIS is a system of hardware, software, and procedures designed to support the capture, management, manipulation, analysis, modeling and display of spatially referenced data for solving

More information

High-Precision Positioning Unit 2.2 Student Exercise: Calculating Topographic Change

High-Precision Positioning Unit 2.2 Student Exercise: Calculating Topographic Change High-Precision Positioning Unit 2.2 Student Exercise: Calculating Topographic Change Ian Lauer and Ben Crosby (Idaho State University) Change is an inevitable part of our natural world and varies as a

More information

IMPROVING THE ACCURACY OF DIGITAL TERRAIN MODELS

IMPROVING THE ACCURACY OF DIGITAL TERRAIN MODELS STUDIA UNIV. BABEŞ BOLYAI, INFORMATICA, Volume XLV, Number 1, 2000 IMPROVING THE ACCURACY OF DIGITAL TERRAIN MODELS GABRIELA DROJ Abstract. The change from paper maps to GIS, in various kinds of geographical

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

Algorithms for GIS. Spatial data: Models and representation (part I) Laura Toma. Bowdoin College

Algorithms for GIS. Spatial data: Models and representation (part I) Laura Toma. Bowdoin College Algorithms for GIS Spatial data: Models and representation (part I) Laura Toma Bowdoin College Outline Spatial data in GIS applications Point data Networks Terrains Planar maps and meshes Data structures

More information

Algorithms for GIS csci3225

Algorithms for GIS csci3225 Algorithms for GIS csci3225 Laura Toma Bowdoin College Spatial data types and models Spatial data in GIS satellite imagery planar maps surfaces networks point cloud (LiDAR) Spatial data in GIS satellite

More information

Creating raster DEMs and DSMs from large lidar point collections. Summary. Coming up with a plan. Using the Point To Raster geoprocessing tool

Creating raster DEMs and DSMs from large lidar point collections. Summary. Coming up with a plan. Using the Point To Raster geoprocessing tool Page 1 of 5 Creating raster DEMs and DSMs from large lidar point collections ArcGIS 10 Summary Raster, or gridded, elevation models are one of the most common GIS data types. They can be used in many ways

More information

Creating Surfaces. Steve Kopp Steve Lynch

Creating Surfaces. Steve Kopp Steve Lynch Steve Kopp Steve Lynch Overview Learn the types of surfaces and the data structures used to store them Emphasis on surface interpolation Learn the interpolation workflow Understand how interpolators work

More information

GEOGRAPHIC INFORMATION SYSTEMS Lecture 02: Feature Types and Data Models

GEOGRAPHIC INFORMATION SYSTEMS Lecture 02: Feature Types and Data Models GEOGRAPHIC INFORMATION SYSTEMS Lecture 02: Feature Types and Data Models Feature Types and Data Models How Does a GIS Work? - a GIS operates on the premise that all of the features in the real world can

More information

What s New in ecognition 9.0. Christian Weise

What s New in ecognition 9.0. Christian Weise What s New in ecognition 9.0 Christian Weise Presenting ecognition 9 Release Date: March 2014 Who s eligible? All user with a valid ecognition maintenance contract Presenting ecognition 9 ecognition version

More information

GOVERNMENT GAZETTE REPUBLIC OF NAMIBIA

GOVERNMENT GAZETTE REPUBLIC OF NAMIBIA GOVERNMENT GAZETTE OF THE REPUBLIC OF NAMIBIA N$7.20 WINDHOEK - 7 October 2016 No. 6145 CONTENTS Page GENERAL NOTICE No. 406 Namibia Statistics Agency: Data quality standard for the purchase, capture,

More information

DATA MODELS IN GIS. Prachi Misra Sahoo I.A.S.R.I., New Delhi

DATA MODELS IN GIS. Prachi Misra Sahoo I.A.S.R.I., New Delhi DATA MODELS IN GIS Prachi Misra Sahoo I.A.S.R.I., New Delhi -110012 1. Introduction GIS depicts the real world through models involving geometry, attributes, relations, and data quality. Here the realization

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

WILD 2400 ASSIGNMENT #1: GPS TUTORIAL*

WILD 2400 ASSIGNMENT #1: GPS TUTORIAL* WILD 2400 ASSIGNMENT #1: GPS TUTORIAL* Overview: In this tutorial you will learn how to collect, download, and display data using a Garmin GPSMAP 64 unit, the DNRGPS Application, and Google Earth. For

More information

Watershed Sciences 4930 & 6920 GEOGRAPHIC INFORMATION SYSTEMS

Watershed Sciences 4930 & 6920 GEOGRAPHIC INFORMATION SYSTEMS HOUSEKEEPING Watershed Sciences 4930 & 6920 GEOGRAPHIC INFORMATION SYSTEMS Quizzes Lab 8? WEEK EIGHT Lecture INTERPOLATION & SPATIAL ESTIMATION Joe Wheaton READING FOR TODAY WHAT CAN WE COLLECT AT POINTS?

More information

MassCEC Rooftop Solar Map

MassCEC Rooftop Solar Map MassCEC Rooftop Solar Map Data and Methods Summary Critigen, LLC Overview The detailed analysis of solar rooftop potential is a multi-step workflow with many facets and input parameters to the analysis

More information

Topic 6 Representation and Description

Topic 6 Representation and Description Topic 6 Representation and Description Background Segmentation divides the image into regions Each region should be represented and described in a form suitable for further processing/decision-making Representation

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

A METHOD TO PREDICT ACCURACY OF LEAST SQUARES SURFACE MATCHING FOR AIRBORNE LASER SCANNING DATA SETS

A METHOD TO PREDICT ACCURACY OF LEAST SQUARES SURFACE MATCHING FOR AIRBORNE LASER SCANNING DATA SETS A METHOD TO PREDICT ACCURACY OF LEAST SQUARES SURFACE MATCHING FOR AIRBORNE LASER SCANNING DATA SETS Robert Pâquet School of Engineering, University of Newcastle Callaghan, NSW 238, Australia (rpaquet@mail.newcastle.edu.au)

More information

Geological mapping using open

Geological mapping using open Geological mapping using open source QGIS MOHSEN ALSHAGHDARI -2017- Abstract Geological mapping is very important to display your field work in a map for geologist and others, many geologists face problems

More information

Classification (or thematic) accuracy assessment. Lecture 8 March 11, 2005

Classification (or thematic) accuracy assessment. Lecture 8 March 11, 2005 Classification (or thematic) accuracy assessment Lecture 8 March 11, 2005 Why and how Remote sensing-derived thematic information are becoming increasingly important. Unfortunately, they contain errors.

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

Main concepts of ILWIS 3.0

Main concepts of ILWIS 3.0 CHAPTER 2 Main concepts of ILWIS 3.0 In chapter one, Introduction to ILWIS, you started with ILWIS, and learned the basics of the user interface. This chapter presents some key concepts of ILWIS. In section

More information

Getting Started with Spatial Analyst. Steve Kopp Elizabeth Graham

Getting Started with Spatial Analyst. Steve Kopp Elizabeth Graham Getting Started with Spatial Analyst Steve Kopp Elizabeth Graham Workshop Overview Fundamentals of using Spatial Analyst What analysis capabilities exist and where to find them How to build a simple site

More information

Image georeferencing is the process of developing a model to transform from pixel coordinates into GIS coordinates such as meters on the ground.

Image georeferencing is the process of developing a model to transform from pixel coordinates into GIS coordinates such as meters on the ground. Image georeferencing is the process of developing a model to transform from pixel coordinates into GIS coordinates such as meters on the ground. Image rectification is the process of using your georeferencing

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

Lewis County Public Works Department (County) GIS Mapping Division 350 N. Market Blvd. Chehalis, WA Phone: Fax:

Lewis County Public Works Department (County) GIS Mapping Division 350 N. Market Blvd. Chehalis, WA Phone: Fax: March 31, 2005 Project Report Lewis County, WA Contract #2262-H Report Presented to: Lewis County Public Works Department (County) GIS Mapping Division 350 N. Market Blvd. Chehalis, WA 98532-2626 Phone:

More information

Maps as Numbers: Data Models

Maps as Numbers: Data Models Maps as Numbers: Data Models vertices E Reality S E S arcs S E Conceptual Models nodes E Logical Models S Start node E End node S Physical Models 1 The Task An accurate, registered, digital map that can

More information

Chapter 11 Representation & Description

Chapter 11 Representation & Description Chain Codes Chain codes are used to represent a boundary by a connected sequence of straight-line segments of specified length and direction. The direction of each segment is coded by using a numbering

More information

Project Report Nooksack South Fork Lummi Indian Nation. Report Presented to:

Project Report Nooksack South Fork Lummi Indian Nation. Report Presented to: June 5, 2005 Project Report Nooksack South Fork Lummi Indian Nation Contract #2291-H Report Presented to: Lummi Indian Nation Natural Resources Department 2616 Kwina Road Bellingham, WA 98226 Point of

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

Viewshed analysis. Chapter Line of sight analysis

Viewshed analysis. Chapter Line of sight analysis Chapter 6 Viewshed analysis Viewshed (visibility) analysis is used in many different fields for both practical and aesthetic applications. It can play an important role when planning new buildings or roads

More information

COORDINATE TRANSFORMATION. Lecture 6

COORDINATE TRANSFORMATION. Lecture 6 COORDINATE TRANSFORMATION Lecture 6 SGU 1053 SURVEY COMPUTATION 1 Introduction Geomatic professional are mostly confronted in their work with transformations from one two/three-dimensional coordinate system

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

Data Integration in Building Virtual Models

Data Integration in Building Virtual Models Data Integration in Building Virtual Models Erik Singels, Geospatial Information Sciences Program Brent Vollmar, Department of Geosciences Adewale Okunoren, Department of Geosciences Carlos L. V. Aiken,

More information

BUILDING DETECTION AND STRUCTURE LINE EXTRACTION FROM AIRBORNE LIDAR DATA

BUILDING DETECTION AND STRUCTURE LINE EXTRACTION FROM AIRBORNE LIDAR DATA BUILDING DETECTION AND STRUCTURE LINE EXTRACTION FROM AIRBORNE LIDAR DATA C. K. Wang a,, P.H. Hsu a, * a Dept. of Geomatics, National Cheng Kung University, No.1, University Road, Tainan 701, Taiwan. China-

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

Investigation of Sampling and Interpolation Techniques for DEMs Derived from Different Data Sources

Investigation of Sampling and Interpolation Techniques for DEMs Derived from Different Data Sources Investigation of Sampling and Interpolation Techniques for DEMs Derived from Different Data Sources FARRAG ALI FARRAG 1 and RAGAB KHALIL 2 1: Assistant professor at Civil Engineering Department, Faculty

More information

1. LiDAR System Description and Specifications

1. LiDAR System Description and Specifications High Point Density LiDAR Survey of Mayapan, MX PI: Timothy S. Hare, Ph.D. Timothy S. Hare, Ph.D. Associate Professor of Anthropology Institute for Regional Analysis and Public Policy Morehead State University

More information

Introduction to Geographic Information Science. Some Updates. Last Lecture 4/6/2017. Geography 4103 / Raster Data and Tesselations.

Introduction to Geographic Information Science. Some Updates. Last Lecture 4/6/2017. Geography 4103 / Raster Data and Tesselations. Geography 43 / 3 Introduction to Geographic Information Science Raster Data and Tesselations Schedule Some Updates Last Lecture We finished DBMS and learned about storage of data in complex databases Relational

More information

Mapping Project Report Table of Contents

Mapping Project Report Table of Contents LiDAR Estimation of Forest Leaf Structure, Terrain, and Hydrophysiology Airborne Mapping Project Report Principal Investigator: Katherine Windfeldt University of Minnesota-Twin cities 115 Green Hall 1530

More information

Bharath Setturu Research scholar, EWRG, Center for Ecological Sciences, IISc, Bangalore & EWRG-CES IIIT-HYDERABAD

Bharath Setturu Research scholar, EWRG, Center for Ecological Sciences, IISc, Bangalore & EWRG-CES IIIT-HYDERABAD Bharath Setturu Research scholar, EWRG, Center for Ecological Sciences, IISc, Bangalore settur@ces.iisc.ernet.in & IIIT-HYDERABAD Introduction to QGIS oquantum GIS (QGIS) is a GIS tool for managing geographical

More information

What can we represent as a Surface?

What can we represent as a Surface? Geography 38/42:376 GIS II Topic 7: Surface Representation and Analysis (Chang: Chapters 13 & 15) DeMers: Chapter 10 What can we represent as a Surface? Surfaces can be used to represent: Continuously

More information

FOR 274: Surfaces from Lidar. Lidar DEMs: Understanding the Returns. Lidar DEMs: Understanding the Returns

FOR 274: Surfaces from Lidar. Lidar DEMs: Understanding the Returns. Lidar DEMs: Understanding the Returns FOR 274: Surfaces from Lidar LiDAR for DEMs The Main Principal Common Methods Limitations Readings: See Website Lidar DEMs: Understanding the Returns The laser pulse travel can travel through trees before

More information

Example 1: Duwakot-Nepal

Example 1: Duwakot-Nepal Example 1: Duwakot-Nepal A field survey of the vulnerability of buildings was conducted by the students of the area Changnarayan, Duwakot in Kathmandu Valley, Nepal under the guidance of the researchers

More information

Dijkstra's Algorithm

Dijkstra's Algorithm Shortest Path Algorithm Dijkstra's Algorithm To find the shortest path from the origin node to the destination node No matrix calculation Floyd s Algorithm To find all the shortest paths from the nodes

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

Exercise 03 Creating and Editing Shapefiles Assigned Feb. 2, 2018 Due Feb. 9, 2018

Exercise 03 Creating and Editing Shapefiles Assigned Feb. 2, 2018 Due Feb. 9, 2018 Exercise 03 Creating and Editing Shapefiles Assigned Feb. 2, 2018 Due Feb. 9, 2018 On the class website I've posted an exercise_03_data.zip file which contains a USGS 7.5' quad map of Laramie (as laramie_quad_usgs_1963.tiff)

More information

Exterior Orientation Parameters

Exterior Orientation Parameters Exterior Orientation Parameters PERS 12/2001 pp 1321-1332 Karsten Jacobsen, Institute for Photogrammetry and GeoInformation, University of Hannover, Germany The georeference of any photogrammetric product

More information

Spatial Data Models. Raster uses individual cells in a matrix, or grid, format to represent real world entities

Spatial Data Models. Raster uses individual cells in a matrix, or grid, format to represent real world entities Spatial Data Models Raster uses individual cells in a matrix, or grid, format to represent real world entities Vector uses coordinates to store the shape of spatial data objects David Tenenbaum GEOG 7

More information

Lecture 6: GIS Spatial Analysis. GE 118: INTRODUCTION TO GIS Engr. Meriam M. Santillan Caraga State University

Lecture 6: GIS Spatial Analysis. GE 118: INTRODUCTION TO GIS Engr. Meriam M. Santillan Caraga State University Lecture 6: GIS Spatial Analysis GE 118: INTRODUCTION TO GIS Engr. Meriam M. Santillan Caraga State University 1 Spatial Data It can be most simply defined as information that describes the distribution

More information

Remote Sensing in an

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

More information

Restricted Bathymetric Tracklines Interpolation

Restricted Bathymetric Tracklines Interpolation Restricted Bathymetric Tracklines Interpolation Wenli Li, W. Randolph Franklin, Salles V. G. Magalhães, Marcus V. A. Andrade Rensselaer Polytechnic Institute liw9@rpi.edu, mail@wrfranklin.org, vianas2@rpi.edu,

More information

First Exam Thurs., Sept 28

First Exam Thurs., Sept 28 First Exam Thurs., Sept 28 Combination of multiple choice questions and map interpretation. Bring a #2 pencil with eraser. Based on class lectures supplementing chapter. Review lecture presentations 9.

More information

LECTURE TWO Representations, Projections and Coordinates

LECTURE TWO Representations, Projections and Coordinates LECTURE TWO Representations, Projections and Coordinates GEOGRAPHIC COORDINATE SYSTEMS Why project? What is the difference between a Geographic and Projected coordinate system? PROJECTED COORDINATE SYSTEMS

More information

Generate Digital Elevation Models Using Laser Altimetry (LIDAR) Data. Christopher Weed

Generate Digital Elevation Models Using Laser Altimetry (LIDAR) Data. Christopher Weed Generate Digital Elevation Models Using Laser Altimetry (LIDAR) Data Christopher Weed Final Report EE 381K Multidimensional Digital Signal Processing December 11, 2000 Abstract A Laser Altimetry (LIDAR)

More information

FREE TUTORING. Digitizing a Map. 8 Geographers Tools: Automated Mapping. The Digitized Map. Revising a Digitized Map 9/28/2018. Next class: First Exam

FREE TUTORING. Digitizing a Map. 8 Geographers Tools: Automated Mapping. The Digitized Map. Revising a Digitized Map 9/28/2018. Next class: First Exam Next class: First Exam Tuesday, October 2, 2018. Combination of multiple choice questions and map interpretation. Bring a #2 pencil with eraser. Based on class lectures supplementing Chapter 1. Review

More information

GEON LiDAR Workflow (GLW) Users Guide

GEON LiDAR Workflow (GLW) Users Guide GEON LiDAR Workflow (GLW) Users Guide Joshua Coyan Christopher Crosby Ramón Arrowsmith School of Earth and Space Exploration Arizona State University 24 October 2007 http://lidar.asu.edu Table of Contents

More information

Topographic Lidar Data Employed to Map, Preserve U.S. History

Topographic Lidar Data Employed to Map, Preserve U.S. History OCTOBER 11, 2016 Topographic Lidar Data Employed to Map, Preserve U.S. History In August 2015, the National Park Service (NPS) contracted Woolpert for the Little Bighorn National Monument Mapping Project

More information

Outline of Presentation. Introduction to Overwatch Geospatial Software Feature Analyst and LIDAR Analyst Software

Outline of Presentation. Introduction to Overwatch Geospatial Software Feature Analyst and LIDAR Analyst Software Outline of Presentation Automated Feature Extraction from Terrestrial and Airborne LIDAR Presented By: Stuart Blundell Overwatch Geospatial - VLS Ops Co-Author: David W. Opitz Overwatch Geospatial - VLS

More information

Central Coast LIDAR Project, 2011 Delivery 1 QC Analysis LIDAR QC Report February 17 th, 2012

Central Coast LIDAR Project, 2011 Delivery 1 QC Analysis LIDAR QC Report February 17 th, 2012 O R E G O N D E P A R T M E N T O F G E O L O G Y A N D M I N E R A L I N D U S T R I E S OLC Central Coast Delivery 1 Acceptance Report. Department of Geology & Mineral Industries 800 NE Oregon St, Suite

More information