Hydrogeological Data Visualization

Size: px
Start display at page:

Download "Hydrogeological Data Visualization"

Transcription

1 Conference of Junior Researchers in Civil Engineering 209 Hydrogeological Data Visualization Boglárka Sárközi BME Department of Photogrammetry and Geoinformatics, Abstract Our aim was to develop such an algorithm which efficiently helps in the automatic delineation of protection zones and protection areas with the determination of a relatively smooth concave polygon. The work continues on the determination and visualization of the protection bodies and protection areas in the MATLAB environment. We would like to investigate the application of further possible methods and algorithms. By implementing further algorithms the spatial delineation of the protection bodies associated with the individual travel-times. Based on the delineated spatial protection bodies the determination of the protection areas associated with the individual travel-times can be achieved. Introduction The public utilities for drinking water supplies in Hungary are based mainly on groundwater resources. Most of those water resources are located in vulnerable geological formations that means that the aquifer from which the water is produced is not overlain by an aquitard layer retarding the contaminants originating from the surface. Without proper protection measures these water resources may become contaminated even though only in the long-term. During the process of water resources protection the vulnerability (the areas considered to be vulnerable from the geological perspective) is assessed, its causes are explored and then the localities and areas where restrictions must be enforced are determined and furthermore the threats are identified. To protect the water quality of groundwater located in vulnerable geological formations the potential contaminations and their location must be explored. In case of the vulnerable water resources that are being produced the aim is to develop such measures that if carried out properly the safety of the water resources and therefore the water supply based on it can be achieved. For the establishment and operation of public water supply or for the utilization of such water consumption or for the protection of future water resources protection body, protection area and protection zone have to be designated. The protection is enforced by the partial or full implementation of protection measures. For the protection of the groundwater resources the protection body and protection area have to be defined, designated and maintained as inner, outer and hydrogeological protection zones. The protection zones make up a unified and interconnected system from the perspective of restrictions aiming at its protection and of the utilization of the area. The scaling of the protection zone and protection area of the groundwater resource must be carried out from the water producing facility based on the travel-time assuming constant velocities. The travel-time between the surface and the saturated zone has to be neglected during the calculations. The water protection authority may permit the determination of the protection zone and protection area of the groundwater resource based on hydraulic calculations using estimated values. Travel- time: the time necessary for the pollutant getting into groundwater, or the water particle carrying it to reach the abstraction site. Water resources: an area or sub-surface part of the space, which is used or designated for utilisation by intake works, as well as the water available for withdrawal there from, together with the existing and planned water taking facilities. Protection body: the subsurface part of the space around the operating or planned water intake works (facilities), which is the abstraction quantity and quality in order to protect the environment of increased security to be maintained.

2 Conference of Junior Researchers in Civil Engineering 210 Protection area: the area around the operating or planned water intake works (facilities), which is the abstraction quantity and quality in order to protect the environment of increased security to be maintained. Protection zone: the sub-part of the protection area of water resources within which the land usage restrictions constitute a uniform system. Its types from the point of water production: inner, outer, hydrogeological A, hydrogeological B, hydrogeological C. Application development in Matlab environment (GeoBogi v1.0) There was a great possibility to develop a task specific application (GeoBogi v1.0) based on groundwater modeling results to support the well field protection efforts. Numerous wells were used in the study area to obtain a streamline system, so huge amount of data were produced. The groundwater modeling was executed by DHI-WASY s FEFLOW software package. The aim of the development was to build a piece of software which can visualize the streamlines, as well as can help in the derivation of protection zones of the aquifers. The goal was to use the same user interface without further software but with managing GIS layers and having the possibility to be integrated into geographic information systems. The application s development was done in Matlab, because it contains numerous numerical functions; it s easy to visualize 2 or 3 dimensional data and has high level programming capabilities. The software GeoBogi was developed with many built-in functions. In the developed application the correct coordinate-based visualization of the streamlines, the time-based as well as the depth-based segmentation of the travel-time was realized using the results of the hydrogeological modeling of the study area. The software has the power to display the streamlines together with the topographic maps, can create cut-offs, is able to show the streamlines with surface models, furthermore the user can handle the analysis results with GIS layers. The derivation and visualization of the protection bodies of aquifers are still under work By the integration of further algorithms the spatial delineation, 3-dimensional visualization and comparison with data of other systems can be solved. The delineated spatial protection zone is a good base for the derivation of the protection area. Automatic delineation of protection zones The easiest way to explain the problem is to create a polygon where the water particles can reach the well within a given time limit. During the well field protection tasks there are protection areas of 50 years, 5 years, 180 days and 20 days. For example searching for the 50 year protection area points are searched for, where the streamline set started from the earth surface can reach the well in 50 years or less. The polygon marks the intersection points between streamlines and the surface. The other protection areas are delineated in the same way. In certain cases (as the Client orders) the task is not to find the intersection points with the surface but rather the intersection with the underlying layer of the aquifer or with the water table of the uppermost aquifer or even with a surface located beneath the water table at some depth. In some cases the intersection of the streamlines with this surface and the travel-time associated with it provides the basis for the scaling of the protection area. The intersections determined this way of the streamlines and the chosen surface results in a set of points. The 50-year and 5-year isochrone surfaces can be outspread onto those points and these represent in practice the protection areas. These protection areas which are not associated with property boundaries are called the 50- year and 5-year recharge areas on the maps. The next step of the application development was the automatic delineation of the protection zone. Our goal of the near future is to derive spatial protection zones and areas for the different travel times. Since all spatial shape has a strong connection to a concrete travel time (e.g. 180 days), our aim is to derive the spatial protection zone and area for any arbitrary travel time.

3 Conference of Junior Researchers in Civil Engineering 211 In the followings we want to show the algorithm with the well D02 of the study area by the example of stream lines of 180 days travel time. The first approximation of the protection area is the derivation of the convex hull of the streamline points. Matlab gives a built-in function for that (Figure 1). Protection zone by convex hull EOV X [m] EOV Y [m] Fig. 1: Protection zone defined by convex hull The above convex hull is a quite careful, excessive delineation. We wanted therefore a development with concave figures. The basic idea is that the protective shape to be delineated (and its two-dimensional projection) can be described by a single concave shape, where its points are of the streamlines. If we calculate the center of the well, and set there the origin of a local coordinate system, the later work can be significantly easier. Further interesting feature is that all streamline points can be represented as polar coordinate point regarding the well center. See Figure 2 for the result. 300 Polar plot of the protection zone points Distance [m] Angle [radian] Fig. 2: Polar plot of the protection zone points

4 Conference of Junior Researchers in Civil Engineering 212 The range of the horizontal axis is between -180 and degrees (between -π and +π), where the vertical axis contains the direct distance values (in meters) from streamline points to the well center measured also not along the stream line. The upper envelope curve of the above polar plot means the highest (maximal) distance, which gives exactly the boundary of the protective area. The development is therefore to find this envelope curve. The easiest solution is the use of vertical splits of identical horizontal width, and then the maximal distance of the so segmented points has to be found (Figure 3). 300 Zone points with maximal distance Distance [m] Angle [radian] Fig. 3: Zone points with maximal distance (marked in red circles) With conversion of these maximal distance points into Cartesian (rectangular) coordinates one can get polygon points. It s evident, that the width of the splits controls the roughness of the polygon and of the delineation (Figure 4). The width of the splits can be set empirically. A more esthetical visualization can be obtained by the use of spline interpolation based on the polygon points. In our case an approximation cubic spline with smoothing feature was fit, where the smoothing parameters were suited to the split width. Figure 5 and 6 demonstrates the effect of this smoothing feature. It can be noticed, that a smooth, concave and automatically obtained polygon was achieved. The application of this protection area line can be done even in the field, it s esthetical in the map, and its area and perimeter is easily calculated. If the points being outside of this area are prohibited, the result can be fine-tuned by the modification of the split width and the spline s smoothness.

5 Conference of Junior Researchers in Civil Engineering 213 Fig. 4 Delineation of protection zone with different scale factor

6 Conference of Junior Researchers in Civil Engineering 214 Delineation of protection zone with scale factor of EOV X [m] EOV Y [m] Fig. 5: Delineation of protection zone with scale factor of 30 Delineation of protection zone with cubic spline smoothing (0.6) EOV X [m] Conclusion EOV Y [m] Fig. 6. Delineation of protection zone with cubic spline smoothing (0.6) Our aim was to develop such an algorithm which efficiently helps in the automatic delineation of protection zones and protection areas with the determination of a relatively smooth concave polygon. It can be concluded from this article that hydrogeological data can be managed in a mathematical environment, the polygon achieved this way is esthetic and is capable of representation in a map. The area and perimeter of the polygon determined automatically can be calculated, the coordinates of the breaking points can be output in a file. In case the streamline points located outside of the determined boundary line are not accepted then the solution can be fine-tuned by the zone width of the angles and the smoothness of the spline. The work continues on the determination and visualization of the protection bodies and protection areas in the MATLAB environment. We would like to investigate the application of further possible methods and algorithms. By implementing further algorithms the spatial delineation of the protection bodies associated

7 Conference of Junior Researchers in Civil Engineering 215 with the individual travel-times, its three-dimensional visualization and the comparison with data stored in other systems can be achieved. Based on the delineated spatial protection bodies the determination of the protection areas associated with the individual travel-times can be achieved. Acknowledgement This work is connected to the scientific program of the Development of quality-oriented and harmonized R+D+I strategy and functional model at BME. This project is supported by the New Széchenyi Plan (Project ID: TÁMOP-4.2.1/B-09/1/KMR ). References [1] Central Directorate for Water and Environment: EU Water Framework Directive, [In Hungarian] [2] Government Decree No 123/1997 (VII. 18.). on the protection of the actual and perspective sources and engineering facilities of drinking water supply, Budapest, [In Hungarian] [3] Government Decree No 33/2000 (III. 17.). on activities that affect the quality of groundwater, Budapest, [In Hungarian] [4] Stoyan, G.: MATLAB, Budapest, [5] The MathWorks Inc.: Getting Started with MATLAB, Natick, [6]

P02 Calibration of Density Driven Flow Model for the Freshwater Lens beneath the North Sea Island Borkum by Geophysical Data

P02 Calibration of Density Driven Flow Model for the Freshwater Lens beneath the North Sea Island Borkum by Geophysical Data P02 Calibration of Density Driven Flow Model for the Freshwater Lens beneath the North Sea Island Borkum by Geophysical Data H. Sulzbacher (LIAG), H. Wiederhold* (LIAG), M. Grinat (LIAG), J. Igel (LIAG),

More information

Computational Geometry. Lecture 1: Introduction and Convex Hulls

Computational Geometry. Lecture 1: Introduction and Convex Hulls Lecture 1: Introduction and convex hulls 1 Geometry: points, lines,... Plane (two-dimensional), R 2 Space (three-dimensional), R 3 Space (higher-dimensional), R d A point in the plane, 3-dimensional space,

More information

Mathematics on the Soccer Field

Mathematics on the Soccer Field Mathematics on the Soccer Field Katie Purdy Abstract: This paper takes the everyday activity of soccer and uncovers the mathematics that can be used to help optimize goal scoring. The four situations that

More information

Number Sense and Operations

Number Sense and Operations Number Sense and Operations representing as they: 6.N.1 6.N.2 6.N.3 6.N.4 6.N.5 6.N.6 6.N.7 6.N.8 6.N.9 6.N.10 6.N.11 6.N.12 6.N.13. 6.N.14 6.N.15 Demonstrate an understanding of positive integer exponents

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

Chapter 5: Working with contours

Chapter 5: Working with contours Introduction Contoured topographic maps contain a vast amount of information about the three-dimensional geometry of the land surface and the purpose of this chapter is to consider some of the ways in

More information

Volumes of Revolution

Volumes of Revolution Mathematics Volumes of Revolution About this Lesson This lesson provides students with a physical method to visualize -dimensional solids and a specific procedure to sketch a solid of revolution. Students

More information

Sustainable Groundwater Management for Tomorrow s Livelihoods

Sustainable Groundwater Management for Tomorrow s Livelihoods Groundwater Resources and Management Sustainable Groundwater Management for Tomorrow s Livelihoods Strategies and Products Federal Institute for Geosciences and Natural Resources (BGR), Germany Commissioned

More information

Assessment of Groundwater Vulnerability to Landfill Leachate Induced Arsenic Contamination in Maine, US - Intro GIS Term Project Final Report

Assessment of Groundwater Vulnerability to Landfill Leachate Induced Arsenic Contamination in Maine, US - Intro GIS Term Project Final Report Assessment of Groundwater Vulnerability to Landfill Leachate Induced Arsenic Contamination in Maine, US - Intro GIS Term Project Final Report Introduction Li Wang Dept. of Civil & Environmental Engineering

More information

Area of Parallelograms (pages 546 549)

Area of Parallelograms (pages 546 549) A Area of Parallelograms (pages 546 549) A parallelogram is a quadrilateral with two pairs of parallel sides. The base is any one of the sides and the height is the shortest distance (the length of a perpendicular

More information

Data Visualization Techniques and Practices Introduction to GIS Technology

Data Visualization Techniques and Practices Introduction to GIS Technology Data Visualization Techniques and Practices Introduction to GIS Technology Michael Greene Advanced Analytics & Modeling, Deloitte Consulting LLP March 16 th, 2010 Antitrust Notice The Casualty Actuarial

More information

Activity Set 4. Trainer Guide

Activity Set 4. Trainer Guide Geometry and Measurement of Solid Figures Activity Set 4 Trainer Guide Mid_SGe_04_TG Copyright by the McGraw-Hill Companies McGraw-Hill Professional Development GEOMETRY AND MEASUREMENT OF SOLID FIGURES

More information

CHAPTER 2 HYDRAULICS OF SEWERS

CHAPTER 2 HYDRAULICS OF SEWERS CHAPTER 2 HYDRAULICS OF SEWERS SANITARY SEWERS The hydraulic design procedure for sewers requires: 1. Determination of Sewer System Type 2. Determination of Design Flow 3. Selection of Pipe Size 4. Determination

More information

3D Drawing. Single Point Perspective with Diminishing Spaces

3D Drawing. Single Point Perspective with Diminishing Spaces 3D Drawing Single Point Perspective with Diminishing Spaces The following document helps describe the basic process for generating a 3D representation of a simple 2D plan. For this exercise we will be

More information

We can display an object on a monitor screen in three different computer-model forms: Wireframe model Surface Model Solid model

We can display an object on a monitor screen in three different computer-model forms: Wireframe model Surface Model Solid model CHAPTER 4 CURVES 4.1 Introduction In order to understand the significance of curves, we should look into the types of model representations that are used in geometric modeling. Curves play a very significant

More information

STATE OF VERMONT AGENCY OF NATURAL RESOURCES DEPARTMENT OF ENVIRONMENTAL CONSERVATION WASTE MANAGEMENT DIVISION SOLID WASTE MANAGEMENT PROGRAM

STATE OF VERMONT AGENCY OF NATURAL RESOURCES DEPARTMENT OF ENVIRONMENTAL CONSERVATION WASTE MANAGEMENT DIVISION SOLID WASTE MANAGEMENT PROGRAM STATE OF VERMONT AGENCY OF NATURAL RESOURCES DEPARTMENT OF ENVIRONMENTAL CONSERVATION WASTE MANAGEMENT DIVISION SOLID WASTE MANAGEMENT PROGRAM Solid Waste Management Program Waste Management Division 103

More information

Hydrogeology Experiment on Surface-Groundwater Interactions: How Do Our Actions Affect Water Quantity and Quality?

Hydrogeology Experiment on Surface-Groundwater Interactions: How Do Our Actions Affect Water Quantity and Quality? Name: Period: Hydrogeology Experiment on Surface-Groundwater Interactions: How Do Our Actions Affect Water Quantity and Quality? Purpose/Objective: Students will learn how groundcover influences surface

More information

Shape Dictionary YR to Y6

Shape Dictionary YR to Y6 Shape Dictionary YR to Y6 Guidance Notes The terms in this dictionary are taken from the booklet Mathematical Vocabulary produced by the National Numeracy Strategy. Children need to understand and use

More information

USER S GUIDE FOR MODTOOLS: COMPUTER PROGRAMS FOR TRANSLATING DATA OF MODFLOW AND MODPATH INTO GEOGRAPHIC INFORMATION SYSTEM FILES

USER S GUIDE FOR MODTOOLS: COMPUTER PROGRAMS FOR TRANSLATING DATA OF MODFLOW AND MODPATH INTO GEOGRAPHIC INFORMATION SYSTEM FILES USER S GUIDE FOR MODTOOLS: COMPUTER PROGRAMS FOR TRANSLATING DATA OF MODFLOW AND MODPATH INTO GEOGRAPHIC INFORMATION SYSTEM FILES U.S. GEOLOGICAL SURVEY Open-File Report 97 240 MODFLOW MODPATH MODTOOLS

More information

Freehand Sketching. Sections

Freehand Sketching. Sections 3 Freehand Sketching Sections 3.1 Why Freehand Sketches? 3.2 Freehand Sketching Fundamentals 3.3 Basic Freehand Sketching 3.4 Advanced Freehand Sketching Key Terms Objectives Explain why freehand sketching

More information

The Olympus stereology system. The Computer Assisted Stereological Toolbox

The Olympus stereology system. The Computer Assisted Stereological Toolbox The Olympus stereology system The Computer Assisted Stereological Toolbox CAST is a Computer Assisted Stereological Toolbox for PCs running Microsoft Windows TM. CAST is an interactive, user-friendly,

More information

Plate Tectonics: Ridges, Transform Faults and Subduction Zones

Plate Tectonics: Ridges, Transform Faults and Subduction Zones Plate Tectonics: Ridges, Transform Faults and Subduction Zones Goals of this exercise: 1. review the major physiographic features of the ocean basins 2. investigate the creation of oceanic crust at mid-ocean

More information

3D Drawing. Single Point Perspective with Diminishing Spaces

3D Drawing. Single Point Perspective with Diminishing Spaces 3D Drawing Single Point Perspective with Diminishing Spaces The following document helps describe the basic process for generating a 3D representation of a simple 2D plan. For this exercise we will be

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

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

This is Geospatial Analysis II: Raster Data, chapter 8 from the book Geographic Information System Basics (index.html) (v. 1.0).

This is Geospatial Analysis II: Raster Data, chapter 8 from the book Geographic Information System Basics (index.html) (v. 1.0). This is Geospatial Analysis II: Raster Data, chapter 8 from the book Geographic Information System Basics (index.html) (v. 1.0). This book is licensed under a Creative Commons by-nc-sa 3.0 (http://creativecommons.org/licenses/by-nc-sa/

More information

DATA LAYOUT AND LEVEL-OF-DETAIL CONTROL FOR FLOOD DATA VISUALIZATION

DATA LAYOUT AND LEVEL-OF-DETAIL CONTROL FOR FLOOD DATA VISUALIZATION DATA LAYOUT AND LEVEL-OF-DETAIL CONTROL FOR FLOOD DATA VISUALIZATION Sayaka Yagi Takayuki Itoh Ochanomizu University Mayumi Kurokawa Yuuichi Izu Takahisa Yoneyama Takashi Kohara Toshiba Corporation ABSTRACT

More information

Glencoe. correlated to SOUTH CAROLINA MATH CURRICULUM STANDARDS GRADE 6 3-3, 5-8 8-4, 8-7 1-6, 4-9

Glencoe. correlated to SOUTH CAROLINA MATH CURRICULUM STANDARDS GRADE 6 3-3, 5-8 8-4, 8-7 1-6, 4-9 Glencoe correlated to SOUTH CAROLINA MATH CURRICULUM STANDARDS GRADE 6 STANDARDS 6-8 Number and Operations (NO) Standard I. Understand numbers, ways of representing numbers, relationships among numbers,

More information

APPLY EXCEL VBA TO TERRAIN VISUALIZATION

APPLY EXCEL VBA TO TERRAIN VISUALIZATION APPLY EXCEL VBA TO TERRAIN VISUALIZATION 1 2 Chih-Chung Lin( ), Yen-Ling Lin ( ) 1 Secretariat, National Changhua University of Education. General Education Center, Chienkuo Technology University 2 Dept.

More information

Curves and Surfaces. Goals. How do we draw surfaces? How do we specify a surface? How do we approximate a surface?

Curves and Surfaces. Goals. How do we draw surfaces? How do we specify a surface? How do we approximate a surface? Curves and Surfaces Parametric Representations Cubic Polynomial Forms Hermite Curves Bezier Curves and Surfaces [Angel 10.1-10.6] Goals How do we draw surfaces? Approximate with polygons Draw polygons

More information

Computer Graphics. Geometric Modeling. Page 1. Copyright Gotsman, Elber, Barequet, Karni, Sheffer Computer Science - Technion. An Example.

Computer Graphics. Geometric Modeling. Page 1. Copyright Gotsman, Elber, Barequet, Karni, Sheffer Computer Science - Technion. An Example. An Example 2 3 4 Outline Objective: Develop methods and algorithms to mathematically model shape of real world objects Categories: Wire-Frame Representation Object is represented as as a set of points

More information

the points are called control points approximating curve

the points are called control points approximating curve Chapter 4 Spline Curves A spline curve is a mathematical representation for which it is easy to build an interface that will allow a user to design and control the shape of complex curves and surfaces.

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

Platonic Solids. Some solids have curved surfaces or a mix of curved and flat surfaces (so they aren't polyhedra). Examples:

Platonic Solids. Some solids have curved surfaces or a mix of curved and flat surfaces (so they aren't polyhedra). Examples: Solid Geometry Solid Geometry is the geometry of three-dimensional space, the kind of space we live in. Three Dimensions It is called three-dimensional or 3D because there are three dimensions: width,

More information

Geometry Notes PERIMETER AND AREA

Geometry Notes PERIMETER AND AREA Perimeter and Area Page 1 of 57 PERIMETER AND AREA Objectives: After completing this section, you should be able to do the following: Calculate the area of given geometric figures. Calculate the perimeter

More information

3D Visualization of Seismic Activity Associated with the Nazca and South American Plate Subduction Zone (Along Southwestern Chile) Using RockWorks

3D Visualization of Seismic Activity Associated with the Nazca and South American Plate Subduction Zone (Along Southwestern Chile) Using RockWorks 3D Visualization of Seismic Activity Associated with the Nazca and South American Plate Subduction Zone (Along Southwestern Chile) Using RockWorks Table of Contents Figure 1: Top of Nazca plate relative

More information

Land Survey (Land of Plenty) Classroom Activity

Land Survey (Land of Plenty) Classroom Activity Land Survey (Land of Plenty) Classroom Activity The Classroom Activity introduces students to the context of a performance task, so they are not disadvantaged in demonstrating the skills the task intends

More information

Groundwater flow systems theory: an unexpected outcome of

Groundwater flow systems theory: an unexpected outcome of Groundwater flow systems theory: an unexpected outcome of early cable tool drilling in the Turner Valley oil field K. Udo Weyer WDA Consultants Inc. weyer@wda-consultants.com Introduction The Theory of

More information

Application of Google Earth for flood disaster monitoring in 3D-GIS

Application of Google Earth for flood disaster monitoring in 3D-GIS Disaster Management and Human Health Risk II 271 Application of Google Earth for flood disaster monitoring in 3D-GIS M. Mori & Y. L. Chan Department of Information and Computer Science, Kinki University,

More information

Dip is the vertical angle perpendicular to strike between the imaginary horizontal plane and the inclined planar geological feature.

Dip is the vertical angle perpendicular to strike between the imaginary horizontal plane and the inclined planar geological feature. Geological Visualization Tools and Structural Geology Geologists use several visualization tools to understand rock outcrop relationships, regional patterns and subsurface geology in 3D and 4D. Geological

More information

ATTACHMENT 8: Quality Assurance Hydrogeologic Characterization of the Eastern Turlock Subbasin

ATTACHMENT 8: Quality Assurance Hydrogeologic Characterization of the Eastern Turlock Subbasin ATTACHMENT 8: Quality Assurance Hydrogeologic Characterization of the Eastern Turlock Subbasin Quality assurance and quality control (QA/QC) policies and procedures will ensure that the technical services

More information

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

Computer Graphics CS 543 Lecture 12 (Part 1) Curves. Prof Emmanuel Agu. Computer Science Dept. Worcester Polytechnic Institute (WPI)

Computer Graphics CS 543 Lecture 12 (Part 1) Curves. Prof Emmanuel Agu. Computer Science Dept. Worcester Polytechnic Institute (WPI) Computer Graphics CS 54 Lecture 1 (Part 1) Curves Prof Emmanuel Agu Computer Science Dept. Worcester Polytechnic Institute (WPI) So Far Dealt with straight lines and flat surfaces Real world objects include

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

Groundwater Potential of Basement Aquifers in Part of Southwestern Nigeria

Groundwater Potential of Basement Aquifers in Part of Southwestern Nigeria American International Journal of Contemporary Research Vol. 3 No. 3; March 2013 Groundwater Potential of Basement Aquifers in Part of Southwestern Nigeria Yinusa Ayodele Asiwaju-Bello Department of Marine

More information

Can GIS Help You Manage Water Resources? Erika Boghici Texas Natural Resources Information Systems

Can GIS Help You Manage Water Resources? Erika Boghici Texas Natural Resources Information Systems Can GIS Help You Manage Water Resources? Erika Boghici Texas Natural Resources Information Systems Hydrologic Information System Hydrologic Modeling Arc Hydro Geodatabase Arc Hydro Data Model: combination

More information

Buffer Operations in GIS

Buffer Operations in GIS Buffer Operations in GIS Nagapramod Mandagere, Graduate Student, University of Minnesota npramod@cs.umn.edu SYNONYMS GIS Buffers, Buffering Operations DEFINITION A buffer is a region of memory used to

More information

Arrangements And Duality

Arrangements And Duality Arrangements And Duality 3.1 Introduction 3 Point configurations are tbe most basic structure we study in computational geometry. But what about configurations of more complicated shapes? For example,

More information

American-Eurasian Journal of Sustainable Agriculture

American-Eurasian Journal of Sustainable Agriculture Copyright 2015, American-Eurasian Network for Scientific Information publisher American-Eurasian Journal of Sustainable Agriculture ISSN: 1995-0748 JOURNAL home page: http://www.aensiweb.com/aejsa 2015

More information

Geometry Notes VOLUME AND SURFACE AREA

Geometry Notes VOLUME AND SURFACE AREA Volume and Surface Area Page 1 of 19 VOLUME AND SURFACE AREA Objectives: After completing this section, you should be able to do the following: Calculate the volume of given geometric figures. Calculate

More information

Alternate Concentration Limits/Groundwater Cleanup Levels. Title slide

Alternate Concentration Limits/Groundwater Cleanup Levels. Title slide Alternate Concentration Limits/Groundwater Cleanup Levels Title slide 1 Alternate Concentration Limits (ACL) Terms and Definitions 40 CFR 264 Subpart F Definitions Regulated Unit Ground Water Protection

More information

12-1 Representations of Three-Dimensional Figures

12-1 Representations of Three-Dimensional Figures Connect the dots on the isometric dot paper to represent the edges of the solid. Shade the tops of 12-1 Representations of Three-Dimensional Figures Use isometric dot paper to sketch each prism. 1. triangular

More information

MODULE VII LARGE BODY WAVE DIFFRACTION

MODULE VII LARGE BODY WAVE DIFFRACTION MODULE VII LARGE BODY WAVE DIFFRACTION 1.0 INTRODUCTION In the wave-structure interaction problems, it is classical to divide into two major classification: slender body interaction and large body interaction.

More information

Chapter 2. Derivation of the Equations of Open Channel Flow. 2.1 General Considerations

Chapter 2. Derivation of the Equations of Open Channel Flow. 2.1 General Considerations Chapter 2. Derivation of the Equations of Open Channel Flow 2.1 General Considerations Of interest is water flowing in a channel with a free surface, which is usually referred to as open channel flow.

More information

Essential Mathematics for Computer Graphics fast

Essential Mathematics for Computer Graphics fast John Vince Essential Mathematics for Computer Graphics fast Springer Contents 1. MATHEMATICS 1 Is mathematics difficult? 3 Who should read this book? 4 Aims and objectives of this book 4 Assumptions made

More information

Double Integrals in Polar Coordinates

Double Integrals in Polar Coordinates Double Integrals in Polar Coordinates. A flat plate is in the shape of the region in the first quadrant ling between the circles + and +. The densit of the plate at point, is + kilograms per square meter

More information

Numerical analysis of boundary conditions to tunnels

Numerical analysis of boundary conditions to tunnels Global journal of multidisciplinary and applied sciences Available online at www.gjmas.com 2015 GJMAS Journal-2015-3-2/37-41 ISSN 2313-6685 2015 GJMAS Numerical analysis of boundary conditions to tunnels

More information

Use of Alternate Concentration Limits (ACLs) to Determine Cleanup or Regulatory Levels Under RCRA and CERCLA

Use of Alternate Concentration Limits (ACLs) to Determine Cleanup or Regulatory Levels Under RCRA and CERCLA U.S. Department of Energy Office of Environmental Policy and Assistance ACL Information Brief DOE/EH-413-9912 (December 1999) DEPARTMENT OF ENERGY UN ITED STATES OF AMERICA Use of Alternate Concentration

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

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

Current Standard: Mathematical Concepts and Applications Shape, Space, and Measurement- Primary

Current Standard: Mathematical Concepts and Applications Shape, Space, and Measurement- Primary Shape, Space, and Measurement- Primary A student shall apply concepts of shape, space, and measurement to solve problems involving two- and three-dimensional shapes by demonstrating an understanding of:

More information

Geocoding in Law Enforcement Final Report

Geocoding in Law Enforcement Final Report Geocoding in Law Enforcement Final Report Geocoding in Law Enforcement Final Report Prepared by: The Crime Mapping Laboratory Police Foundation August 2000 Report to the Office of Community Oriented Policing

More information

When the fluid velocity is zero, called the hydrostatic condition, the pressure variation is due only to the weight of the fluid.

When the fluid velocity is zero, called the hydrostatic condition, the pressure variation is due only to the weight of the fluid. Fluid Statics When the fluid velocity is zero, called the hydrostatic condition, the pressure variation is due only to the weight of the fluid. Consider a small wedge of fluid at rest of size Δx, Δz, Δs

More information

Visualizing Data: Scalable Interactivity

Visualizing Data: Scalable Interactivity Visualizing Data: Scalable Interactivity The best data visualizations illustrate hidden information and structure contained in a data set. As access to large data sets has grown, so has the need for interactive

More information

Aidarkhan Kaltayev*, Madina S. Tungatarova*

Aidarkhan Kaltayev*, Madina S. Tungatarova* WIERTNICTWO NAFTA GAZ TOM 23/1 2006 Aidarkhan Kaltayev*, Madina S. Tungatarova* THE INFLUENCE OF WELLS LOCATION ON DEPOSIT S EXCAVATION RATE AT ORE EXTRACTION BY THE METHOD OF UNDERGROUND DISSOLUTION The

More information

3D-Groundwater Modeling with PMWIN

3D-Groundwater Modeling with PMWIN Wen-Hsing Chiang 3D-Groundwater Modeling with PMWIN A Simulation System for Modeling Groundwater Flow and Transport Processes Second Edition With 242 Figures and 23 Tables 4y Springer Contents 1 Introduction

More information

MIKE 21 FLOW MODEL HINTS AND RECOMMENDATIONS IN APPLICATIONS WITH SIGNIFICANT FLOODING AND DRYING

MIKE 21 FLOW MODEL HINTS AND RECOMMENDATIONS IN APPLICATIONS WITH SIGNIFICANT FLOODING AND DRYING 1 MIKE 21 FLOW MODEL HINTS AND RECOMMENDATIONS IN APPLICATIONS WITH SIGNIFICANT FLOODING AND DRYING This note is intended as a general guideline to setting up a standard MIKE 21 model for applications

More information

TABLE OF CONTENTS. INTRODUCTION... 5 Advance Concrete... 5 Where to find information?... 6 INSTALLATION... 7 STARTING ADVANCE CONCRETE...

TABLE OF CONTENTS. INTRODUCTION... 5 Advance Concrete... 5 Where to find information?... 6 INSTALLATION... 7 STARTING ADVANCE CONCRETE... Starting Guide TABLE OF CONTENTS INTRODUCTION... 5 Advance Concrete... 5 Where to find information?... 6 INSTALLATION... 7 STARTING ADVANCE CONCRETE... 7 ADVANCE CONCRETE USER INTERFACE... 7 Other important

More information

8.2 Elastic Strain Energy

8.2 Elastic Strain Energy Section 8. 8. Elastic Strain Energy The strain energy stored in an elastic material upon deformation is calculated below for a number of different geometries and loading conditions. These expressions for

More information

Principles of groundwater flow

Principles of groundwater flow Principles of groundwater flow Hydraulic head is the elevation to which water will naturally rise in a well (a.k.a. static level). Any well that is not being pumped will do for this, but a well that is

More information

Math 115 Extra Problems for 5.5

Math 115 Extra Problems for 5.5 Math 115 Extra Problems for 5.5 1. The sum of two positive numbers is 48. What is the smallest possible value of the sum of their squares? Solution. Let x and y denote the two numbers, so that x + y 48.

More information

What is the most obvious difference between pipe flow and open channel flow????????????? (in terms of flow conditions and energy situation)

What is the most obvious difference between pipe flow and open channel flow????????????? (in terms of flow conditions and energy situation) OPEN CHANNEL FLOW 1 3 Question What is the most obvious difference between pipe flow and open channel flow????????????? (in terms of flow conditions and energy situation) Typical open channel shapes Figure

More information

CHAPTER: 6 FLOW OF WATER THROUGH SOILS

CHAPTER: 6 FLOW OF WATER THROUGH SOILS CHAPTER: 6 FLOW OF WATER THROUGH SOILS CONTENTS: Introduction, hydraulic head and water flow, Darcy s equation, laboratory determination of coefficient of permeability, field determination of coefficient

More information

Spatial Data Analysis

Spatial Data Analysis 14 Spatial Data Analysis OVERVIEW This chapter is the first in a set of three dealing with geographic analysis and modeling methods. The chapter begins with a review of the relevant terms, and an outlines

More information

ETABS. Integrated Building Design Software. Concrete Shear Wall Design Manual. Computers and Structures, Inc. Berkeley, California, USA

ETABS. Integrated Building Design Software. Concrete Shear Wall Design Manual. Computers and Structures, Inc. Berkeley, California, USA ETABS Integrated Building Design Software Concrete Shear Wall Design Manual Computers and Structures, Inc. Berkeley, California, USA Version 8 January 2002 Copyright The computer program ETABS and all

More information

Total Program's Units

Total Program's Units Associate Degree Program Department of Civil and Architectural Technology Major : Survey Technology First Semester NO 5 6 Code SRV 0 SRV 0 SRV 0 ENG 0 MTH 7 CMT 0 Course Title Land survey Survey drawing

More information

The successful integration of 3D seismic into the mining process: Practical examples from Bowen Basin underground coal mines

The successful integration of 3D seismic into the mining process: Practical examples from Bowen Basin underground coal mines Geophysics 165 Troy Peters The successful integration of 3D seismic into the mining process: Practical examples from Bowen Basin underground coal mines This paper discusses how mine staff from a number

More information

LAPLACE'S EQUATION OF CONTINUITY

LAPLACE'S EQUATION OF CONTINUITY LAPLACE'S EQUATION OF CONTINUITY y z Steady-State Flow around an impervious Sheet Pile Wall Consider water flow at Point A: v = Discharge Velocity in Direction Figure 5.11. Das FGE (2005). v z = Discharge

More information

Geometry Chapter 1. 1.1 Point (pt) 1.1 Coplanar (1.1) 1.1 Space (1.1) 1.2 Line Segment (seg) 1.2 Measure of a Segment

Geometry Chapter 1. 1.1 Point (pt) 1.1 Coplanar (1.1) 1.1 Space (1.1) 1.2 Line Segment (seg) 1.2 Measure of a Segment Geometry Chapter 1 Section Term 1.1 Point (pt) Definition A location. It is drawn as a dot, and named with a capital letter. It has no shape or size. undefined term 1.1 Line A line is made up of points

More information

A HYBRID GROUND DATA MODEL TO SUPPORT INTERACTION IN MECHANIZED TUNNELING

A HYBRID GROUND DATA MODEL TO SUPPORT INTERACTION IN MECHANIZED TUNNELING A HYBRID GROUND DATA MODEL TO SUPPORT INTERACTION IN MECHANIZED TUNNELING F. HEGEMANN P. MANICKAM K. LEHNER M. KÖNIG D. HARTMANN Department of Civil and Environmental Engineering, Ruhr-University of Bochum,44780

More information

Optical Design Tools for Backlight Displays

Optical Design Tools for Backlight Displays Optical Design Tools for Backlight Displays Introduction Backlights are used for compact, portable, electronic devices with flat panel Liquid Crystal Displays (LCDs) that require illumination from behind.

More information

Solving Simultaneous Equations and Matrices

Solving Simultaneous Equations and Matrices Solving Simultaneous Equations and Matrices The following represents a systematic investigation for the steps used to solve two simultaneous linear equations in two unknowns. The motivation for considering

More information

Grade 3 FCAT 2.0 Mathematics Sample Answers

Grade 3 FCAT 2.0 Mathematics Sample Answers Grade FCAT 2.0 Mathematics Sample Answers This booklet contains the answers to the FCAT 2.0 Mathematics sample questions, as well as explanations for the answers. It also gives the Next Generation Sunshine

More information

SUCCESSFUL PREDICTION OF HORSE RACING RESULTS USING A NEURAL NETWORK

SUCCESSFUL PREDICTION OF HORSE RACING RESULTS USING A NEURAL NETWORK SUCCESSFUL PREDICTION OF HORSE RACING RESULTS USING A NEURAL NETWORK N M Allinson and D Merritt 1 Introduction This contribution has two main sections. The first discusses some aspects of multilayer perceptrons,

More information

2Digital tablets or computer scanners can

2Digital tablets or computer scanners can Appendix A Measuring Lake Surface Area Lake surface area can be measured with a bathymetric map using any of the following techniques: 1One of the most accurate methods is to use a planimeter to trace

More information

Chapter 12 - HYDROLOGICAL MEASUREMENTS

Chapter 12 - HYDROLOGICAL MEASUREMENTS Water Quality Monitoring - A Practical Guide to the Design and Implementation of Freshwater Quality Studies and Monitoring Programmes Edited by Jamie Bartram and Richard Ballance Published on behalf of

More information

Grade 5 Math Content 1

Grade 5 Math Content 1 Grade 5 Math Content 1 Number and Operations: Whole Numbers Multiplication and Division In Grade 5, students consolidate their understanding of the computational strategies they use for multiplication.

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

Numerical integration of a function known only through data points

Numerical integration of a function known only through data points Numerical integration of a function known only through data points Suppose you are working on a project to determine the total amount of some quantity based on measurements of a rate. For example, you

More information

Graphs of Polar Equations

Graphs of Polar Equations Graphs of Polar Equations In the last section, we learned how to graph a point with polar coordinates (r, θ). We will now look at graphing polar equations. Just as a quick review, the polar coordinate

More information

IES <Virtual Environment> Tutorial. ModelIT (Version 6.0)

IES <Virtual Environment> Tutorial. ModelIT (Version 6.0) IES Tutorial ModelIT (Version 6.0) 1 Introduction: ModelIT Tutorial This document shows you how to use ModelIT, IES s 3D building geometry modelling tool. The tutorial is intended

More information

Grade 6 Mathematics Performance Level Descriptors

Grade 6 Mathematics Performance Level Descriptors Limited Grade 6 Mathematics Performance Level Descriptors A student performing at the Limited Level demonstrates a minimal command of Ohio s Learning Standards for Grade 6 Mathematics. A student at this

More information

Title 10 DEPARTMENT OF NATURAL RESOURCES Division 35 Land Survey Chapter 1 Cadastral Mapping Standards

Title 10 DEPARTMENT OF NATURAL RESOURCES Division 35 Land Survey Chapter 1 Cadastral Mapping Standards Title 10 DEPARTMENT OF NATURAL RESOURCES Division 35 Land Survey Chapter 1 Cadastral Mapping Standards 10 CSR 35-1.010 Application of Standards PURPOSE: These minimum standards provide the digital mapper

More information

Vulnerability Assessment

Vulnerability Assessment Vulnerability Assessment VULNERABILITY As used in this report, vulnerability refers to the sensitivity of groundwater to contamination, and is determined by intrinsic characteristics of the aquifer. It

More information

Monash University Clayton s School of Information Technology CSE3313 Computer Graphics Sample Exam Questions 2007

Monash University Clayton s School of Information Technology CSE3313 Computer Graphics Sample Exam Questions 2007 Monash University Clayton s School of Information Technology CSE3313 Computer Graphics Questions 2007 INSTRUCTIONS: Answer all questions. Spend approximately 1 minute per mark. Question 1 30 Marks Total

More information

Prentice Hall: Middle School Math, Course 1 2002 Correlated to: New York Mathematics Learning Standards (Intermediate)

Prentice Hall: Middle School Math, Course 1 2002 Correlated to: New York Mathematics Learning Standards (Intermediate) New York Mathematics Learning Standards (Intermediate) Mathematical Reasoning Key Idea: Students use MATHEMATICAL REASONING to analyze mathematical situations, make conjectures, gather evidence, and construct

More information

Discovering Math: Exploring Geometry Teacher s Guide

Discovering Math: Exploring Geometry Teacher s Guide Teacher s Guide Grade Level: 6 8 Curriculum Focus: Mathematics Lesson Duration: Three class periods Program Description Discovering Math: Exploring Geometry From methods of geometric construction and threedimensional

More information

Chapter 4: The Concept of Area

Chapter 4: The Concept of Area Chapter 4: The Concept of Area Defining Area The area of a shape or object can be defined in everyday words as the amount of stuff needed to cover the shape. Common uses of the concept of area are finding

More information

Figure 2.1: Center of mass of four points.

Figure 2.1: Center of mass of four points. Chapter 2 Bézier curves are named after their inventor, Dr. Pierre Bézier. Bézier was an engineer with the Renault car company and set out in the early 196 s to develop a curve formulation which would

More information

Title 10 DEPARTMENT OF NATURAL RESOURCES Division 35 Land Survey Chapter 1 Cadastral Mapping Standards

Title 10 DEPARTMENT OF NATURAL RESOURCES Division 35 Land Survey Chapter 1 Cadastral Mapping Standards Title 10 DEPARTMENT OF NATURAL RESOURCES Division 35 Land Survey Chapter 1 Cadastral Mapping Standards 10 CSR 35-1.010 Application of Standards PURPOSE: These minimum standards provide the digital mapper

More information