The development of an information modelling system for regional water resource assessments

Size: px
Start display at page:

Download "The development of an information modelling system for regional water resource assessments"

Transcription

1 FRIEND 2002 Regional Hydrology 1 : Bridging the Gap between Research and Practice (Proceedings ofthe fourth International FRII-ND Conference held al Cape Town. South Africa. March 2002). IAI IS Publ. no The development of an information modelling system for regional water resource assessments DENIS HUGHES Institute for Water Research, Rhodes University, Crahatnstown denis@.iwr.ru.ac.za 6140, South Africa Abstract The paper outlines the development of a software package that integrates spatial and time series information in a flexible framework that allows for a wide variety of data storage, retrieval, analysis, display and modelling options. In the context of regional water resource assessments, the advantage of such a tool is that a wide variety of information and data analysis methods can be brought together into a single package. This allows a wide range of users to make use of the same information storage system and apply consistent methods to water resource assessments, permitting a greater degree of commonality of approach within the region. Key words databases; software; modelling; water resources INTRODUCTION During the late 1980s and early 1990s, the Institute for Water Research (IWR) developed a DOS based hydrological model application system (HYMAS) (Hughes et al., 1994) which has proved to be a very useful and flexible tool for applying a variety of hydrological and water resource models. However, the system has some major disadvantages, which are mainly linked to the methods of information storage and the lack of a spatial reference component. When consideration was given to converting the package to a Windows environment, it was decided to adopt a different approach that would enhance the capabilities of the new system. The approach being adopted by the Centre for Ecology and Hydrology at Wallingford, UK (CEH) provided a large part of the inspiration for the design of the system that is under development at IWR. While some of the motivation for the development came from the need to replace HYMAS, there was also a pressing need for integrating the methods used in determinations of instream flow requirements to support the new South African Water Law (Department of Water Affairs and Forestry, 1997). This paper provides a brief summary of the software design considerations and an overview of the developments that have been completed so far. DESIGN CONSIDERATIONS The new software is referred to as SPATSIM which stands for SPatial And Time Series Information Modelling. The main design characteristic is the use of a spatial interface to control access to other information stored in database tables. The software design had to account for the following facilities:

2 44 Denis Hughes (a) importing/exporting information from/to a variety of different raw data formats, (b) efficient access to the information, (c) editing and displaying the information, (d) generating secondary information and storing it, (e) using the stored information as input to a wide variety of analysis methods and specifically hydrological or water resource models. One of the experiences inherited from the development of HYMAS was the need to incorporate an approach whereby new data modelling methods could be added without the need to modify the core software program. This suggests that a generic interface to external programs is required which should be as simple as possible such that others, beside the main development team, can contribute to the package without needing to modify the main program. SOFTWARE DESIGN OVERVIEW There are four main components of the design; the spatial interface, the main database structure, the internal utilities and the generic approach to accessing external utilities and models. The software is being developed using DELPHI code due to the personal preferences of the developers but any other visual language would have been equally suitable. The spatial interface is achieved using ESRI MapObjects and shape files, which have been captured externally. Each shape file is identified in SPATSIM as a "feature" and while they may contain additional information, this is not used within SPATSIM and the information "attributes" associated with the spatial elements are stored in separate database tables. The main reason for this is the fact that shape files do not allow for the storage of time series data and the need to be consistent in the handling of different types of information. Table 1 Structure of the data dictionaries controlling the interface between the spatial and other data attribute components of SPATSIM. Data dictionary 1 Data dictionary 2 Data dictionary 3 Data dictionary 4 Feature code Feature code Attribute code Attribute code (unique number (link to data (link to data (link to data identifying the feature) dictionary 1) dictionary 2) dictionaries 2 and 3) Feature name Attribute name Table code Spatial record (unique number (IDField value of the identifying the table) spatial element) Feature source Attribute code Database alias Table record (path and name of the (unique number (name of the database (RECID field value of shape file) identifying the attribute) where the attribute data the attribute table) are stored) IDField Datatype (0 to 7) Table name (shape file field that defining which data (name of the table that identifies a point, line or type stores the attribute data) polygon) DescField Max. rec (shape file field selected (maximum record as a description of the number in the attribute spatial component) table)

3 The development of an information modelling system for regional water resource assessments 45 The main database structure consists of the shape file tables, four data dictionary tables and data tables to store the attribute data associated with each spatial element (polygon, point or line) of a shape file. The shape file tables are required to have a field containing a unique numeric reference to each spatial component (IDField), and a text field containing descriptive information. Dictionary 1 (Table 1) defines the features that have been loaded into an application of SPATSIM, while dictionary 2 links the features with the names, codes and data types of any associated information (attributes).the attributes can be text (up to 80 characters), single integer or real numbers, time series, graphic (pictures or short video clips), arrays (one- or twodimensional arrays of real numbers, e.g. mean monthly values for several variables), memos (text longer than 80 characters) and linked (links to an attribute stored for a different feature). Pre-defined database table structures are provided for each data type and all have a common RECID field, which is unique for each record within a single table. For example, the time series type tables consist of the RECID field, 15 fields defining the format, data units, start and end date, etc. of the time series and a BLOB (binary large object) that stores the full time series in a single field. Data dictionary 3 links the database tables with the attribute codes of dictionary 2 (Table 1). All information associated with the same attribute is stored in the same table. Furthermore, it is possible to store the same type of data, but associated with different attributes, in the same table. The final dictionary component (4) provides the links between the attribute codes, the spatial record (IDField in the shape file) and the attribute database table records (RECID fields). Once a feature has been displayed, an attribute and one or more spatial components of the feature selected, the data dictionaries efficiently access the correct record in the appropriate attribute table. The only unresolved issue is the efficiency of searches in dictionary 4 when a large number of features and attributes are involved. The current test database at IWR has nearly entries in dictionary 4 and identification of data table records is instantaneous. The internal utilities are facilities that are being incorporated into SPATSIM as part of the main program and fall into several categories. They have been identified as being generally applicable to most applications of SPATSIM: (a) Map or feature manipulation facilities. These include facilities to add or remove features from the database, modify features (e.g. add, remove or move points), annotate and render features, as well as create new features from merged or intersected data. (b) Attribute manipulation facilities. This group offers a wide range of facilities to manage attribute information and includes creating new empty attributes, removing attributes, loading attribute data from different raw data sources, displaying and editing attribute data, as well as exporting data for use with other software. These are critical components of SPATSIM if it is to be useful as a regional water resource analysis tool, as it is important for users to be able to import data efficiently and accurately. (c) Spatial interpolation facility. A frequently required facility for hydrological and water resource modelling is the need to interpolate from point data to generate areal averages (converting point rainfall data to basin rainfall data, for example). A procedure has been developed that allows point data to be spatially interpolated to areal data using an inverse distance weighting method plus an additional weighting using gridded mean monthly data.

4 46 Denis Hughes (d) More specialized facilities. As a large part of any SPATSIM database is expected to consist of time series data, several specialist facilities are being included that represent standard summary analyses of time series and which store the results in another attribute. Examples include the generation of monthly and annual duration curve data (an array attribute), monthly means, medians and standard deviations, as well as low- and high-flow frequency analysis. EXTERNAL UTILITIES At present there is one specialized external utility and a generic facility for running other external programs. The specialized utility is a time series display and analysis program (TSOFT) that had already been developed before the design for SPATSIM had been completed. The TSOFT program (Hughes et al., 2000) operates with a "profile", which is a reference to sources of time series data stored in several different ways (database tables, binary files, etc.). The SPATSIM procedure is simply to identify the required time series attribute and click on the spatial elements that one Table 2 Example of a model requirement file for a monthly semi-distributed rainfall-runoff model (the Pitman model). File contents Pitman model requirements 1 st parameter = 0:Required, 1 :Optional 2nd parameter = Table type (-9, Multiple variable file; 99, Other file; else Attribute datatype code) 1. EXE file 0 99 mpit.exe 2. Output requirement file 0 99 Pitman.rqo 3. Model results data Basin area Physiographic parameter data Model parameter data Mean monthly evaporation Mean monthly distribution data Basin average rainfall Basin average potential evaporation 11. Upstream inflow 12. Transfer inflow 13. Downstream outflow Comments Three standard header lines followed by two lines for each requirement. The second line holds two parameter values and sometimes a file name. The external program name to call from SPATSIM for running the model. Defines the structure of a temporary output file created by the model if necessary. Name of the temporary output file created by the model if necessary. Single real value attribute requirement. Optional array type attribute data for some basin variables. Array type attribute data storing the model parameters. Array type attribute data storing the seasonal distribution of evaporation. Array type attribute data storing the seasonal distributions of other data. Time series type attribute storing the rainfall input to the model. Optional time series type attribute storing the evaporation input to the model. Optional time series type attribute storing any upstream inflows. Optional time series type attribute storing any artificially transferred inflows. Optional time series type attribute storing the modelled downstream outflows and written back to SPATSIM by the model.

5 The development of an information modelling system for regional water resource assessments 47 wishes to add to a "profile". When TSOFT is called from SPATSIM all ofthe selected time series are available for display and further analysis. A generic facility has been included to link a wide variety of external models and other data analysis programs to SPATSIM, without having to re-code the main program. All models will inevitably have different data requirements and therefore one of the linking facilities required is to be able to associate data sources (attributes) with model requirements. This has been achieved through the use of model requirement text files and an example for a monthly rainfall-runoff model is given in Table 2. The exact procedures followed within SPATSIM depend upon the type of model or analysis procedure to be applied. (a) Select the feature and an attribute that defines the drainage links between spatial elements. The latter is required only for semi-distributed type models that need to know the upstream/downstream relationships between spatial elements. (b) Select the spatial element(s) that is(are) to be modelled. In the case of semidistributed models this involves clicking on the most downstream element first and allowing the drainage link attribute to define all those upstream. (c) Select the model requirement file that defines the model or analysis process to be run. This displays a table of requirements (Fig. 1). (d) For each requirement (either model inputs or outputs), select an attribute that satisfies the required data type (Fig. 1). (e) Save the requirement information and run the model. Features Attribute Procedure Application [ethhh a] _J Attributes Incremental Monthly Floi * I MAR Monthly Evap. Distribute Monthly Water Use Net Area (krrt2) Pirnan Model Parameters Pitman Model Results WFS9C Yield Estimation Paramer Requirement File/Attribute 1. EXE File mpit.e::e 2. Output Requirement File Pit matt, rqo 3. Model Résuit* data (T/S) 4. Catchment Area 5, Physiographic Parameter Data 6. Model Parameter Data Piman Model Parameters?. Mean Monthly Evaporation S. Mean Monthly Distribution Data 9, Catchment Average Rainfall ("DS) WR90 Zone Rainfall 10. Catchment Average PE (T/S) 11. Upstream Inflow (Tf~S) =12. Transfer Inflow (Ttë) Run Process Save Requirements Exit Maps ) Add Data j Attributes J Add Arrays) Spatial Interim Fig. 1 Screen image when setting the requirements for an external model.

6 48 Denis Hughes The attribute requirements and the relevant spatial element details are stored in a single requirement database table, which is accessed by all the external processes. The code to access the contents of this table will vary from process to process, but generic rules are being developed for distribution to other potential developers. One advantage of this approach is that once an application has been established and saved, the model can be run independently without entering SPATSIM first. The models that have already been established include the Pitman monthly rainfall-runoff model (Pitman, 1973), several models that support the quantification of the ecological reserve for South African Rivers (Hughes, 2001) and the so-called "Patching" model of Hughes & Smakhtin (1996). Plans are well advanced to add a daily rainfall-runoff model and to cooperate with the University of the Witwatersrand, Centre for Water in the Environment, on adding a river hydraulics model. DISCUSSION AND CONCLUSIONS One of the critical issues associated with developing this type of software is that the basic design should be sufficiently robust that it does not require changing significantly as new facilities are identified and added. Additions to the software can then be made quickly and efficiently and total development time is reduced. In the case of SPATSIM, there are a number of facilities that have yet to be added, while others are being improved and made easier to use. However, the software has already been widely used for research and practical purposes associated with setting instream flow requirements for the new South African Water Law, as well as being the main tool for a regional rainfall-runoff modelling study in Zambia. During the development of SPATSIM, the South African water resources database (WR90 Midgley et ai, 1994) was used as one of the main sources of information for testing. This database consists of monthly rainfall, streamflow, evaporation, Pitman model parameters, etc. for 1946 quaternary basins covering the whole of South Africa, Swaziland and Lesotho and includes the relevant spatial information. Within IWR, SPATSIM has now become the primary tool for accessing the WR90 database. On the basis of this experience, this type of approach has been recommended for use in a proposed South African Development Community (SADC)-wide water resource assessment project (Water Research Commission, 2001). This project proposes the use of a single rainfall-runoff model to develop a database of simulated naturalized streamflow for approximately sub-basins within the region. It is inevitable that a large amount of supporting information (observed flows, rainfall, evaporation, water use, basin physical characteristics) will also be required and for the region to obtain the maximum benefit from the project, a range of data display and analysis facilities will be required. Two of the most important components of the proposed SADC water resource assessment project are the need to develop a common understanding of water resource issues and to build capacity in water resource analysis methods. Experience suggests that the development of capacity, as well as common understanding, can be more readily facilitated when similar tools and methodologies are employed throughout the region. Rather than having a number of different tools, all of which need to be learnt and supported, the development of experience in the use of a single flexible tool should

7 The development of an information modelling system for regional water resource assessments 49 promote further learning. It must be noted that this does not refer to the use of a single model or analysis method, but a single framework in which a variety of models can be applied. Promoting a tool similar to SPATSIM, does not therefore amount to promoting total standardization and the institutionalization of water resource analysis methods within the region. The transfer of analysis methods within a large region is often difficult because methods are developed to access a specific data format and new users have to convert their data. It is the intention of IWR to add a wide range of time series data import options that will ultimately be able to cater for any data type that is found in the SADC region. Experience of these different data types has already been gained through the Southern African FRIEND programme (Hughes, 1997). In conclusion, SPATSIM offers a flexible and efficient approach to storing waterresource-related information, as well as a vehicle for carrying out a wide variety of data analysis and modelling methods. It is still in the early stages of development, but has already been found to be a useful tool for several different purposes. As it becomes more widely used it is inevitable that improvements will be identified and new facilities added. The bulk of the development work has been carried out under funding from the Water Research Commission of South Africa and therefore SPATSIM is available free of development costs and is not a commercial software package. There are, however, distribution costs related to MapObjects applications and consideration will have to be given to future development and support costs. These issues will be resolved as and when there is broader interest in the use of the software. REFERENCES Department ofwaler Affairs and Forestry (1997) White Paper on a National Water Policy for South Africa. Dept of Water Affairs and Forestry, Pretoria. Hughes, D. A. (1997) Southern African "FRIEND" the application of rainfall-runoff models in the SADC region. Report to the Water Research Commission hy the Institute for Water Research, Rhodes University. Water Research Commission Report no. 235/1/97, Pretoria, South Africa. Hughes, D. A. (2001) Providing hydrological information and data analysis tools for the determination of ecological inslream flow requirements for South African rivers../. Hydrol. 241, Hughes, D. A. & Smakhtin, V. (1996) Daily How data time series patching or extension, a spatial interpolation approach based on How duration curves. Hydrol. Sci. J. 41(6), Hughes, D. A., Forsyth, D. & Walkins, D. A. (2000) An integrated software package for the analysis and display of hydrological or water resources time series data. Water Research Commission Report no. 867/1/2000, Pretoria, South Africa. Hughes, D. A., Murdoch, K. A. & Saini, K. (1994) A hydrological model application system a tool for integrated river basin management, in: Integrated River Basin Development (cd. by C. Kirby & W. R. White,), John Wiley, Chichester, UK Midgley, D. C, Pitman, W. V. & Middlelon. B..1. (1994) Surface water resources of South Africa A user guide plus six vols of data appendices and a map. Water Research Commission Reports 298/1/94 to 298/6/94, Pretoria, South Africa. Pitman, W. V. (1973) A mathematical model for generating river Hows from meteorological data in South Africa. Report no. 2/73, Hydrological Research Unit, University of the Witwatersrand, Johannesburg, South Africa. Water Research Commission (2001 ) Assessment of surface water resources. PCN14 terms of reference. Complied for the SADC Water Sector Coordination Unit. Water Research Commission Report no. 1112/1/01, Pretoria, South Africa.

Review, Automated Estimation and Analyses of Drought Indices in South Asia

Review, Automated Estimation and Analyses of Drought Indices in South Asia WORKING PAPER 83 Drought Series. Paper 1 Review, Automated Estimation and Analyses of Drought Indices in South Asia V. U. Smakhtin and D. A. Hughes International Water Management I n s t i t u t e Working

More information

Quality Assurance for Hydrometric Network Data as a Basis for Integrated River Basin Management

Quality Assurance for Hydrometric Network Data as a Basis for Integrated River Basin Management Quality Assurance for Hydrometric Network Data as a Basis for Integrated River Basin Management FRANK SCHLAEGER 1, MICHAEL NATSCHKE 1 & DANIEL WITHAM 2 1 Kisters AG, Charlottenburger Allee 5, 52068 Aachen,

More information

Hydrologic Modeling using HEC-HMS

Hydrologic Modeling using HEC-HMS Hydrologic Modeling using HEC-HMS Prepared by Venkatesh Merwade School of Civil Engineering, Purdue University vmerwade@purdue.edu April 2012 Introduction The intent of this exercise is to introduce you

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

Estimating Potential Reduction Flood Benefits of Restored Wetlands

Estimating Potential Reduction Flood Benefits of Restored Wetlands Estimating Potential Reduction Flood Benefits of Restored Wetlands Kenneth W. Potter University of Wisconsin Introduction Throughout the summer of 1993 a recurring question was the impact of wetland drainage

More information

Quality assurance for hydrometric network data as a basis for integrated river basin management

Quality assurance for hydrometric network data as a basis for integrated river basin management Water in Celtic Countries: Quantity, Quality and Climate Variability (Proceedings of the Fourth InterCeltic Colloquium on Hydrology and Management of Water Resources, Guimarães, Portugal, July 2005). IAHS

More information

How To Understand And Understand The Flood Risk Of Hoang Long River In Phuon Vietnam

How To Understand And Understand The Flood Risk Of Hoang Long River In Phuon Vietnam FLOOD HAZARD AND RISK ASSESSMENT OF HOANG LONG RIVER BASIN, VIETNAM VU Thanh Tu 1, Tawatchai TINGSANCHALI 2 1 Water Resources University, Assistant Professor, 175 Tay Son Street, Dong Da District, Hanoi,

More information

ADDING VALUE TO BOM FLOOD PREDICTIONS (WITHOUT MESSING AROUND WITH MODELS)

ADDING VALUE TO BOM FLOOD PREDICTIONS (WITHOUT MESSING AROUND WITH MODELS) ADDING VALUE TO BOM FLOOD PREDICTIONS (WITHOUT MESSING AROUND WITH MODELS) Mark Babister Steve Opper Peter Cinque Matthew Chadwick Belinda Davies Director, Webb McKeown & Associates Director, Emergency

More information

CCI-HYDR Perturbation Tool. A climate change tool for generating perturbed time series for the Belgian climate MANUAL, JANUARY 2009

CCI-HYDR Perturbation Tool. A climate change tool for generating perturbed time series for the Belgian climate MANUAL, JANUARY 2009 CCI-HYDR project (contract SD/CP/03A) for: Programme SSD «Science for a Sustainable Development» MANUAL, JANUARY 2009 CCI-HYDR Perturbation Tool A climate change tool for generating perturbed time series

More information

Appendix C - Risk Assessment: Technical Details. Appendix C - Risk Assessment: Technical Details

Appendix C - Risk Assessment: Technical Details. Appendix C - Risk Assessment: Technical Details Appendix C - Risk Assessment: Technical Details Page C1 C1 Surface Water Modelling 1. Introduction 1.1 BACKGROUND URS Scott Wilson has constructed 13 TUFLOW hydraulic models across the London Boroughs

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

CAD and Creativity. Contents

CAD and Creativity. Contents CAD and Creativity K C Hui Department of Automation and Computer- Aided Engineering Contents Various aspects of CAD CAD training in the university and the industry Conveying fundamental concepts in CAD

More information

AZ EGER-PATAK HIDROLÓGIAI VIZSGÁLATA, A FELSZÍNI VÍZKÉSZLETEK VÁRHATÓ VÁLTOZÁSÁBÓL ADÓDÓ MÓDOSULÁSOK AZ ÉGHAJLATVÁLTOZÁS HATÁSÁRA

AZ EGER-PATAK HIDROLÓGIAI VIZSGÁLATA, A FELSZÍNI VÍZKÉSZLETEK VÁRHATÓ VÁLTOZÁSÁBÓL ADÓDÓ MÓDOSULÁSOK AZ ÉGHAJLATVÁLTOZÁS HATÁSÁRA AZ EGER-PATAK HIDROLÓGIAI VIZSGÁLATA, A FELSZÍNI VÍZKÉSZLETEK VÁRHATÓ VÁLTOZÁSÁBÓL ADÓDÓ MÓDOSULÁSOK AZ ÉGHAJLATVÁLTOZÁS HATÁSÁRA GÁBOR KEVE 1, GÉZA HAJNAL 2, KATALIN BENE 3, PÉTER TORMA 4 EXTRAPOLATING

More information

Software: AutoCAD Civil 3D 2014, NRCS C3D 2014 template, ESRI ArcMap. Notation:Button to Press Displayed Text Icon Action {Text to Enter} Menu Item

Software: AutoCAD Civil 3D 2014, NRCS C3D 2014 template, ESRI ArcMap. Notation:Button to Press Displayed Text Icon Action {Text to Enter} Menu Item Overview: Use the following processes for exchanging georeferenced data between AutoCAD Civil 3D 2014 and ArcMap. The work must be based in any real world coordinate system. (This example uses NAD 83 UTM

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

Making an image using altitude as background image

Making an image using altitude as background image Try to re-do the previous exercise with different settings under Distance in Km between gridlines, Maximum interpolation radius (in Km), Minimum number of nearest stations and Maximum number of nearest

More information

New challenges of water resources management: Title the future role of CHy

New challenges of water resources management: Title the future role of CHy New challenges of water resources management: Title the future role of CHy by Bruce Stewart* Karl Hofius in his article in this issue of the Bulletin entitled Evolving role of WMO in hydrology and water

More information

Understanding Complex Models using Visualization: San Bernardino Valley Ground-water Basin, Southern California

Understanding Complex Models using Visualization: San Bernardino Valley Ground-water Basin, Southern California Understanding Complex Models using Visualization: San Bernardino Valley Ground-water Basin, Southern California Zhen Li and Wesley R. Danskin U.S. Geological Survey, zhenli@usgs.gov, wdanskin@usgs.gov,

More information

STATISTICAL SOFTWARE PACKAGE

STATISTICAL SOFTWARE PACKAGE STATISTICAL SOFTWARE PACKAGE Jeff Harris david.j.harris@usace.army.mil, Gary Brunnergary.w.brunner@usace.army.mil, Matt Fleming matthew.j.fleming@usace.army.mil, Beth Faber Ph.D. beth.a.faber@usace.army.mil,

More information

COS702; Assignment 6. Point Cloud Data Surface Interpolation University of Southern Missisippi Tyler Reese December 3, 2012

COS702; Assignment 6. Point Cloud Data Surface Interpolation University of Southern Missisippi Tyler Reese December 3, 2012 COS702; Assignment 6 Point Cloud Data Surface Interpolation University of Southern Missisippi Tyler Reese December 3, 2012 The Problem COS 702, Assignment 6: Given appropriate sets of Point Cloud data,

More information

Fort Dodge Stormwater Master Planning. Prepared By: Ralph C. Stark, Jr., P.E., C.F.M. Joel N. Krause, P.E., C.F.M.

Fort Dodge Stormwater Master Planning. Prepared By: Ralph C. Stark, Jr., P.E., C.F.M. Joel N. Krause, P.E., C.F.M. Fort Dodge Stormwater Master Planning Prepared By: Ralph C. Stark, Jr., P.E., C.F.M. Joel N. Krause, P.E., C.F.M. Project Location Project Background Flooding History Localized flooding and storm sewer

More information

5.3.1 Arithmetic Average Method:

5.3.1 Arithmetic Average Method: Computation of Average Rainfall over a Basin: To compute the average rainfall over a catchment area or basin, rainfall is measured at a number of gauges by suitable type of measuring devices. A rough idea

More information

Feasibility Study Mzimvubu Water Project

Feasibility Study Mzimvubu Water Project Feasibility Study Mzimvubu Water Project Newsletter 2/September 2013 Activities and Achievements to Date A Detailed Feasibility Study is underway in the Eastern Cape to investigate a potential site for

More information

Catchment Scale Processes and River Restoration. Dr Jenny Mant Jenny@therrc.co.uk. The River Restoration Centre therrc.co.uk

Catchment Scale Processes and River Restoration. Dr Jenny Mant Jenny@therrc.co.uk. The River Restoration Centre therrc.co.uk Catchment Scale Processes and River Restoration Dr Jenny Mant Jenny@therrc.co.uk The River Restoration Centre therrc.co.uk 3 Main Catchment Elements Hydrology Energy associated with the flow of water affects

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

Modelling of Urban Flooding in Dhaka City

Modelling of Urban Flooding in Dhaka City Modelling of Urban Flooding in Dhaka City Chusit Apirumanekul*, Ole Mark* *Water Engineering & Management, Asian Inst. of Technology, PO Box 4, Klong Luang, Pathumthani 12120, Thailand Abstract Flooding

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

Environmental Data Management Programs

Environmental Data Management Programs Hydrologic Engineering Centre (HEC) Software CD Collection of programs, developed by the U.S. Army Corps of Engineers Environmental Data Management Programs Name: HEC-DSS Package Purpose: Data Storage

More information

Operational snow mapping by satellites

Operational snow mapping by satellites Hydrological Aspects of Alpine and High Mountain Areas (Proceedings of the Exeter Symposium, Juiy 1982). IAHS Publ. no. 138. Operational snow mapping by satellites INTRODUCTION TOM ANDERSEN Norwegian Water

More information

Application of Monte Carlo Simulation Technique with URBS Model for Design Flood Estimation of Large Catchments

Application of Monte Carlo Simulation Technique with URBS Model for Design Flood Estimation of Large Catchments Application of Monte Carlo Simulation Technique with URBS Model for Design Flood Estimation of Large Catchments J. Charalambous ab, A. Rahman c and D. Carroll a a City Design, Brisbane City Council, hc@brisbane.qld.gov.au

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

Software Development

Software Development ARIDE Assessment of the Regional Impact of Droughts in Europe Report No. 12 Software Development December 2000 Institute of Hydrology, University of Freiburg Report No. 12 Software Development Siegfried

More information

MIKE SHE PP User Manual Water Balance Utility

MIKE SHE PP User Manual Water Balance Utility MIKE SHE PP User Manual Water Balance Utility CONTENTS 1 WATER BALANCE UTILITY... 1 1.1 Macro File... 2 1.1.1 Input to MIKE SHE water balance extraction program... 2 1.1.2 Input to MIKE SHE water balance

More information

1 in 30 year 1 in 75 year 1 in 100 year 1 in 100 year plus climate change (+30%) 1 in 200 year

1 in 30 year 1 in 75 year 1 in 100 year 1 in 100 year plus climate change (+30%) 1 in 200 year Appendix C1 Surface Water Modelling 1 Overview 1.1 The Drain London modelling was designed to analyse the impact of heavy rainfall events across each London borough by assessing flow paths, velocities

More information

The application of Web GIS in emergency flood control system

The application of Web GIS in emergency flood control system 80 GIS and Remote Sensing in Hydrology, Water Resources and Environment (Proceedings of ICGRHWE held at the Three Gorges Dam, China, September 2003). IAHS Pub!. 289. 2004 The application of Web GIS in

More information

An Assessment of Hydrology and Environmental Flows in the Walawe River Basin,

An Assessment of Hydrology and Environmental Flows in the Walawe River Basin, WORKING PAPER 103 An Assessment of Hydrology and Environmental Flows in the Walawe River Basin, Sri Lanka Vladimir Smakhtin and Neelanga Weragala International Water Management I n s t i t u t e Working

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

Image source: www.rivers.gov. Visual Data Analytics, LLC

Image source: www.rivers.gov. Visual Data Analytics, LLC AWRA Spring Specialty AWRA Conference Spring Specialty on GIS Conference and Water on Resources GIS and Water VIII Resources May 13, 2014 Using a Temporal Information System for Visualization and Analysis

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

An Introduction to Point Pattern Analysis using CrimeStat

An Introduction to Point Pattern Analysis using CrimeStat Introduction An Introduction to Point Pattern Analysis using CrimeStat Luc Anselin Spatial Analysis Laboratory Department of Agricultural and Consumer Economics University of Illinois, Urbana-Champaign

More information

USING DETAILED 2D URBAN FLOODPLAIN MODELLING TO INFORM DEVELOPMENT PLANNING IN MISSISSAUGA, ON

USING DETAILED 2D URBAN FLOODPLAIN MODELLING TO INFORM DEVELOPMENT PLANNING IN MISSISSAUGA, ON 22nd Canadian Hydrotechnical Conference 22e Conférence canadienne d hydrotechnique Water for Sustainable Development : Coping with Climate and Environmental Changes L eau pour le développement durable:

More information

MMGD0203 Multimedia Design MMGD0203 MULTIMEDIA DESIGN. Chapter 3 Graphics and Animations

MMGD0203 Multimedia Design MMGD0203 MULTIMEDIA DESIGN. Chapter 3 Graphics and Animations MMGD0203 MULTIMEDIA DESIGN Chapter 3 Graphics and Animations 1 Topics: Definition of Graphics Why use Graphics? Graphics Categories Graphics Qualities File Formats Types of Graphics Graphic File Size Introduction

More information

Chapter 3 : Reservoir models

Chapter 3 : Reservoir models Chapter 3 : Reservoir models 3.1 History In earlier days, the dot graph of Kuipers was used to perform an impact assessment for combined sewer systems [Ribbius, 1951]. For a long period of rainfall, individual

More information

An Introduction to Open Source Geospatial Tools

An Introduction to Open Source Geospatial Tools An Introduction to Open Source Geospatial Tools by Tyler Mitchell, author of Web Mapping Illustrated GRSS would like to thank Mr. Mitchell for this tutorial. Geospatial technologies come in many forms,

More information

State of Green Infrastructure in the Gauteng City-Region

State of Green Infrastructure in the Gauteng City-Region State of Green Infrastructure in the Gauteng City-Region Valuing Natural Capital Dialogue City of Johannesburg 26 th February 2014 Kerry Bobbins Researcher GCRO kerry.bobbins@gcro.ac.za Overview Structure

More information

THE COLORADO RIVER BASIN WATER SUPPLY AND DEMAND STUDY: MODELING TO SUPPORT A ROBUST PLANNING FRAMEWORK

THE COLORADO RIVER BASIN WATER SUPPLY AND DEMAND STUDY: MODELING TO SUPPORT A ROBUST PLANNING FRAMEWORK THE COLORADO RIVER BASIN WATER SUPPLY AND DEMAND STUDY: MODELING TO SUPPORT A ROBUST PLANNING FRAMEWORK Alan Butler, Hydrologic Engineer, Bureau of Reclamation, Lower Colorado Region, rabutler@usbr.gov;

More information

DATA STORAGE, ACCESS AND DISSEMINATION [HOMS G06]

DATA STORAGE, ACCESS AND DISSEMINATION [HOMS G06] CHAPTER 10 DATA STORAGE, ACCESS AND DISSEMINATION [HOMS G06] 10.1 INTRODUCTION The availability of sufficient good quality data underpins all aspects of hydrology, from research, to water resources assessment

More information

USGS StreamStats Web Application for Kentucky

USGS StreamStats Web Application for Kentucky USGS StreamStats Web Application for Kentucky Implementation of selected low- and mean-flow estimating equations Gary Martin, Hydrologist Project Chief U.S. Geological Survey, Kentucky Water Science Center

More information

Rasterization: Where the Term Comes From and What It Does:

Rasterization: Where the Term Comes From and What It Does: Rasterization: Rasterization is the term used to describe the process of converting a vector illustration (simple shapes) to a raster image (points and pixels). This is done in design software in order

More information

FLOODPLAIN DELINEATION IN MUGLA-DALAMAN PLAIN USING GIS BASED RIVER ANALYSIS SYSTEM

FLOODPLAIN DELINEATION IN MUGLA-DALAMAN PLAIN USING GIS BASED RIVER ANALYSIS SYSTEM FLOODPLAIN DELINEATION IN MUGLA-DALAMAN PLAIN USING GIS BASED RIVER ANALYSIS SYSTEM Dr. Murat Ali HATİPOĞLU Fatih KESKİN Kemal SEYREK State Hydraulics Works (DSI), Investigation and Planning Department

More information

Degree Reduction of Interval SB Curves

Degree Reduction of Interval SB Curves International Journal of Video&Image Processing and Network Security IJVIPNS-IJENS Vol:13 No:04 1 Degree Reduction of Interval SB Curves O. Ismail, Senior Member, IEEE Abstract Ball basis was introduced

More information

WILLOCHRA BASIN GROUNDWATER STATUS REPORT 2009-10

WILLOCHRA BASIN GROUNDWATER STATUS REPORT 2009-10 WILLOCHRA BASIN GROUNDWATER STATUS REPORT 2009-10 SUMMARY 2009-10 The Willochra Basin is situated in the southern Flinders Ranges in the Mid-North of South Australia, approximately 50 km east of Port Augusta

More information

Payments for Ecosystem Services: towards improved biodiversity conservation and water security in South Africa, a semi-arid, developing country

Payments for Ecosystem Services: towards improved biodiversity conservation and water security in South Africa, a semi-arid, developing country Payments for Ecosystem Services: towards improved biodiversity conservation and water security in South Africa, a semi-arid, developing country Jane Turpie & James Blignaut Introduction Ecosystems largely

More information

Hydrologic Modeling System HEC-HMS

Hydrologic Modeling System HEC-HMS Hydrologic Engineering Center Hydrologic Modeling System HEC-HMS Release Notes Version 4.0 December 2013 Approved for Public Release Distribution Unlimited Hydrologic Modeling System HEC-HMS, Release Notes

More information

Risk and vulnerability assessment of the build environment in a dynamic changing society

Risk and vulnerability assessment of the build environment in a dynamic changing society Risk and vulnerability assessment of the build environment in a dynamic changing society Limnei Nie SINTEF Building and infrastructure, P.O.Box 124 Blindern, NO-0314 Oslo, Norway. linmei.nie@sintef.no

More information

A sediment monitoring program for North America

A sediment monitoring program for North America Erosion and Sediment Transport Monitoring Programmes in River Basins (Proceedings of the Oslo Symposium, August 1992). IAHS Publ. no. 210, 1992. 391 A sediment monitoring program for North America W.R.

More information

HYDROLOGY OF THE TRANSBOUNDARY DRIN RIVER BASIN

HYDROLOGY OF THE TRANSBOUNDARY DRIN RIVER BASIN University of Texas at Austin GIS in Water Resources Instructor: Dr. David Maidment HYDROLOGY OF THE TRANSBOUNDARY DRIN RIVER BASIN Wikipedia Elisabeta Poci December, 2011 1 Table of Contents: 1. Introduction

More information

Working with Digital Elevation Models and Digital Terrain Models in ArcMap 9

Working with Digital Elevation Models and Digital Terrain Models in ArcMap 9 Working with Digital Elevation Models and Digital Terrain Models in ArcMap 9 1 TABLE OF CONTENTS INTRODUCTION...3 WORKING WITH DIGITAL TERRAIN MODEL (DTM) DATA FROM NRVIS, CITY OF KITCHENER, AND CITY OF

More information

WATER STORAGE, TRANSPORT, AND DISTRIBUTION Multi-Dam Systems and their Operation - J.J. Cassidy MULTI-DAM SYSTEMS AND THEIR OPERATION

WATER STORAGE, TRANSPORT, AND DISTRIBUTION Multi-Dam Systems and their Operation - J.J. Cassidy MULTI-DAM SYSTEMS AND THEIR OPERATION MULTI-DAM SYSTEMS AND THEIR OPERATION J.J. Cassidy Consulting Hydraulic and Hydrologic Engineer, Concord, California, USA Keywords: Dams, reservoirs, rivers, water storage, dam safety, floods, environment,

More information

Macro water sharing plans the approach for unregulated rivers

Macro water sharing plans the approach for unregulated rivers Macro water sharing plans the approach for unregulated rivers Access and trading rules for pools Leading policy and reform in sustainable water management Publisher NSW Office of Water Level 18, 227 Elizabeth

More information

Multiphase Flow - Appendices

Multiphase Flow - Appendices Discovery Laboratory Multiphase Flow - Appendices 1. Creating a Mesh 1.1. What is a geometry? The geometry used in a CFD simulation defines the problem domain and boundaries; it is the area (2D) or volume

More information

Hydrogeological Data Visualization

Hydrogeological Data Visualization Conference of Junior Researchers in Civil Engineering 209 Hydrogeological Data Visualization Boglárka Sárközi BME Department of Photogrammetry and Geoinformatics, e-mail: sarkozi.boglarka@fmt.bme.hu Abstract

More information

Methodology for Merit Order Dispatch. Version 1.0

Methodology for Merit Order Dispatch. Version 1.0 Methodology for Merit Order Dispatch Version 1.0 25 th April 2011 TABLE OF CONTENTS 1. OBJECTIVES... 1 2. ROADMAP FOR IMPLEMENTATION... 1 3. DEFINITIONS... 3 4. OPERATIONS PLANNING... 3 4.1. General Considerations...

More information

University of Arkansas Libraries ArcGIS Desktop Tutorial. Section 4: Preparing Data for Analysis

University of Arkansas Libraries ArcGIS Desktop Tutorial. Section 4: Preparing Data for Analysis : Preparing Data for Analysis When a user acquires a particular data set of interest, it is rarely in the exact form that is needed during analysis. This tutorial describes how to change the data to make

More information

Design and Implementation of Double Cube Data Model for Geographical Information System

Design and Implementation of Double Cube Data Model for Geographical Information System The International Arab Journal of Information Technology, Vol. 1, No. 2, July 2004 215 Design and Implementation of Double Cube Data Model for Geographical Information System Mohd Shafry Mohd Rahim, Daut

More information

Creating the environment for business

Creating the environment for business 1. Introduction 1.1 Introduction to Water Cycle Strategies (WCS) 1.1.1 Background The water cycle describes the pathways and processes through which water moves through the natural and built environment,

More information

Newsletter #5: Groundwater In The National Water Balance

Newsletter #5: Groundwater In The National Water Balance Email not displaying correctly? View it in your browser. Newsletter #5: Groundwater In The National Water Balance How Much Groundwater Does South Africa Have? This fundamental question was the title of

More information

Title: Guiding Models and Norm Study for Water Storage: A new way of thinking?

Title: Guiding Models and Norm Study for Water Storage: A new way of thinking? Tools Title: Guiding Models and Norm Study for Water Storage: A new way of thinking? Keywords: Regional; communication; inundation; stakeholder engagement; water management; spatial planning Audience:

More information

Flood Modelling for Cities using Cloud Computing FINAL REPORT. Vassilis Glenis, Vedrana Kutija, Stephen McGough, Simon Woodman, Chris Kilsby

Flood Modelling for Cities using Cloud Computing FINAL REPORT. Vassilis Glenis, Vedrana Kutija, Stephen McGough, Simon Woodman, Chris Kilsby Summary Flood Modelling for Cities using Cloud Computing FINAL REPORT Vassilis Glenis, Vedrana Kutija, Stephen McGough, Simon Woodman, Chris Kilsby Assessment of pluvial flood risk is particularly difficult

More information

MASENO UNIVERSITY OFFICE OF THE DEPUTY VICE-CHANCELLOR, PARTNERSHIPS, RESEARCH & INNOVATIONS

MASENO UNIVERSITY OFFICE OF THE DEPUTY VICE-CHANCELLOR, PARTNERSHIPS, RESEARCH & INNOVATIONS MASENO UNIVERSITY OFFICE OF THE DEPUTY VICE-CHANCELLOR, PARTNERSHIPS, RESEARCH & INNOVATIONS Maseno University has received a research grant from the African Development Bank (AfDB) towards a project entitled

More information

Quantifying Potential Floodplain Restoration Benefits in the Upper Mississippi River Basin, USA

Quantifying Potential Floodplain Restoration Benefits in the Upper Mississippi River Basin, USA Quantifying Potential Floodplain Restoration Benefits in the Upper Mississippi River Basin, USA Michael Schwar, Ph.D. PE (MARS) Eileen Fretz (American Rivers) Mississippi River Commission/USACE Upper Mississippi

More information

COMPARISON OF TWO DIFFERENT SURFACES FOR 3D MODEL ABSTRACTION IN SUPPORT OF REMOTE SENSING SIMULATIONS BACKGROUND

COMPARISON OF TWO DIFFERENT SURFACES FOR 3D MODEL ABSTRACTION IN SUPPORT OF REMOTE SENSING SIMULATIONS BACKGROUND COMPARISON OF TWO DIFFERENT SURFACES FOR 3D MODEL ABSTRACTION IN SUPPORT OF REMOTE SENSING SIMULATIONS Paul Pope, Ph.D. Doug Ranken Los Alamos National Laboratory Los Alamos, New Mexico 87545 papope@lanl.gov

More information

River Flooding and the Grid-to-Grid Hydrological Model

River Flooding and the Grid-to-Grid Hydrological Model River Flooding and the Grid-to-Grid Hydrological Model Summary of Impacts Impact Mitigating the annual costs of damage from ordinary river flooding Mitigating the costs of damage from extreme river flooding

More information

SPATIAL ANALYSIS IN GEOGRAPHICAL INFORMATION SYSTEMS. A DATA MODEL ORffiNTED APPROACH

SPATIAL ANALYSIS IN GEOGRAPHICAL INFORMATION SYSTEMS. A DATA MODEL ORffiNTED APPROACH POSTER SESSIONS 247 SPATIAL ANALYSIS IN GEOGRAPHICAL INFORMATION SYSTEMS. A DATA MODEL ORffiNTED APPROACH Kirsi Artimo Helsinki University of Technology Department of Surveying Otakaari 1.02150 Espoo,

More information

GEOGRAPHY 591 GIS FOR APPLIED GRADUATE STUDENT RESEARCH

GEOGRAPHY 591 GIS FOR APPLIED GRADUATE STUDENT RESEARCH GEOGRAPHY 591 GIS FOR APPLIED GRADUATE STUDENT RESEARCH Instructor: Erin Latham (elatham@uvic.ca) Room: SSM B365 Time/Location: 8:30-4:30, SSM A251 Dates: **Two weekends plus one Saturday: Sept 27/28 th

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

Utilizing spatial information systems for non-spatial-data analysis

Utilizing spatial information systems for non-spatial-data analysis Jointly published by Akadémiai Kiadó, Budapest Scientometrics, and Kluwer Academic Publishers, Dordrecht Vol. 51, No. 3 (2001) 563 571 Utilizing spatial information systems for non-spatial-data analysis

More information

Flash Flood Science. Chapter 2. What Is in This Chapter? Flash Flood Processes

Flash Flood Science. Chapter 2. What Is in This Chapter? Flash Flood Processes Chapter 2 Flash Flood Science A flash flood is generally defined as a rapid onset flood of short duration with a relatively high peak discharge (World Meteorological Organization). The American Meteorological

More information

A Short Introduction to Computer Graphics

A Short Introduction to Computer Graphics A Short Introduction to Computer Graphics Frédo Durand MIT Laboratory for Computer Science 1 Introduction Chapter I: Basics Although computer graphics is a vast field that encompasses almost any graphical

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

Adoption of an Interim 602(a) Storage Guideline. Final Environmental Assessment

Adoption of an Interim 602(a) Storage Guideline. Final Environmental Assessment Adoption of an Interim 602(a) Storage Guideline Final Environmental Assessment U.S. Department of the Interior Bureau of Reclamation March 2004 The mission of the Department of the Interior is to protect

More information

Tutorial - PEST. Visual MODFLOW Flex. Integrated Conceptual & Numerical Groundwater Modeling

Tutorial - PEST. Visual MODFLOW Flex. Integrated Conceptual & Numerical Groundwater Modeling Tutorial - PEST Visual MODFLOW Flex Integrated Conceptual & Numerical Groundwater Modeling PEST with Pilot Points Tutorial This exercise demonstrates some of the advanced and exiting opportunities for

More information

ROLE OF THE MODELING, MAPPING, AND CONSEQUENCES PRODUCTION CENTER

ROLE OF THE MODELING, MAPPING, AND CONSEQUENCES PRODUCTION CENTER ROLE OF THE MODELING, MAPPING, AND CONSEQUENCES PRODUCTION CENTER Russ Wyckoff, P.E., CFM, MMC Modeling Lead, Tulsa District, USACE, Tulsa, Oklahoma, russell.wyckoff@usace.army.mil ABSTRACT: The goal 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

PJ McGrath and L Nickola University of South Africa, Private Bag X6, Florida, 1710 South Africa mcgrapj@unisa.ac.za. Abstract

PJ McGrath and L Nickola University of South Africa, Private Bag X6, Florida, 1710 South Africa mcgrapj@unisa.ac.za. Abstract A NEW EDUCATION FRAMEWORK AND THE IMPACT ON VOCATIONAL QUALIFICATIONS OFFERED BY SOUTH AFRICAN COMPREHENSIVE UNIVERSITIES AND UNIVERSITIES OF TECHNOLOGY PJ McGrath and L Nickola University of South Africa,

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

Advanced Water Accounting Transactions for the Truckee River Operating Agreement

Advanced Water Accounting Transactions for the Truckee River Operating Agreement Advanced Water Accounting Transactions for the Truckee River Operating Agreement RiverWare User Group Meeting August 13 th, 2008 Shane Coors Lahontan Basin Area Office Basin Location Water Accounting Water

More information

BEST PRACTICE GUIDELINES FOR FLOOD RISK ASSESSMENT IN THE LOWER MEKONG RIVER BASIN

BEST PRACTICE GUIDELINES FOR FLOOD RISK ASSESSMENT IN THE LOWER MEKONG RIVER BASIN Paper 3-4-3 BEST PRACTICE GUIDELINES FOR FLOOD RISK ASSESSMENT IN THE LOWER MEKONG RIVER BASIN GERT SLUIMER 1, HENK OGINK 2, FERDINAND DIERMANSE 2, FRANK KEUKELAAR 1, BAS JONKMAN 1, TRAN KIM THANH 3 AND

More information

What is GIS? Geographic Information Systems. Introduction to ArcGIS. GIS Maps Contain Layers. What Can You Do With GIS? Layers Can Contain Features

What is GIS? Geographic Information Systems. Introduction to ArcGIS. GIS Maps Contain Layers. What Can You Do With GIS? Layers Can Contain Features What is GIS? Geographic Information Systems Introduction to ArcGIS A database system in which the organizing principle is explicitly SPATIAL For CPSC 178 Visualization: Data, Pixels, and Ideas. What Can

More information

ERCB/AGS Information Series 136. Digital Mapping and 3D Visualization/ Modelling of Subsurface Geology Using ArcGIS 9.2 and Well Log Data

ERCB/AGS Information Series 136. Digital Mapping and 3D Visualization/ Modelling of Subsurface Geology Using ArcGIS 9.2 and Well Log Data ERCB/AGS Information Series 136 Digital Mapping and 3D Visualization/ Modelling of Subsurface Geology Using ArcGIS 9.2 and Well Log Data ERCB/AGS Information Series 136 Digital Mapping and 3D Visualization/Modelling

More information

Data Integration with Geospatial Visualization Tools at the Hanford Site 14369

Data Integration with Geospatial Visualization Tools at the Hanford Site 14369 Data Integration with Geospatial Visualization Tools at the Hanford Site 14369 Brett Simpson*, Marisa Renevitz**, Jon Peschong*** * Vista Engineering Technologies, supporting Mission Support Alliance at

More information

Introduction Course in SPSS - Evening 1

Introduction Course in SPSS - Evening 1 ETH Zürich Seminar für Statistik Introduction Course in SPSS - Evening 1 Seminar für Statistik, ETH Zürich All data used during the course can be downloaded from the following ftp server: ftp://stat.ethz.ch/u/sfs/spsskurs/

More information

Hydrologic Modeling System HEC-HMS

Hydrologic Modeling System HEC-HMS Hydrologic Engineering Center Hydrologic Modeling System HEC-HMS Quick Start Guide Version 4.0 December 2013 Approved for Public Release Distribution Unlimited CPD-74D REPORT DOCUMENTATION PAGE Form Approved

More information

EKT150 Introduction to Computer Programming. Wk1-Introduction to Computer and Computer Program

EKT150 Introduction to Computer Programming. Wk1-Introduction to Computer and Computer Program EKT150 Introduction to Computer Programming Wk1-Introduction to Computer and Computer Program A Brief Look At Computer Computer is a device that receives input, stores and processes data, and provides

More information

Modelling floods and damage assessment using GIS

Modelling floods and damage assessment using GIS HydroGIS 96: Application of Geographic Information Systems in Hydrology and Water Resources Management (Proceedings of the Vienna Conference, April 1996). IAHS Publ. no. 235, 1996. 299 Modelling floods

More information

Methods for Determination of Safe Yield and Compensation Water from Storage Reservoirs

Methods for Determination of Safe Yield and Compensation Water from Storage Reservoirs US Army Corps of Engineers Hydrologic Engineering Center Methods for Determination of Safe Yield and Compensation Water from Storage Reservoirs October 1966 Approved for Public Release. Distribution Unlimited.

More information

CHAPTER 11 1 PREDICTION AND MODELING OF FLOOD HYDROLOGY AND HYDRAULICS

CHAPTER 11 1 PREDICTION AND MODELING OF FLOOD HYDROLOGY AND HYDRAULICS CHAPTER 11 1 PREDICTION AND MODELING OF FLOOD HYDROLOGY AND HYDRAULICS JORGE A. RAMÍREZ Water Resources, Hydrologic and Environmental Sciences Civil Engineering Department Colorado State University Fort

More information

Interactive comment on A simple 2-D inundation model for incorporating flood damage in urban drainage planning by A. Pathirana et al.

Interactive comment on A simple 2-D inundation model for incorporating flood damage in urban drainage planning by A. Pathirana et al. Hydrol. Earth Syst. Sci. Discuss., 5, C2756 C2764, 2010 www.hydrol-earth-syst-sci-discuss.net/5/c2756/2010/ Author(s) 2010. This work is distributed under the Creative Commons Attribute 3.0 License. Hydrology

More information

Hydrologic Engineering Techniques for Regional Water Resources Planning

Hydrologic Engineering Techniques for Regional Water Resources Planning US Army Corps of Engineers Hydrologic Engineering Center Hydrologic Engineering Techniques for Regional Water Resources Planning October 1969 Approved for Public Release. Distribution Unlimited. TP-17

More information