AUTOMATED MAPPING OF LAND COMPONENTS FROM DIGITAL ELEVATION DATA

Size: px
Start display at page:

Download "AUTOMATED MAPPING OF LAND COMPONENTS FROM DIGITAL ELEVATION DATA"

Transcription

1 EARTH SURFACE PROCESSES AND LANDFORMS, VOL. 20, (1995) AUTOMATED MAPPING OF LAND COMPONENTS FROM DIGITAL ELEVATION DATA J. R. DYMOND, R. C. DEROSE AND G. R. HARMSWORTH Manaaki Whenua - Landcare Research, Privare Bag 11052, Palmersron North. New Zealand Received 22 February 1993 Revised 14 March 1994 ABSTRACT An algorithm for automating the mapping of land components from digital elevation data is described. Land components are areas of relatively uniform slope and aspect and often correspond with ridge crests, shoulders, head slopes, back slopes or foot slopes. Aspect regions, which generally span from stream to ridge, are first identified by generalizing an aspect map derived from digital elevation data. The aspect regions are then split successively into land components by grouping pixels above or below an automatically determined contour of elevation or distance from stream. The contour approximates a slope break. The land components mapped in this way give a complete polygonization of a hilly landscape and are a reasonable approximation of manually mapped land components. KEY WORDS: land component; digital elevation data; landform mapping INTRODUCTION Mapping of landforms in geomorplk analysis has traditionally been done using stereoscopic interpretation of aerial photographs. This manual method is slow and labour intensive. Now that digital elevation data, or digital terrain models (DTMs), are becoming more available, automated methods of landform mapping are being investigated in order to speed up landform mapping and reduce costs. A number of authors have developed automatic methods to identify various singular terrain features: valley heads by Tribe (1 99 1); streams by Mark (1 984), O Callaghan and Mark (1 984), Palacios-Velez and Cuevas-Renaud (1986) and Tarboton et al. (1991); ridges by Dymond (1992) and Riazanoff et al. (1988); watersheds by Jensorl and Domingue (1988), Jones et al. (1990) and Band (1986); and strike ridges and fluvial deposits by Chorowicz et al. (1989). However, no progress has yet been reported on general landform recognition which would enable a landscape to be completely and automatically subdivided into its constituent landforms. This is largely attributable to the mathematical complexity involved in representing landform shape. The land resources of New Zealand have been mapped at a scale of 1: by manually identifying and drawing polygon boundaries around resource units, using stereo aerial photographs. For each resource unit, rock type, soil type, vegetation, slope angle, erosion and an assessment of land use capability are recorded (National Water and Soil Conservation Organisation, 1979). The polygons have relatively uniform resource attributes and hence similar land management requirements. The multifactor polygon method is very data efficient and has permitted all of New Zealand to be mapped and stored in an ARC/ INFO geographic information system. The database has proved to be an invaluable aid to regional planners nationwide. Yet there is a need for more detailed information. Regional planners have expressed a desire for the land units to be further subdivided and resource attributes determined for the more numerous land components, to facilitate planning at farm scales. The extra detail of mapping multiplies many times the CCC /95/ by John Wiley & Sons, Ltd

2 132 J. R. DYMOND, R. C. DEROSE AND G. R. HARMSWORTH Figure 1. Data flow of algorithm that produces land components from digital elevation data

3 MAPPING OF LAND COMPONENTS 133 effort required and provides the motivation for developing a method for automatic mapping of land components. Following earlier work by Christian (1 983), Harmsworth et al. (1992) conceptualized the landscape as a hierarchical assemblage of landforms comprising (from largest to smallest) land regions, land systems, land units, land components and land elements. Land units are usually synonymous with landforms, typically portrayed at scales between and 1: Land elements are the smallest practical unit at a given scale of mapping; for a raster DTM this would be the pixel (Lamb et al., 1987), and for a triangulated irregular network (TIN) DTM it would be a DeLaunay triangle (McCullagh, 1988). The land component is an intermediate subdivision and typically is associated with ridge crests, shoulders, head slopes, backslopes and foot slopes (Gerrard, 1990). Land components are usually mapped at scales between and 1 : Although land units are difficult to map automatically, because of difficulties in recognizing surface shape, it is possible to develop algorithms to automatically map land components as they are essentially areas of homogeneous aspect and slope. This paper describes the implementation of an algorithm which automatically maps land components from a raster DTM. ALGORITHM The algorithm essentially identifies areas of land that have approximately constant aspect and slope. It begins as shown in Figure 1, with a per pixel classification of an aspect image into nine different aspect classes (eight aspect classes of 45" each and an additional class of pixels with slope angles below 4"). The aspect classification performs a good first cut of the landscape, as shown in Figure 1, regionalizing many major land units that stretch from ridge to stream. This classification, however, also produces many regions that are much smaller than typical land components, which need to be dissolved. This is done by finding all the regions below a given size (e.g. 100 pixels) and, for each small region in turn, replacing all the pixels in it with the most commonly occurring aspect on the perimeter of the region (using four connectivity as described by Gonzalez and Wintz, 1987). Pixels on the perimeter of a small region that are streams or ridges, or are touching streams or ridges in the small region, are not included in the calculation for the most commonly occurring aspect on the perimeter. This prevents aspect regions from going across stream or ridge boundaries. The generalized aspect regions are then split into lower and upper slopes, where there is a significant difference in the slope angles. A given elevation threshold, which separates the upper from the lower slopes, is varied between the minimum and the maximum elevation in the aspect region, in order to find the best potential split. If there is a significant difference between the upper and lower slope angles at the best potential split, then the aspect region splits into two separate land components. This process is repeated, permitting seven types of land component: (1) main slope, (2) upper slope, (3) lower slope, (4) upper lower slope, (5) lower lower slope, (6) upper upper slope, and (7) lower upper slope. The key to the algorithm is doing the split on an attribute that varies slowly in space (hence preserving the lumping of the pixels into regions) and upon which slope angles have a strong dependence. The attributes 'elevation' and 'distance from stream' both satisfy the requirements and are candidates for use. GENERALIZING ASPECT We generalized the aspect regions using a region growing algorithm similar to that described by Bailey (1991) and Gonzalez and Wintz (1987). Each aspect region in turn is scanned and all regions below a given area (1 00 pixels) are replaced with the most commonly occurring aspect on the perimeter, using four connectivity. Pixels on the perimeter of the small region that are streams or ridges, or are touching streams and ridges in the small region, are excluded from the calculation of the most commonly occurring pixel. An example is worked in Figure 2. This exclusion rule prevents aspect regions from going across stream or ridge boundaries. Streams and ridges can be extracted from a flow accumulation image (Jenson and Domingue, 1988) which gives the catchment area above any pixel in the DTM. Streams are defined as all pixels with flow

4 (2 134 J. R. DYMOND, R. C. DEROSE AND G. R. HARMSWORTH Figure 2. Example of dissolving a small region of Is where the numbers in bold italics occur on a ridge. Number of 2s on the perimeter = (total 4) ~ ridges) - ( I touching ridge) = 1. Number of 3s on perimeter. = 3. No of 4s on perimeter = 1. Most common on perimeter are 3s, therefore replace Is with 3s accumulation exceeding a given catchment area and ridges as all pixels with zero flow accumulation. Although the ridge network, mapped in this way, will include many minor ridges (Dymond, 1992), this is not critical to the generalization. The generalizing program may need to be run several times before all the small regions are dissolved. This is usually the case when the aspect data are noisy and many small aspect regions cluster together. In this circumstance, many of the small regions in a cluster merely become assigned to one of the small aspect regions in the cluster after the first generalization. Towards the end of the generalization it may also be necessary to drop the rule which excludes ridges and boundaries in the calculation of the most commonly occurring aspect on the perimeter, so that all small aspect regions are successfully dissolved. SLOPE DIVISION Splitting of aspect regions into upper and lower slopes requires either elevation or distance from stream data. For this section we will assume that the slope division is based on elevation data. Within a given aspect region, upper slope pixels separate from lower slope pixels, on the basis of being either greater or less than a given elevation, which we call the split elevation. The split elevation is varied at an appropriate interval (e.g. every 5 m) from the minimum to the maximum in the aspect region, to find the split that gives the greatest difference between upper and lower slope angles. Minimizing the average variance gives the greatest difference where: 1 11 Average variance = - S,)2 + c (S1- $)* /(nl, + nl) I = 1 where S, is the slope angle of an upper slope pixel, s, is the mean slope angle of the upper slope pixels, SI is the slope angle of a lower slope pixel, s1 is the mean slope angle of the lower slope pixels, nu is the number of upper slope pixels and nl is the number of lower slope pixels. The split elevation value that gives the smallest average variance is then evaluated to see if the difference between the upper and lower slope angles is significant. The aspect region is then divided into upper and lower land components at this elevation, provided that: (a) (average variance) < O.l*(no split variance); and (b) nl > 100 and nl > (nl + n,)/20; and (c) nu > 100 and 12, > (nl + nu)/20. where the no split variance is the total variance of upper and lower slope angles.

5 Plate 1. Land components automatically generated from a 512 x 512 window of 12.5m DTM

6 MAPPING OF LAND COMPONENTS 135 The variance reduction threshold of 0.1 may be made smaller if the algorithm produces too many land components. The minimum size of a land component may also be varied, both as an absolute value (100 used here) and as a fraction of the total aspect region size (lj20 used here). The conditions above are satisfactory where only one split of the aspect region is needed, that is, where only an upper and lower land component exist. However, where three or four land components exist in the aspect region, then a further split of land components is required. To facilitate a double splitting procedure, the following conditions, if satisfied, also permit the most promising split to be effected as an alternative to the earlier condition: (a) (upper slope variance) < O.l*(no split variance) or (lower slope variance) < O.l*(no split variance); and (b) nl > 100 and nl > (nl + n,)/20; and (c) nu > 100 and nu > (nl + nu)/20. These conditions permit a split which separates one land component from several others. After running the splitting procedure twice, there are seven possible types of land component: main slope, upper slope, lower slope, lower or upper upper slope, and lower or upper lower slope. These seven types combine with the 13 aspect classes to form 91 possible land component codes. RESULTS We ran the algorithm on two DTMs described by Dymond et al. (1992) and visually evaluated the resulting land component maps. The Wanganui DTM was produced from 20 m digital contours, which were interpolated using an algorithm described by Letts and Rochon (1980) to produce a 12.5m raster DTM. An analytical stereoplotter was used to capture the contours from stereo aerial photographs. We applied the algorithm described in this paper to a 512 by 512 window of the DTM using eight aspect classes and using the attribute elevation to split the slopes (Plate 1). The land components are realistic and give a complete subdivision of the landscape. Often they correspond with ridge crests, shoulders, head slopes, back slopes or foot slopes. Ridges and streams occur precisely on land component boundaries. However, slope breaks are mapped approximately only, as they are constrained to lie along contour lines, which is not always the case in reality. Nevertheless, the land components compare reasonably well to those that would be mapped from stereoscopic interpretation of aerial photographs. An analytical stereoplotter captured the Makahu DTM from stereo aerial photographs. Points recorded at the corners of tesselated triangles and breaklines were interpolated to form a 2 m grid DTM (636 by 699 points). We first applied the algorithm using eight aspect classes and using elevation as the attribute to control the splitting of slopes. The resulting land component map did not identify some field mapped land components, and some of the slope break boundaries were not very realistic because the natural slope breaks were parallel to steeply inclined ridges. We repeated the procedure with 12 aspect classes and the attribute distance from stream to split the slopes. The resulting land component map was a great improvement on the earlier one and identified land components similar to field mapped components. A portion of the Makahu land component map was examined in detail by transferring land component boundaries onto aerial photographs (scale 1 :2600). While the majority of the 80 boundaries corresponded to beaks in slope that would have been mapped by manual stereoscopic interpretation, 10 per cent did not correspond to any apparent break, and 8 per cent of boundaries were missing. DISCUSSION We have produced an algorithm which generates a land component map from a DTM. The algorithm implicitly assumes a hilly landscape because the aspect regions, which split into land components, usually span from stream to ridge. Division of valleys into land components requires a different method.

7 136 J. R. DYMOND, R. C. DEROSE AND G. R. HARMSWORTH Boundaries separating land components in an aspect region are confined to lie along contours of either elevation or distance from stream. Although not all natural slope breaks can be identified in this way, the land component map is still useful where a general subdivision of the landscape is required without precisely located slope breaks. This might be the case for a raster-based landscape model (e.g. sedimentation/erosion model) which, when converted to a polygon-based model, would produce considerable disk and computational savings. The algorithm is presently encoded in FORTRAN and implemented on a MicroVax I1 which has 10 megabytes of memory. The algorithm requires all files to be memory resident because of the random access requirement of region growing. The 10 megabytes of memory effectively limits the algorithm to images below 1000 lines and 1000 pixels in size. Above this the algorithm begins to take a long time to execute. This is less of a constraint on workstations with large memory. CONCLUSIONS Land components in hilly terrain can be automatically mapped from DTMs using an algorithm which first creates aspect regions by generalizing an aspect map. These aspect regions can be divided into land components by grouping all pixels above or below an automatically determined contour, which approximates a slope break. Either elevation contours or contours of distance from stream may be used. The land components mapped in this way give a complete polygonization of a hilly landscape and are a reasonable approximation of manually mapped land components using stereo photo-interpretation. ACKNOWLEDGEMENTS This research was funded by the Foundation for Research, Science and Technology, New Zealand, under contract C REFERENCES Bailey, D. G Raster Based Region Growing, Proceedings of the 6th New Zealand Image Processing Workshop, DSIR Physical Sciences, Lower Hutt, Band, L. E Topographic partition of watersheds with digital elevation models, Water Re.rources Research, 22, Chorowicz, J., Kim, J., Manoussis, S., Rudant, J.-P., Foin, P. and Veillet, I A new technique for recognition of geological and geomorphological patterns in digital terrain models, Remote Sensing ofthe Environment, 29, Christian, C. S The Australian approach to environmental mapping: a reprint, CSIRO Division of Water and Land Resources Technical Memo 83/5. Dymond, J. R Ridges extracted from DTMs, Proceedings of the 6th Australasian Remote Sensing Conference, Wellington, New Zealand, Vol. 3, Dymond, J. R., DeRose, R. C. and Trotter, C. M DTMs for terrain evaluation, Geocarto International, 7, Gerrard, A. J Soil variations on hillslopes in humid temperate climates, Geomorphology, 3, Gonzalez, R. F. and Wintz, P Digital Image Processing, 2nd ed, Addison Wesley, Reading, Massachusetts. Hamsworth, G. R., McLeod, M., Page, M. J., Rijkse, W. C. and Dymond, J. R Development of methods for collecting land resource data in the Gishorne-East Cape Region of New Zealand, DSIR Land Resource Technical Record 96, DSIR Land Resources, Palmerston North, New Zealand. Jenson, S. K. and Domingue, J Extracting topographic structure from digital elevation data for Geographic Information System Analysis, Photogramnzetric Engineering and Remote Sensing, 54, Jones, N. L., Wright, S. G., and Maidment, D. R Watershed delineation with triangle-based terrain models, Journal ofhydraulic Engineering, 116, Lamb, A. D., Malan, 0. G. and Merry, C. K Application of image processing techniques to digital elevation models of Southern Africa, South African Journal of Science, 83, Letts, P. J., and Rochon, G Generation and use of digital elevation data for large areas, Proceedings of the 6th Canadian Symposium on Remote Sensing, Halifax, Nova Scotia, Mark, D. M Automated detection of drainage networks from digital elevation models, Cartographica, 21, McCullagh, M. J Terrain and surface modelling systems: theory and practice, Photogranmefric Record, 12, National Water and Soil Conservation Organization, Our land resources, Ministry of Works and Development (c/o Manaaki: Whenua - Landcare Research, Palmerston North, New Zealand), 79pp. O Callaghan, J. F. and Mark, D. M The extraction of drainage networks from digital elevation data, Computer Vision, Graphics and Image processing, 28,

8 MAPPING OF LAND COMPONENTS 137 Palacios-Velez, 0. L. and Cuevas-Renaud, B Automated river-course, ridge and basin delineation from digital elevation data, Journal of Hydrology, 86, Riazanoff, S., Cervelle, B. and Chorowicz, J Ridge and valley line extraction from digital terrain models, International Journal of Remote Sensing, 9, Tarboton, D. G., Bras, R. L. and Rodriguez-Iturbe, I On the extraction of channel networks from digital elevation data, Hydrological Processes, 5, Tribe, A Automated recognition of valley heads from digital elevation models, Earth Surface Processes and Landforms, 16,

3D Model of the City Using LiDAR and Visualization of Flood in Three-Dimension

3D Model of the City Using LiDAR and Visualization of Flood in Three-Dimension 3D Model of the City Using LiDAR and Visualization of Flood in Three-Dimension R.Queen Suraajini, Department of Civil Engineering, College of Engineering Guindy, Anna University, India, suraa12@gmail.com

More information

Landforms form an integral part

Landforms form an integral part Landform classification using GIS by Karsten Drescher, Terralogix Consulting, and Willem de Frey, Ekoinfo Refining existing landform classifications using ESRI s model builder. Landforms form an integral

More information

GEOENGINE MSc in Geomatics Engineering (Master Thesis) Anamelechi, Falasy Ebere

GEOENGINE MSc in Geomatics Engineering (Master Thesis) Anamelechi, Falasy Ebere Master s Thesis: ANAMELECHI, FALASY EBERE Analysis of a Raster DEM Creation for a Farm Management Information System based on GNSS and Total Station Coordinates Duration of the Thesis: 6 Months Completion

More information

5. GIS, Cartography and Visualization of Glacier Terrain

5. GIS, Cartography and Visualization of Glacier Terrain 5. GIS, Cartography and Visualization of Glacier Terrain 5.1. Garhwal Himalayan Glaciers 5.1.1. Introduction GIS is the computer system for capturing, storing, analyzing and visualization of spatial and

More information

Raster Data Structures

Raster Data Structures Raster Data Structures Tessellation of Geographical Space Geographical space can be tessellated into sets of connected discrete units, which completely cover a flat surface. The units can be in any reasonable

More information

Impact of water harvesting dam on the Wadi s morphology using digital elevation model Study case: Wadi Al-kanger, Sudan

Impact of water harvesting dam on the Wadi s morphology using digital elevation model Study case: Wadi Al-kanger, Sudan Impact of water harvesting dam on the Wadi s morphology using digital elevation model Study case: Wadi Al-kanger, Sudan H. S. M. Hilmi 1, M.Y. Mohamed 2, E. S. Ganawa 3 1 Faculty of agriculture, Alzaiem

More information

Notable near-global DEMs include

Notable near-global DEMs include Visualisation Developing a very high resolution DEM of South Africa by Adriaan van Niekerk, Stellenbosch University DEMs are used in many applications, including hydrology [1, 2], terrain analysis [3],

More information

Introduction to GIS (Basics, Data, Analysis) & Case Studies. 13 th May 2004. Content. What is GIS?

Introduction to GIS (Basics, Data, Analysis) & Case Studies. 13 th May 2004. Content. What is GIS? Introduction to GIS (Basics, Data, Analysis) & Case Studies 13 th May 2004 Content Introduction to GIS Data concepts Data input Analysis Applications selected examples What is GIS? Geographic Information

More information

ANALYSIS OF POSTFIRE SALVAGE LOGGING, WATERSHED CHARACTERISTICS, AND SEDIMENTATION IN THE STANISLAUS NATIONAL FOREST

ANALYSIS OF POSTFIRE SALVAGE LOGGING, WATERSHED CHARACTERISTICS, AND SEDIMENTATION IN THE STANISLAUS NATIONAL FOREST Yue Hong Chou. Department of Earth Sciences University of California Riverside, CA 92521 Tel: (909)787-5513 Fax: (909)787-5513 Susan G. Conard Peter M. Wohlgemuth Forest Fire Laboratory USDA Forest Service

More information

3D Building Roof Extraction From LiDAR Data

3D Building Roof Extraction From LiDAR Data 3D Building Roof Extraction From LiDAR Data Amit A. Kokje Susan Jones NSG- NZ Outline LiDAR: Basics LiDAR Feature Extraction (Features and Limitations) LiDAR Roof extraction (Workflow, parameters, results)

More information

APPLYING COMPUTER VISION TECHNIQUES TO TOPOGRAPHIC OBJECTS

APPLYING COMPUTER VISION TECHNIQUES TO TOPOGRAPHIC OBJECTS APPLYING COMPUTER VISION TECHNIQUES TO TOPOGRAPHIC OBJECTS Laura Keyes, Adam Winstanley Department of Computer Science National University of Ireland Maynooth Co. Kildare, Ireland lkeyes@cs.may.ie, Adam.Winstanley@may.ie

More information

Multi-scale upscaling approaches of soil properties from soil monitoring data

Multi-scale upscaling approaches of soil properties from soil monitoring data local scale landscape scale forest stand/ site level (management unit) Multi-scale upscaling approaches of soil properties from soil monitoring data sampling plot level Motivation: The Need for Regionalization

More information

Metadata for Big River Watershed Geologic and Geomorphic Data

Metadata for Big River Watershed Geologic and Geomorphic Data Metadata for Big River Watershed Geologic and Geomorphic Data Metadata are descriptions and information regarding compiled data. This appendix contains the metadata that describes the compiled data used

More information

GIS Feature Classes For MMTB - Nga Aho Rangahau SFF Project

GIS Feature Classes For MMTB - Nga Aho Rangahau SFF Project Layer ID Layer 1 New Zealand coastline 2 Boundary of the Maniapoto rohe 3 Roads layer from topographic maps 4 Digital elevation model (15m resolution) 5 Hillshade (15m resolution) 6 Landform elements -

More information

Plan Plus Volume 1 No 1 2002 (117-123)

Plan Plus Volume 1 No 1 2002 (117-123) Plan Plus Volume 1 No 1 2002 (117-123) APPLICATION OF GIS (GEOGRAPHIC INFORMATION SYSTEM) FOR LANDSLIDE HAZARD ZONATION AND MAPPING DISASTER PRONE AREA: A STUDY OF KULEKHANI WATERSHED, NEPAL Purna Chandra

More information

Remote Sensing, GPS and GIS Technique to Produce a Bathymetric Map

Remote Sensing, GPS and GIS Technique to Produce a Bathymetric Map Remote Sensing, GPS and GIS Technique to Produce a Bathymetric Map Mark Schnur EES 5053 Remote Sensing Fall 2007 University of Texas at San Antonio, Department of Earth and Environmental Science, San Antonio,

More information

WHAT IS GIS - AN INRODUCTION

WHAT IS GIS - AN INRODUCTION WHAT IS GIS - AN INRODUCTION GIS DEFINITION GIS is an acronym for: Geographic Information Systems Geographic This term is used because GIS tend to deal primarily with geographic or spatial features. Information

More information

Optimal Cell Towers Distribution by using Spatial Mining and Geographic Information System

Optimal Cell Towers Distribution by using Spatial Mining and Geographic Information System World of Computer Science and Information Technology Journal (WCSIT) ISSN: 2221-0741 Vol. 1, No. 2, -48, 2011 Optimal Cell Towers Distribution by using Spatial Mining and Geographic Information System

More information

GIS Analysis of Macro Landform

GIS Analysis of Macro Landform GIS Analysis of Macro Landform Lars Brabyn Department of Geography University of Waikato, Hamilton, New Zealand. Phone: +64 7 8384466, Fax: +64 7 8384633 Email: larsb@waikato.ac.nz Presented at the 10th

More information

John F. Cotton College of Architecture & Environmental Design California Polytechnic State University San Luis Obispo, California JOHN F.

John F. Cotton College of Architecture & Environmental Design California Polytechnic State University San Luis Obispo, California JOHN F. SO L I DMO D E L I N GAS A TO O LFO RCO N S T RU C T I N SO G LA REN V E LO PE S by John F. Cotton College of Architecture & Environmental Design California Polytechnic State University San Luis Obispo,

More information

Watershed Delineation

Watershed Delineation ooooo Appendix D: Watershed Delineation Department of Environmental Protection Stream Survey Manual 113 Appendix D: Watershed Delineation Imagine a watershed as an enormous bowl. As water falls onto the

More information

NEW DIGITAL TERRAIN MODELING (DTM) TOOLS FOR CABLE ROUTE PLANNING by Dr. Jose M. Andres Makai Ocean Engineering Inc.

NEW DIGITAL TERRAIN MODELING (DTM) TOOLS FOR CABLE ROUTE PLANNING by Dr. Jose M. Andres Makai Ocean Engineering Inc. NEW DIGITAL TERRAIN MODELING (DTM) TOOLS FOR CABLE ROUTE PLANNING by Dr. Jose M. Andres Makai Ocean Engineering Inc. EXISTING CABLE ROUTE PLANNING TOOLS In recent years, methods used for submarine cable

More information

Understanding Raster Data

Understanding Raster Data Introduction The following document is intended to provide a basic understanding of raster data. Raster data layers (commonly referred to as grids) are the essential data layers used in all tools developed

More information

Abaya-Chamo Lakes Physical and Water Resources Characteristics, including Scenarios and Impacts

Abaya-Chamo Lakes Physical and Water Resources Characteristics, including Scenarios and Impacts LARS 2007 Catchment and Lake Research Abaya-Chamo Lakes Physical and Water Resources Characteristics, including Scenarios and Impacts Seleshi Bekele Awulachew International Water Management Institute Introduction

More information

Introduction to GIS. Dr F. Escobar, Assoc Prof G. Hunter, Assoc Prof I. Bishop, Dr A. Zerger Department of Geomatics, The University of Melbourne

Introduction to GIS. Dr F. Escobar, Assoc Prof G. Hunter, Assoc Prof I. Bishop, Dr A. Zerger Department of Geomatics, The University of Melbourne Introduction to GIS 1 Introduction to GIS http://www.sli.unimelb.edu.au/gisweb/ Dr F. Escobar, Assoc Prof G. Hunter, Assoc Prof I. Bishop, Dr A. Zerger Department of Geomatics, The University of Melbourne

More information

Topographic Survey. Topographic Survey. Topographic Survey. Topographic Survey. CIVL 1101 Surveying - Introduction to Topographic Modeling 1/8

Topographic Survey. Topographic Survey. Topographic Survey. Topographic Survey. CIVL 1101 Surveying - Introduction to Topographic Modeling 1/8 IVL 1 Surveying - Introduction to Topographic Modeling 1/8 Introduction Topography - defined as the shape or configuration or relief or three dimensional quality of a surface Topography maps are very useful

More information

Abstract INTRODUCTION

Abstract INTRODUCTION GIS in water resources: stormwater master plan T. V. Hromadka II Senior Managing Editor, Failure Analysis Associates, Newport Beach, California, and Professor of Mathematics and Environmental Studies,

More information

TUTORIAL MOVE 2009.1: 3D MODEL CONSTRUCTION FROM SURFACE GEOLOGICAL DATA

TUTORIAL MOVE 2009.1: 3D MODEL CONSTRUCTION FROM SURFACE GEOLOGICAL DATA UNIVERSITÁ DEGLI STUDI DI MILANO FACOLTÀ DI SCIENZE MATEMATICHE FISICHE E NATURALI DIPARTIMENTO DI SCIENZE DELLA TERRA ARDITO DESIO TUTORIAL MOVE 2009.1: 3D MODEL CONSTRUCTION FROM SURFACE GEOLOGICAL DATA

More information

720 Contour Grading. General. References. Resources. Definitions

720 Contour Grading. General. References. Resources. Definitions 720 Contour Grading General Contour grading directs water to a desired point, prevents erosion, provides noise deflection, provides visual fit of the facility into the landscape, and protects desirable

More information

INTEGRATED ANALYTICAL HIERARCHY PROCESS MODELING OF WATERSHEDS FOR ENVIRONMENTALLY SUSTAINABLE DEVELOPMENT

INTEGRATED ANALYTICAL HIERARCHY PROCESS MODELING OF WATERSHEDS FOR ENVIRONMENTALLY SUSTAINABLE DEVELOPMENT INTEGRATED ANALYTICAL HIERARCHY PROCESS MODELING OF WATERSHEDS FOR ENVIRONMENTALLY SUSTAINABLE DEVELOPMENT Rao Kumar Raghavendra 1 1 Professor & Head, Department of Civil Engineering, New Horizon College

More information

LIDAR and Digital Elevation Data

LIDAR and Digital Elevation Data LIDAR and Digital Elevation Data Light Detection and Ranging (LIDAR) is being used by the North Carolina Floodplain Mapping Program to generate digital elevation data. These highly accurate topographic

More information

Topographic Maps Practice Questions and Answers Revised October 2007

Topographic Maps Practice Questions and Answers Revised October 2007 Topographic Maps Practice Questions and Answers Revised October 2007 1. In the illustration shown below what navigational features are represented by A, B, and C? Note that A is a critical city in defining

More information

DOÑA ANA COUNTY DESIGN STORM CRITERIA GUIDELINES FOR COMMERCIAL AND RESIDENTIAL SITES. Run-off Analysis Methods

DOÑA ANA COUNTY DESIGN STORM CRITERIA GUIDELINES FOR COMMERCIAL AND RESIDENTIAL SITES. Run-off Analysis Methods DOÑA ANA COUNTY DESIGN STORM CRITERIA GUIDELINES FOR COMMERCIAL AND RESIDENTIAL SITES Run-off Analysis Methods This document sets forth the minimum design, technical criteria and specifications for the

More information

Deliverable 2.1: Multi-scale framework and indicators of hydromorphological processes and forms

Deliverable 2.1: Multi-scale framework and indicators of hydromorphological processes and forms 4 DELINEATION OF SPATIAL UNITS. 4.1 Regional Context: At this scale, no delineation is strictly necessary, since most catchments will fall within a single biogeographic region (various regionalisations

More information

DATA VISUALIZATION GABRIEL PARODI STUDY MATERIAL: PRINCIPLES OF GEOGRAPHIC INFORMATION SYSTEMS AN INTRODUCTORY TEXTBOOK CHAPTER 7

DATA VISUALIZATION GABRIEL PARODI STUDY MATERIAL: PRINCIPLES OF GEOGRAPHIC INFORMATION SYSTEMS AN INTRODUCTORY TEXTBOOK CHAPTER 7 DATA VISUALIZATION GABRIEL PARODI STUDY MATERIAL: PRINCIPLES OF GEOGRAPHIC INFORMATION SYSTEMS AN INTRODUCTORY TEXTBOOK CHAPTER 7 Contents GIS and maps The visualization process Visualization and strategies

More information

CSDMS TauDEM Clinic "Hands On" Exercise

CSDMS TauDEM Clinic Hands On Exercise CSDMS TauDEM Clinic "Hands On" Exercise David Tarboton, dtarb@usu.edu Utah State University Goal Be able to use TauDEM tools to derive hydrologically useful information from Digital Elevation Models (DEMs)

More information

A quick overview of geographic information systems (GIS) Uwe Deichmann, DECRG <udeichmann@worldbank.org>

A quick overview of geographic information systems (GIS) Uwe Deichmann, DECRG <udeichmann@worldbank.org> A quick overview of geographic information systems (GIS) Uwe Deichmann, DECRG Why is GIS important? A very large share of all types of information has a spatial component ( 80

More information

A GIS helps you answer questions and solve problems by looking at your data in a way that is quickly understood and easily shared.

A GIS helps you answer questions and solve problems by looking at your data in a way that is quickly understood and easily shared. A Geographic Information System (GIS) integrates hardware, software, and data for capturing, managing, analyzing, and displaying all forms of geographically referenced information. GIS allows us to view,

More information

Geography Gr 10 to Gr 12

Geography Gr 10 to Gr 12 Gr 10 to Gr 12 From Grade 10 to Grade 12 the subject of is offered in The NSC stream at the DSJ. In this regard the school has to follow the requirements and syllabii of the CAPS document for as set out

More information

SESSION 8: GEOGRAPHIC INFORMATION SYSTEMS AND MAP PROJECTIONS

SESSION 8: GEOGRAPHIC INFORMATION SYSTEMS AND MAP PROJECTIONS SESSION 8: GEOGRAPHIC INFORMATION SYSTEMS AND MAP PROJECTIONS KEY CONCEPTS: In this session we will look at: Geographic information systems and Map projections. Content that needs to be covered for examination

More information

Weed Survey and Mapping

Weed Survey and Mapping Weed Survey and Mapping The primary objective of weed surveying and mapping is to accurately identify and delineate land with populations of invasive plants or noxious weeds. These surveys allow land managers

More information

CHAPTER 4 EARTHWORK. Section I. PLANNING OF EARTHWORK OPERATIONS

CHAPTER 4 EARTHWORK. Section I. PLANNING OF EARTHWORK OPERATIONS CHAPTER 4 EARTHWORK Section I. PLANNING OF EARTHWORK OPERATIONS IMPORTANCE In road, railroad, and airfield construction, the movement of large volumes of earth (earthwork) is one of the most important

More information

Slope Density. Appendix F F-1 STATEMENT OF PURPOSE DISCUSSION OF SLOPE

Slope Density. Appendix F F-1 STATEMENT OF PURPOSE DISCUSSION OF SLOPE Appendix F Slope Density F-1 STATEMENT OF PURPOSE This document has been prepared with the intent of acquainting the general reader with the slope-density approach to determining the intensity of residential

More information

Digital Remote Sensing Data Processing Digital Remote Sensing Data Processing and Analysis: An Introduction and Analysis: An Introduction

Digital Remote Sensing Data Processing Digital Remote Sensing Data Processing and Analysis: An Introduction and Analysis: An Introduction Digital Remote Sensing Data Processing Digital Remote Sensing Data Processing and Analysis: An Introduction and Analysis: An Introduction Content Remote sensing data Spatial, spectral, radiometric and

More information

Improving Data Mining of Multi-dimension Objects Using a Hybrid Database and Visualization System

Improving Data Mining of Multi-dimension Objects Using a Hybrid Database and Visualization System Improving Data Mining of Multi-dimension Objects Using a Hybrid Database and Visualization System Yan Xia, Anthony Tung Shuen Ho School of Electrical and Electronic Engineering Nanyang Technological University,

More information

2D Modeling of Urban Flood Vulnerable Areas

2D Modeling of Urban Flood Vulnerable Areas 2D Modeling of Urban Flood Vulnerable Areas Sameer Dhalla, P.Eng. Dilnesaw Chekol, Ph.D. A.D. Latornell Conservation Symposium November 22, 2013 Outline 1. Toronto and Region 2. Evolution of Flood Management

More information

Representing Geography

Representing Geography 3 Representing Geography OVERVIEW This chapter introduces the concept of representation, or the construction of a digital model of some aspect of the Earth s surface. The geographic world is extremely

More information

REGIONAL CENTRE FOR TRAINING IN AEROSPACE SURVEYS (RECTAS) MASTER IN GEOINFORMATION PRODUCTION AND MANAGEMENT

REGIONAL CENTRE FOR TRAINING IN AEROSPACE SURVEYS (RECTAS) MASTER IN GEOINFORMATION PRODUCTION AND MANAGEMENT REGIONAL CENTRE FOR TRAINING IN AEROSPACE SURVEYS (RECTAS) MASTER IN GEOINFORMATION PRODUCTION AND MANAGEMENT PROGRAMME DESCRIPTION October 2014 1. The programme The academic programme shall be referred

More information

Digital Orthophoto Production In the Desktop Environment 1

Digital Orthophoto Production In the Desktop Environment 1 Digital Orthophoto Production In the Desktop Environment 1 By Dr. Roy A. Welch and Thomas R. Jordan Digital orthophotos are proving suitable for a variety of mapping, GIS and environmental monitoring tasks.

More information

A Method Using ArcMap to Create a Hydrologically conditioned Digital Elevation Model

A Method Using ArcMap to Create a Hydrologically conditioned Digital Elevation Model A Method Using ArcMap to Create a Hydrologically conditioned Digital Elevation Model High resolution topography derived from LiDAR data is becoming more readily available. This new data source of topography

More information

Environmental Remote Sensing GEOG 2021

Environmental Remote Sensing GEOG 2021 Environmental Remote Sensing GEOG 2021 Lecture 4 Image classification 2 Purpose categorising data data abstraction / simplification data interpretation mapping for land cover mapping use land cover class

More information

How To Teach Geology

How To Teach Geology A HANDS-ON APPROACH TO UNDERSTANDING TOPOGRAPHIC MAPS AND THEIR CONSTRUCTION Department of Geology and Environmental Science La Salle University Philadelphia, Pennsylvania This article originally appeared

More information

GEOGRAPHIC INFORMATION SYSTEMS

GEOGRAPHIC INFORMATION SYSTEMS GEOGRAPHIC INFORMATION SYSTEMS WHAT IS A GEOGRAPHIC INFORMATION SYSTEM? A geographic information system (GIS) is a computer-based tool for mapping and analyzing spatial data. GIS technology integrates

More information

SERVICES THAT MAY ONLY BE PERFORMED BY A NEW JERSEY PROFESSIONAL LAND SURVEYOR

SERVICES THAT MAY ONLY BE PERFORMED BY A NEW JERSEY PROFESSIONAL LAND SURVEYOR SERVICES THAT MAY ONLY BE PERFORMED BY A NEW JERSEY PROFESSIONAL LAND SURVEYOR 1. ANY MAP OR PLAN THAT SHOWS: Property Lines. NJSA 45:8-28(e), NJAC 13:40-1.3, 13:40-5.1 Locations of Existing Buildings

More information

Information Contents of High Resolution Satellite Images

Information Contents of High Resolution Satellite Images Information Contents of High Resolution Satellite Images H. Topan, G. Büyüksalih Zonguldak Karelmas University K. Jacobsen University of Hannover, Germany Keywords: satellite images, mapping, resolution,

More information

Aneeqa Syed [Hatfield Consultants] Vancouver GIS Users Group Meeting December 8, 2010

Aneeqa Syed [Hatfield Consultants] Vancouver GIS Users Group Meeting December 8, 2010 NEAR-REAL-TIME FLOOD MAPPING AND MONITORING SERVICE Aneeqa Syed [Hatfield Consultants] Vancouver GIS Users Group Meeting December 8, 2010 SLIDE 1 MRC Flood Service Project Partners and Client Hatfield

More information

Modelling, Extraction and Description of Intrinsic Cues of High Resolution Satellite Images: Independent Component Analysis based approaches

Modelling, Extraction and Description of Intrinsic Cues of High Resolution Satellite Images: Independent Component Analysis based approaches Modelling, Extraction and Description of Intrinsic Cues of High Resolution Satellite Images: Independent Component Analysis based approaches PhD Thesis by Payam Birjandi Director: Prof. Mihai Datcu Problematic

More information

Point Clouds: Big Data, Simple Solutions. Mike Lane

Point Clouds: Big Data, Simple Solutions. Mike Lane Point Clouds: Big Data, Simple Solutions Mike Lane Light Detection and Ranging Point Cloud is the Third Type of Data Vector Point Measurements and Contours Sparse, highly irregularly spaced X,Y,Z values

More information

SHOALS Toolbox: Software to Support Visualization and Analysis of Large, High-Density Data Sets

SHOALS Toolbox: Software to Support Visualization and Analysis of Large, High-Density Data Sets SHOALS Toolbox: Software to Support Visualization and Analysis of Large, High-Density Data Sets by Jennifer M. Wozencraft, W. Jeff Lillycrop, and Nicholas C. Kraus PURPOSE: The Coastal and Hydraulics Engineering

More information

Description of Simandou Archaeological Potential Model. 13A.1 Overview

Description of Simandou Archaeological Potential Model. 13A.1 Overview 13A Description of Simandou Archaeological Potential Model 13A.1 Overview The most accurate and reliable way of establishing archaeological baseline conditions in an area is by conventional methods of

More information

Guidance for Flood Risk Analysis and Mapping. Changes Since Last FIRM

Guidance for Flood Risk Analysis and Mapping. Changes Since Last FIRM Guidance for Flood Risk Analysis and Mapping Changes Since Last FIRM May 2014 This guidance document supports effective and efficient implementation of flood risk analysis and mapping standards codified

More information

Managing sewer flood risk

Managing sewer flood risk Managing sewer flood risk J. Ryu 1 *, D. Butler 2 1 Environmental and Water Resource Engineering, Department of Civil and Environmental Engineering, Imperial College, London, SW7 2AZ, UK 2 Centre for Water

More information

REGIONAL SEDIMENT MANAGEMENT: A GIS APPROACH TO SPATIAL DATA ANALYSIS. Lynn Copeland Hardegree, Jennifer M. Wozencraft 1, Rose Dopsovic 2 INTRODUCTION

REGIONAL SEDIMENT MANAGEMENT: A GIS APPROACH TO SPATIAL DATA ANALYSIS. Lynn Copeland Hardegree, Jennifer M. Wozencraft 1, Rose Dopsovic 2 INTRODUCTION REGIONAL SEDIMENT MANAGEMENT: A GIS APPROACH TO SPATIAL DATA ANALYSIS Lynn Copeland Hardegree, Jennifer M. Wozencraft 1, Rose Dopsovic 2 ABSTRACT: Regional sediment management (RSM) requires the capability

More information

Using D2K Data Mining Platform for Understanding the Dynamic Evolution of Land-Surface Variables

Using D2K Data Mining Platform for Understanding the Dynamic Evolution of Land-Surface Variables Using D2K Data Mining Platform for Understanding the Dynamic Evolution of Land-Surface Variables Praveen Kumar 1, Peter Bajcsy 2, David Tcheng 2, David Clutter 2, Vikas Mehra 1, Wei-Wen Feng 2, Pratyush

More information

Whitebox Geospatial Analysis Tools Tutorial Series. Tutorial 3: Streams and Watershed Extraction

Whitebox Geospatial Analysis Tools Tutorial Series. Tutorial 3: Streams and Watershed Extraction 1 Whitebox Geospatial Analysis Tools Tutorial Series Tutorial 3: Streams and Watershed Extraction 2 Tutorial version 1.0, March, 2010 Written by John Lindsay, Whitebox Geospatial Analysis Tools Project

More information

LiDAR Data Management Lessons for Geospatial Data Managers

LiDAR Data Management Lessons for Geospatial Data Managers LiDAR Data Management Lessons for Geospatial Data Managers By: Morris County Department of Planning, Development & Technology Background 2005 Morris County LiDAR Acquisition 5 year Orthophotography Plan

More information

06 - NATIONAL PLUVIAL FLOOD MAPPING FOR ALL IRELAND THE MODELLING APPROACH

06 - NATIONAL PLUVIAL FLOOD MAPPING FOR ALL IRELAND THE MODELLING APPROACH 06 - NATIONAL PLUVIAL FLOOD MAPPING FOR ALL IRELAND THE MODELLING APPROACH Richard Kellagher 1, Mike Panzeri 1, Julien L Homme 1, Yannick Cesses 1, Ben Gouldby 1 John Martin 2, Oliver Nicholson 2, Mark

More information

Utah State General Records Retention Schedule SCHEDULE 1 GEOSPATIAL DATA SETS

Utah State General Records Retention Schedule SCHEDULE 1 GEOSPATIAL DATA SETS Utah State General Records Retention Schedule SCHEDULE 1 BIOTA RECORDS (Item 1-26) These are geospatial records that depict wildlife use areas in the state of Utah as determined by wildlife biologists

More information

INSTITUTE OF HUMAN RESOURSE ADVANCEMENT (IHRA) UNIVERSITY OF COLOMBO. M. Sc. in Geoinformatics 2014/2015

INSTITUTE OF HUMAN RESOURSE ADVANCEMENT (IHRA) UNIVERSITY OF COLOMBO. M. Sc. in Geoinformatics 2014/2015 INSTITUTE OF HUMAN RESOURSE ADVANCEMENT (IHRA) UNIVERSITY OF COLOMBO Introduction M. Sc. in Geoinformatics 2014/2015 Course Conducted by the -IHRA, University of Colombo The Master of Science in Geoinformatics

More information

Managing Lidar (and other point cloud) Data. Lindsay Weitz Cody Benkelman

Managing Lidar (and other point cloud) Data. Lindsay Weitz Cody Benkelman (and other point cloud) Data Lindsay Weitz Cody Benkelman Presentation Context What is lidar, and how does it work? Not this presentation! What can you do with lidar in ArcGIS? What does Esri recommend

More information

Digital Cadastral Maps in Land Information Systems

Digital Cadastral Maps in Land Information Systems LIBER QUARTERLY, ISSN 1435-5205 LIBER 1999. All rights reserved K.G. Saur, Munich. Printed in Germany Digital Cadastral Maps in Land Information Systems by PIOTR CICHOCINSKI ABSTRACT This paper presents

More information

STATE OF NEVADA Department of Administration Division of Human Resource Management CLASS SPECIFICATION

STATE OF NEVADA Department of Administration Division of Human Resource Management CLASS SPECIFICATION STATE OF NEVADA Department of Administration Division of Human Resource Management CLASS SPECIFICATION TITLE PHOTOGRAMMETRIST/CARTOGRAPHER V 39 6.102 PHOTOGRAMMETRIST/CARTOGRAPHER II 33 6.110 PHOTOGRAMMETRIST/CARTOGRAPHER

More information

Spatial data analysis: retrieval, (re)classification and measurement operations

Spatial data analysis: retrieval, (re)classification and measurement operations CHAPTER 7 Spatial data analysis: retrieval, (re)classification and measurement operations In chapter 5 you used a number of table window operations, such as calculations, aggregations, and table joining,

More information

A HYBRID APPROACH FOR AUTOMATED AREA AGGREGATION

A HYBRID APPROACH FOR AUTOMATED AREA AGGREGATION A HYBRID APPROACH FOR AUTOMATED AREA AGGREGATION Zeshen Wang ESRI 380 NewYork Street Redlands CA 92373 Zwang@esri.com ABSTRACT Automated area aggregation, which is widely needed for mapping both natural

More information

Maps A Primer for Content & Production of Topographic Base Maps For Design Presented by SurvBase, LLC

Maps A Primer for Content & Production of Topographic Base Maps For Design Presented by SurvBase, LLC Maps A Primer for Content & Production of Topographic Base Maps For Design Presented by Definition and Purpose of, Map: a representation of the whole or a part of an area. Maps serve a wide range of purposes.

More information

DEVELOPMENT OF WEB-BASED GIS INTERFACES FOR APPLICATION OF THE WEPP MODEL

DEVELOPMENT OF WEB-BASED GIS INTERFACES FOR APPLICATION OF THE WEPP MODEL DEVELOPMENT OF WEB-BASED GIS INTERFACES FOR APPLICATION OF THE WEPP MODEL D.C. Flanagan A, J.R. Frankenberger A, C.S. Renschler B and B.A. Engel C A National Soil Erosion Research Laboratory, USDA-ARS,

More information

First Steps. Setup, data import, visualization and basic terrain analysis. Volker Wichmann

First Steps. Setup, data import, visualization and basic terrain analysis. Volker Wichmann SAGA First Steps Setup, data import, visualization and basic terrain analysis Volker Wichmann SAGA Setup on Windows Download of SAGA 2.0.8 binaries (1) www.saga-gis.org (2) >> Downloads (@ SourceForge)

More information

Calculating Area and Volume of Ponds and Tanks

Calculating Area and Volume of Ponds and Tanks SRAC Publication No. 103 Southern Regional Aquaculture Center August 1991 Calculating Area and Volume of Ponds and Tanks Michael P. Masser and John W. Jensen* Good fish farm managers must know the area

More information

Model Virginia Map Accuracy Standards Guideline

Model Virginia Map Accuracy Standards Guideline Commonwealth of Virginia Model Virginia Map Accuracy Standards Guideline Virginia Information Technologies Agency (VITA) Publication Version Control Publication Version Control: It is the user's responsibility

More information

Multiresolution Terrain Database Visualization

Multiresolution Terrain Database Visualization Multiresolution Terrain Database Visualization Kai Xu School of Information Technology and Electrical Engineering The University of Queensland, Brisbane, QLD 4072, Australia kaixu@itee.uq.edu.au Abstract.

More information

A Strategy for Teaching Finite Element Analysis to Undergraduate Students

A Strategy for Teaching Finite Element Analysis to Undergraduate Students A Strategy for Teaching Finite Element Analysis to Undergraduate Students Gordon Smyrell, School of Computing and Mathematics, University of Teesside The analytical power and design flexibility offered

More information

The Hydrologic Cycle. precipitation evaporation condensation transpiration infiltration surface runoff transport groundwater water table.

The Hydrologic Cycle. precipitation evaporation condensation transpiration infiltration surface runoff transport groundwater water table. The Hydrologic Cycle Page 1 of 1 Name Directions: The hydrologic cycle consists of the processes that change and move water through the earth s system. Use the terms below to label the hydrologic cycle.

More information

B2.53-R3: COMPUTER GRAPHICS. NOTE: 1. There are TWO PARTS in this Module/Paper. PART ONE contains FOUR questions and PART TWO contains FIVE questions.

B2.53-R3: COMPUTER GRAPHICS. NOTE: 1. There are TWO PARTS in this Module/Paper. PART ONE contains FOUR questions and PART TWO contains FIVE questions. B2.53-R3: COMPUTER GRAPHICS NOTE: 1. There are TWO PARTS in this Module/Paper. PART ONE contains FOUR questions and PART TWO contains FIVE questions. 2. PART ONE is to be answered in the TEAR-OFF ANSWER

More information

MULTIPURPOSE USE OF ORTHOPHOTO MAPS FORMING BASIS TO DIGITAL CADASTRE DATA AND THE VISION OF THE GENERAL DIRECTORATE OF LAND REGISTRY AND CADASTRE

MULTIPURPOSE USE OF ORTHOPHOTO MAPS FORMING BASIS TO DIGITAL CADASTRE DATA AND THE VISION OF THE GENERAL DIRECTORATE OF LAND REGISTRY AND CADASTRE MULTIPURPOSE USE OF ORTHOPHOTO MAPS FORMING BASIS TO DIGITAL CADASTRE DATA AND THE VISION OF THE GENERAL DIRECTORATE OF LAND REGISTRY AND CADASTRE E.ÖZER, H.TUNA, F.Ç.ACAR, B.ERKEK, S.BAKICI General Directorate

More information

REPORT OF WORK GUIDELINES

REPORT OF WORK GUIDELINES REPORT OF WORK GUIDELINES The following guidelines apply to a report of work submitted under section 56(1) of the Mining Act (http://laws.gnb.ca/en/showdoc/cs/m-14.1). 1 (1) A report of work shall be submitted

More information

Implementation Planning

Implementation Planning Implementation Planning presented by: Tim Haithcoat University of Missouri Columbia 1 What is included in a strategic plan? Scale - is this departmental or enterprise-wide? Is this a centralized or distributed

More information

Files Used in this Tutorial

Files Used in this Tutorial Generate Point Clouds Tutorial This tutorial shows how to generate point clouds from IKONOS satellite stereo imagery. You will view the point clouds in the ENVI LiDAR Viewer. The estimated time to complete

More information

Map Patterns and Finding the Strike and Dip from a Mapped Outcrop of a Planar Surface

Map Patterns and Finding the Strike and Dip from a Mapped Outcrop of a Planar Surface Map Patterns and Finding the Strike and Dip from a Mapped Outcrop of a Planar Surface Topographic maps represent the complex curves of earth s surface with contour lines that represent the intersection

More information

3D VISUALIZATION OF GEOTHERMAL WELLS DIRECTIONAL SURVEYS AND INTEGRATION WITH DIGITAL ELEVATION MODEL (DEM)

3D VISUALIZATION OF GEOTHERMAL WELLS DIRECTIONAL SURVEYS AND INTEGRATION WITH DIGITAL ELEVATION MODEL (DEM) Presented at Short Course VII on Exploration for Geothermal Resources, organized by UNU-GTP, GDC and KenGen, at Lake Bogoria and Lake Naivasha, Kenya, Oct. 27 Nov. 18, 2012. GEOTHERMAL TRAINING PROGRAMME

More information

ADVANTAGES AND DISADVANTAGES OF THE HOUGH TRANSFORMATION IN THE FRAME OF AUTOMATED BUILDING EXTRACTION

ADVANTAGES AND DISADVANTAGES OF THE HOUGH TRANSFORMATION IN THE FRAME OF AUTOMATED BUILDING EXTRACTION ADVANTAGES AND DISADVANTAGES OF THE HOUGH TRANSFORMATION IN THE FRAME OF AUTOMATED BUILDING EXTRACTION G. Vozikis a,*, J.Jansa b a GEOMET Ltd., Faneromenis 4 & Agamemnonos 11, GR - 15561 Holargos, GREECE

More information

VCS REDD Methodology Module. Methods for monitoring forest cover changes in REDD project activities

VCS REDD Methodology Module. Methods for monitoring forest cover changes in REDD project activities 1 VCS REDD Methodology Module Methods for monitoring forest cover changes in REDD project activities Version 1.0 May 2009 I. SCOPE, APPLICABILITY, DATA REQUIREMENT AND OUTPUT PARAMETERS Scope This module

More information

1.7.0 Floodplain Modification Criteria

1.7.0 Floodplain Modification Criteria 1.7.0 Floodplain Modification Criteria 1.7.1 Introduction These guidelines set out standards for evaluating and processing proposed modifications of the 100- year floodplain with the following objectives:

More information

The Basics of Navigation

The Basics of Navigation The Basics of Navigation Knowledge of map reading and the use of the compass is an indispensable skill of bushcraft. Without this skill, a walker is a passenger and mere follower on a trip. To become a

More information

Advanced Image Management using the Mosaic Dataset

Advanced Image Management using the Mosaic Dataset Esri International User Conference San Diego, California Technical Workshops July 25, 2012 Advanced Image Management using the Mosaic Dataset Vinay Viswambharan, Mike Muller Agenda ArcGIS Image Management

More information

ANALYSIS 3 - RASTER What kinds of analysis can we do with GIS?

ANALYSIS 3 - RASTER What kinds of analysis can we do with GIS? ANALYSIS 3 - RASTER What kinds of analysis can we do with GIS? 1. Measurements 2. Layer statistics 3. Queries 4. Buffering (vector); Proximity (raster) 5. Filtering (raster) 6. Map overlay (layer on layer

More information

3-D Object recognition from point clouds

3-D Object recognition from point clouds 3-D Object recognition from point clouds Dr. Bingcai Zhang, Engineering Fellow William Smith, Principal Engineer Dr. Stewart Walker, Director BAE Systems Geospatial exploitation Products 10920 Technology

More information

Selection of Drainage Network Using Raster GIS A Case Study

Selection of Drainage Network Using Raster GIS A Case Study International Journal of Engineering Science Invention ISSN (Online): 2319 6734, ISSN (Print): 2319 6726 Volume 2 Issue 8 ǁ August. 2013 ǁ PP.35-40 Selection of Drainage Network Using Raster GIS A Case

More information

Mathematics. Mathematical Practices

Mathematics. Mathematical Practices Mathematical Practices 1. Make sense of problems and persevere in solving them. 2. Reason abstractly and quantitatively. 3. Construct viable arguments and critique the reasoning of others. 4. Model with

More information

LABORATORY TWO GEOLOGIC STRUCTURES

LABORATORY TWO GEOLOGIC STRUCTURES EARTH AND ENVIRONMENT THROUGH TIME LABORATORY- EES 1005 LABORATORY TWO GEOLOGIC STRUCTURES Introduction Structural geology is the study of the ways in which rocks or sediments are arranged and deformed

More information

New Features in TerraScan. Arttu Soininen Software developer Terrasolid Ltd

New Features in TerraScan. Arttu Soininen Software developer Terrasolid Ltd New Features in TerraScan Arttu Soininen Software developer Terrasolid Ltd Version 013.xxx Computer ID changes in licenses Send new computer ID to Terrasolid if using: Server pool licenses (server ID and

More information