CONVERTING A NEXRAD MAP TO A FLOODPLAIN MAP. Oscar Robayo, Tim Whiteaker, and David Maidment*

Size: px
Start display at page:

Download "CONVERTING A NEXRAD MAP TO A FLOODPLAIN MAP. Oscar Robayo, Tim Whiteaker, and David Maidment*"

Transcription

1 CONVERTING A NEXRAD MAP TO A FLOODPLAIN MAP Oscar Robayo, Tim Whiteaker, and David Maidment* ABSTRACT: Using ArcGIS 9.0 ArcObjects and the new ModelBuilder environment, a methodology for converting a NEXRAD rainfall map time series to a floodplain map has been developed. The methodology integrates HEC-HMS and HEC-RAS modeling systems through flow change points in the stream network georeferenced in the Arc Hydro data model for water resources. The coupling of these external modeling systems via a common geographic framework enables dynamic and seamless end-to-end simulations for real time and planning operations. The integrating approach has been implemented in the San Antonio River basin, Texas, as part of a regional watershed modeling system being developed by the San Antonio River Authority (SARA), the City of San Antonio, and Bexar County. The Salado and Rosillo creeks were used to test a prototype version of the modeling framework which has been posted at SARA s metadada server and made available for public access and download. KEY TERMS: GIS; flood inundation maps; floodplain modeling; hydrologic and hydraulic modeling. INTRODUCTION Water resources planning and management relies heavily on engineering models. For a timely and systematic operation of this kind of management operations, an information technology framework is needed to streamline the modeling process. Connectivity of all modeling resources represents the main bottleneck to be addressed in order to achieve a continuous and operational workflow. The diverse nature of water resources models, file formats and data structures makes this a complex task only possible through new technological advances. A solution for reaching this integration is by using a spatial framework as the common ground for connectivity. In this light, a Geographically Integrated Hydrologic Modeling System has been devised and a preliminary definition, design, and implementation of a Regional Watershed Modeling System for the San Antonio River Basin Modeling Project have been accomplished. The spatial linkage of all modeling resources was implemented on the pilot basins of the project, The Salado and Rosillo Creeks, as a prototype work that will be later extended to the remaining watersheds of the basin. This paper describes the components needed to achieve an operational end-to-end integrated and dynamic modeling system under the ArcGIS ModelBuilder framework, the status of the on-going regional watershed modeling project, and the conclusions reached so far. STUDY AREA This research is being developed for the San Antonio River Basin (4,000 sq. miles) in Texas, which comprises a diverse basin including regulated subbasins and complex urban drainage systems that flow south-east bound towards the Gulf of Mexico. As part of the San Antonio River, the Salado Creek (222 sq. miles) and its tributary, the Rosillo Creek (29 sq. miles) were used as the pilot basins due to the availability of 2-foot contour lines from land surveys to characterize the channel cross sections, available HEC-HMS (USACE, 2000) and HEC-RAS (USACE, 1997) hydrologic and hydraulic modeling systems respectively (as provided by the city of San Antonio), and for representing complex urban settings at the south-east part of the city of San Antonio. *Respectively, Graduate Student, Graduate Student, Professor, University of Texas at Austin, Department of Civil Engineering, Center for Research in Water Resources, Burnet Rd. Bldg. 119, Austin, TX , Phone: (512) , Fax: (512) , oskatrin@mail.utexas.edu. 1

2 METHODOLOGY In order to be able to transform a rainfall map time series into a flood inundation map, the following workflow of connected processes was defined. In a broad sense, the proposed system should be able to acquire NEXRAD map time series to drive hydrologic simulations in HEC-HMS whose streamflow outcome will feed the hydraulic model HEC-RAS that provides the needed water surface elevations to perform the final floodplain delineation to get the flood inundation map. Figure 1 below provides the schematic of the conceptual workflow for the aforementioned steps. Figure 1. Conceptual Workflow to Convert a NEXRAD Map to a Floodplain Map The needed elements to support the full integration, the Arc Hydro data model (Maidment, 2002) for the study area, HEC-RAS and HEC-HMS model configurations, and previously obtained NEXRAD precipitation estimates, and all the components included in the conceptual workflow were generated. The main list of these components is shown below: 1. Reading Time Series into Arc Hydro data model 2. Transferring Time Series to corresponding modeling features 3. Input hyetographs into existing HEC-DSS for HEC-HMS 4. Executing HEC-HMS 5. Transferring flow values into Arc Hydro 6. Generating HEC-DSS file for HEC-RAS and updating related input files 7. Executing HEC-RAS 8. Transferring water surface elevations into Arc Hydro 9. Executing floodplain delineation processes From the above 9 main components, 6 of them deal with the transfer of time series records between systems having very different formats. The modeling systems of the Hydrologic Engineering Center (HEC) use the HEC Data Storage System for time series, HEC-DSS (USACE, 1995), a data base specifically designed for water resources applications that uses a block of time sequential data, called pathnames, as the basic unit of storage and that stores the records in binary format files for access efficiency. A good handle on the HEC-DSS system was critical in this implementation to make available relevant time series records from the geodatabase time series tables to the HEC-HMS and HEC-RAS models and to allow the transfer of records from HEC-DSS to geodatabase format to enable the needed geospatial manipulations. To automate the needed time series transfer processes between the involved independent systems (i.e., geodatabase and HEC-DSS), custom DLLs were developed based on HEC public domain access libraries for HEC-DSS (USACE, 1987, 1991). 2

3 A unique identifier (model codification) to support the connectivity between features in each model was needed to spatially relate features across the models. For HEC-HMS this code corresponds to a text string that is used as a feature identifier in the basin file (i.e., The ID of the outlet-nodes over which the streamflow hydrograph is computed) and which is also located in the "B Part" of the Pathnames in the HEC-DSS time series file catalog. This hydrologic identifier is hereby called the HMSCode and populated as an attribute field inside the geographic dataset (Arc Hydro). In the same manner, in HEC-RAS, the connectivity is accomplished by knowing which cross section is associated to the previous hydrologic features (tagged with HMSCodes). This implies knowing which river, reach and stationing the crosssection lies on, e.g. Rosillo, Upper, representing a sequence of comma-delimited identifiers defined as the RASCode in the geographic dataset of the study area. Thus, the geographic locations where the models are to exchange hydrologic information, "Flow change location points", to allow communication between models, were related by means of a geographic association (relationship class). The spatial character of this integration requirement is what makes a geographically integrated modeling system an attractive solution for model connectivity. After the modeling features were populated with corresponding model codes (HMSCode and RASCode in this case), a relationship class was needed between them to create a 1 to 1 association between. Not all cross sections in the hydraulic model represent points of information exchange, and each outlet node will have a unique downstream cross section over which transfer of streamflow information will take place. In the Geodatabase each of these flow change points were represented as a HydroJunction on the Arc Hydro network and the HydroID of this junction was stored as an attribute of the corresponding HMSCode and RASCode features that are connected to it (i.e., a Schematic Node for a HEC-HMS Junction; a Cross Section line for a HEC-RAS crosssection). Formal relationship classes between these features and HydroJunctions were created in Arc Catalog to make them permanent inside Arc Hydro. This association of features creates the mechanism HMSCode of HMSFeature to HydroID of HydroJunction and to RASCode of CrossSection that was needed to connect the HEC-HMS and HEC-RAS elements to support the exchange of information between them. In an effort to automate and batch multiple and sequential geoprocessing tasks of datasets using scripts in ArcGIS 9, ESRI has made available a new scripting environment called ModelBuilder. This environment can not only be used with standard ESRI geoprocesses but also with scripts referenced to custom DLLs that perform user-defined tasks. By generating and connecting all of the components in Figure 1, together under the new ArcGIS ModelBuilder framework through a combination of custom DLLs and standard tools, the envisioned end-to-end integrated system can take an arbitrary HEC-HMS model simulation output and use it to drive the computation of water surface elevations in a geographically connected hydraulic model. In this light, a geographically integrated modeling system is now a suitable and viable solution to accomplish the needed integration of modeling resources, datasets and stand-alone applications. In Addition to the main components in the workflow, two interface data models (IDM), one for HEC-HMS and one for HEC-RAS are being developed. This interfaces will give support to new spatially-based model configurations (reflecting what if scenarios or new basin and floodplain developments). Thus, the HEC-HMS IDM (Obenour, 2004) and HEC-RAS IDM, as represented in Figure 1, will allow for straightforward storage, setup, and update of new modeling scenarios to be included in under this integration scheme. RESULTS The prototype system representing the end-to-end integrated solution for the automatic generation of flood inundation maps has been tested on Rosillo Creek, a 29 square mile basin with a main stem channel of about 20 miles length having 223 cross sections for the hydraulic model. A description and graphical display of the resulting main phases of the procedure (as implemented on Rosillo Creek) is given below to show the progression of the proposed workflow needed to obtain the final flood inundation maps. Reading Precipitation Records and Mapping Time Series to Watersheds NEXRAD radar precipitation data for the Hydrologic Rainfall Analysis Project (HRAP) grid (a 4x4 Km square-celled map grid) is read from a series of text files containing hourly data for a storm event on July 1st, 2002 from 4:00 AM to midnight. The text files are read and the time series transferred to the geodatabase content under Arc Hydro format (i.e., to TimeSeries and TSType tables) as well as a HEC-Time Series Type table corresponding to a mirror image of the HEC-DSS Catalog to store the HEC-DSS descriptors of the data and to enable the storage of this data back into the HEC-DSS system. The Time Series records associated to NEXRAD cells are mapped to the watersheds to generate a hyetograph for each hydro response unit to provide input for the rainfall-runoff transformations in HEC-HMS. The time series transfer operation is done by means of a previously created intersection layer generated from the NEXRAD and the watershed polygons. By computing the NEXRAD cell area inside a given watershed polygon the tool estimates the average rainfall over the watershed (i.e., aerially weighted hyetographs). The graphical representation of the previous 2 steps is shown in Figure 2 below. 3

4 Figure 2. Ingesting Precipitation Data Executing the Hydrologic and Hydraulic Model A previously setup HEC-HMS hydrologic model for the Rosillo Creek basin is called with reference to the precipitation records now stored in the HEC-DSS system. The execution of HEC-HMS is done through a batch file based on the existing project file and the proper RUNID name. For the hydrologic-hydraulic connectivity to take place, the HEC-HMS outlet nodes must pass its output hydrographs to the geographically related HEC-RAS cross sections to appropriately perform the hydraulic routing of flows. This model elements (outlet nodes and cross sections) represent flow change points that deliver or receive information between consecutive models to allow for integration. To georeferenced and relate the needed flow change points, the Arc Hydro data model was used as the geographic integrator (as shown in Fig 3 below). A previously setup HEC-RAS model for the river system is called with reference to flow change location records from the previous hydrologic model. The execution of HEC-RAS is done through the HEC-RAS object library that exposes some execution and writing functionalities. The graphical representation of the previous 2 steps is shown in Figure 3 below. Figure 3. Floodplain Modeling Component 4

5 Floodplain Delineation Process The basic steps used to obtain the flood inundation polygon are similar to the processes used in the latest version of HEC-GeoRAS (ESRI, 2003) as follows: the simulated water surface elevation values are read from cross sections and used to create a water surface TIN. The water surface elevation TIN is converted to raster format, and an intersection is done between the water surface raster and the land surface raster to obtain a water surface depth raster. A polygon feature class is generated based on the generated water surface depth raster which represents the inundated area. The above main Post-processing steps for Floodplain delineation are graphically shown in Figure 4 below: Figure 4. Floodplain Delineation steps The final implementation of the automated system for transforming a NEXRAD map into a floodplain map resulted in the use of 10 custom designed dynamic link libraries (DLLs) and 9 standard ESRI tools tightly connected together to make the integration possible under the Arc GIS 9.0 ModelBuilder framework. The final ModelBuilder layout containing the 10 custom design scripts and 9 standard ESRI tools is shown in Figure 5 below. 5

6 Start End Figure 5. Integrating Workflow in ArcGIS ModelBuilder A historic storm event recorded by NEXRAD radar on July 1st, 2002 from 4:00 AM to midnight has been fed into the system to provide the primary input for the rainfall-runoff hydrologic and routing transformations. The computational time of the aforementioned integrated process (as shown in Figure 5 above) for the July 2002 storm event is only 2 minutes on an Intel XEON CPU with 2.20 GHz and 1 GB RAM. CONCLUSIONS A spatial linkage scheme was hereby outlined, designed, and tested which uses a GIS representation of the stream network and water features of any given region as a reference frame to link the operation of a series of engineering models, HEC-HMS and HEC-RAS. In linking HEC-HMS and HEC-RAS through the Arc Hydro data model, the inherent expertise of each model is exploited by allowing one model to de termine streamflow, and the next to determine water surface elevations and extents as a function of given streamflow obtained from previous simulations. Critical to the success of this integrating effort is the transfer of time series between linked model features and the wrapping geographic framework. This central transfer of time series was done at three levels, from the HEC-DSS system to the Geodatabase, within the Geodatabase, and between the Geodatabase and HEC-DSS system. The proposed integrated modeling system can be further expanded with flood information and impact analysis modules to assist in flood mitigation planning, and floodplain management. By streamlining the mapping of flood inundation maps it is now possible to loop through the system multiple what if scenarios for planning purposes and for optimality studies as well as to empower the possibility of incorporating the system into real-time forecasting operations based on National Weather Service products like NEXRAD estimates. The implementation of standard data models and the higher level of customization provided by the new ArcGIS software through COM-compliant programming languages has provided the needed integrating platform that glues together diverse and external modeling resources sharing the same interconnection protocol, empowering GIS to connect stand-alone engineering models. ACKNOWLEDGMENTS This on-going study is being developed in close partnership with the following agencies and consulting firms which have provided key datasets, model configurations, and technical support: San Antonio River Authority, City of San Antonio, Bexar County, PBS&J Austin, and the Water Resources team at ESRI. The authors would also like to express their appreciation to those who reviewed this paper for AWRA. 6

7 REFERENCES ESRI, HEC-GeoRAS for ArcGIS - Development Status. Redlands, California Maidment D. R. (ed.), Arc Hydro GIS for Water Resources. ESRI Press, Redlands, California Obenour D., Maidment, D., Evans, T., Yates D., An Interface Data Model for HEC-HMS. Submitted to AWRA Spring Specialty Conference, May 17-19, 2004, Nashville, Tennessee. U.S. Army Corps of Engineers (USACE), HECLIB, Programmer s Manual, CPD-58, Hydrologic Engineering Center (HEC), Davis, California. U.S. Army Corps of Engineers (USACE), HECLIB, Volume 2: HEC-DSS subroutines, Programmer s Manual, CPD 57, Hydrologic Engineering Center (HEC), Davis, California. U.S. Army Corps of Engineers (USACE), HEC-DSS, User s Guide and Utility Manuals, User s Manual, CPD-45, Hydrologic Engineering Center (HEC), Davis, California. U.S. Army Corps of Engineers (USACE), HEC-RAS River Analysis System, User s Manual. Hydrologic Engineering Center (HEC), Davis, California. U.S. Army Corps of Engineers (USACE), HEC-HMS Hydrologic Modeling System, User s Manual. Hydrologic Engineering Center (HEC), Davis, California. 7

Applying GIS to Hydraulic Analysis

Applying GIS to Hydraulic Analysis Texas A&M University Department of Civil Engineering CVEN689 Applications of GIS to Civil Engineering Instructor: Francisco Olivera, Ph.D., P.E. Applying GIS to Hydraulic Analysis Lim, Chae Kwan April

More information

San Antonio River Authority. San Antonio River Authority Floodworks implementation in the San Antonio River Basin. Nefi Garza, PE, CFM

San Antonio River Authority. San Antonio River Authority Floodworks implementation in the San Antonio River Basin. Nefi Garza, PE, CFM San Antonio River Authority Floodworks implementation in the San Antonio River Basin Nefi Garza, PE, CFM San Antonio River Authority Michael Crenshaw, PE, CFM Anthony J. Henry Wallingford Software, Inc

More information

Hydrologic Engineering Applications of Geographic Information Systems

Hydrologic Engineering Applications of Geographic Information Systems Hydrologic Engineering Applications of Geographic Information Systems Davis, California Objectives: The participant will acquire practical knowledge and skills in the application of GIS technologies for

More information

A GIS-based Approach to Watershed Analysis in Texas Author: Allison Guettner

A GIS-based Approach to Watershed Analysis in Texas Author: Allison Guettner Texas A&M University Zachry Department of Civil Engineering CVEN 658 Civil Engineering Applications of GIS Instructor: Dr. Francisco Olivera A GIS-based Approach to Watershed Analysis in Texas Author:

More information

CWMS Modeling for Real-Time Water Management

CWMS Modeling for Real-Time Water Management Hydrologic Engineering Center Training Course on CWMS Modeling for Real-Time Water Management August 2018 Davis, California The Corps Water Management System (CWMS) is a software and hardware system to

More information

Hydrologic and Hydraulic Analyses Using ArcGIS

Hydrologic and Hydraulic Analyses Using ArcGIS Hydrologic and Hydraulic Analyses Using ArcGIS Two day training class Overview ArcGIS and Arc Hydro provide strong foundation for support of hydrologic and hydraulic (H&H) analyses. This two-day course

More information

HEC & GIS Modeling of the Brushy Creek HEC & GIS Watershed Modeling of the

HEC & GIS Modeling of the Brushy Creek HEC & GIS Watershed Modeling of the HEC & GIS Modeling of the Brushy Creek HEC & GIS Watershed Modeling of the By Cassandra Fagan 5, December 2014 http://ubcwatershedstudy.ursokr.com/images/ Contents Introduction... 3 Figure 1: 24-hour rainfall

More information

StreamStats: Delivering Streamflow Information to the Public. By Kernell Ries

StreamStats: Delivering Streamflow Information to the Public. By Kernell Ries StreamStats: Delivering Streamflow Information to the Public By Kernell Ries U.S. Department of the Interior U.S. Geological Survey MD-DE-DC District 410-238-4317 kries@usgs.gov StreamStats Web Application

More information

Real-Time Flood Forecasting Modeling in Nashville, TN utilizing HEC-RTS

Real-Time Flood Forecasting Modeling in Nashville, TN utilizing HEC-RTS Real-Time Flood Forecasting Modeling in Nashville, TN utilizing HEC-RTS Brantley Thames, P.E. Hydraulic Engineer, Water Resources Section Nashville District, USACE August 24, 2017 US Army Corps of Engineers

More information

4. GIS Implementation of the TxDOT Hydrology Extensions

4. GIS Implementation of the TxDOT Hydrology Extensions 4. GIS Implementation of the TxDOT Hydrology Extensions A Geographic Information System (GIS) is a computer-assisted system for the capture, storage, retrieval, analysis and display of spatial data. It

More information

A Cloud-Based Flood Warning System For Forecasting Impacts to Transportation Infrastructure Systems

A Cloud-Based Flood Warning System For Forecasting Impacts to Transportation Infrastructure Systems A Cloud-Based Flood Warning System For Forecasting Impacts to Transportation Infrastructure Systems Jon Goodall Associate Professor, Civil and Environmental Engineering Associate Director, Link Lab April

More information

YELLOWSTONE RIVER FLOOD STUDY REPORT TEXT

YELLOWSTONE RIVER FLOOD STUDY REPORT TEXT YELLOWSTONE RIVER FLOOD STUDY REPORT TEXT TECHNICAL REPORT Prepared for: City of Livingston 411 East Callender Livingston, MT 59047 Prepared by: Clear Creek Hydrology, Inc. 1627 West Main Street, #294

More information

Out with the Old, In with the New: Implementing the Results of the Iowa Rapid Floodplain Modeling Project

Out with the Old, In with the New: Implementing the Results of the Iowa Rapid Floodplain Modeling Project Out with the Old, In with the New: Implementing the Results of the Iowa Rapid Floodplain Modeling Project Traci Tylski, E.I., CFM Hydraulics Engineer USACE - Omaha District Traci.M.Tylski@USACE.army.mil

More information

Floodplain and Flood Probability Mapping Using Geodatabases

Floodplain and Flood Probability Mapping Using Geodatabases Brigham Young University BYU ScholarsArchive All Theses and Dissertations 2005-03-16 Floodplain and Flood Probability Mapping Using Geodatabases Douglas J. Gallup Brigham Young University - Provo Follow

More information

Leon Creek Watershed October 17-18, 1998 Rainfall Analysis Examination of USGS Gauge Helotes Creek at Helotes, Texas

Leon Creek Watershed October 17-18, 1998 Rainfall Analysis Examination of USGS Gauge Helotes Creek at Helotes, Texas Leon Creek Watershed October 17-18, 1998 Rainfall Analysis Examination of USGS Gauge 8181400 Helotes Creek at Helotes, Texas Terrance Jackson MSCE Candidate University of Texas San Antonio Abstract The

More information

Determination of flood risks in the yeniçiftlik stream basin by using remote sensing and GIS techniques

Determination of flood risks in the yeniçiftlik stream basin by using remote sensing and GIS techniques Determination of flood risks in the yeniçiftlik stream basin by using remote sensing and GIS techniques İrfan Akar University of Atatürk, Institute of Social Sciences, Erzurum, Turkey D. Maktav & C. Uysal

More information

HYDROLOGIC AND WATER RESOURCES EVALUATIONS FOR SG. LUI WATERSHED

HYDROLOGIC AND WATER RESOURCES EVALUATIONS FOR SG. LUI WATERSHED HYDROLOGIC AND WATER RESOURCES EVALUATIONS FOR SG. LUI WATERSHED 1.0 Introduction The Sg. Lui watershed is the upper part of Langat River Basin, in the state of Selangor which located approximately 20

More information

Semester Project Final Report. Logan River Flood Plain Analysis Using ArcGIS, HEC-GeoRAS, and HEC-RAS

Semester Project Final Report. Logan River Flood Plain Analysis Using ArcGIS, HEC-GeoRAS, and HEC-RAS Semester Project Final Report Logan River Flood Plain Analysis Using ArcGIS, HEC-GeoRAS, and HEC-RAS Kedric Curtis, Josh Hogge, Jordan Jarrett, Jared Justensen May 6, 2016 CEE 6190 GIS for Civil Engineers

More information

Designing a Dam for Blockhouse Ranch. Haley Born

Designing a Dam for Blockhouse Ranch. Haley Born Designing a Dam for Blockhouse Ranch Haley Born CE 394K GIS in Water Resources Term Paper Fall 2011 Table of Contents Introduction... 1 Data Sources... 2 Precipitation Data... 2 Elevation Data... 3 Geographic

More information

EXTRACTING HYDROLOGIC INFORMATION FROM SPATIAL DATA

EXTRACTING HYDROLOGIC INFORMATION FROM SPATIAL DATA EXTRACTING HYDROLOGIC INFORMATION FROM SPATIAL DATA FOR HMS MODELING By Francisco Olivera, 1 P.E., Associate Member, ASCE ABSTRACT: A methodology is presented for extracting topographic, topologic, and

More information

Workshop: Build a Basic HEC-HMS Model from Scratch

Workshop: Build a Basic HEC-HMS Model from Scratch Workshop: Build a Basic HEC-HMS Model from Scratch This workshop is designed to help new users of HEC-HMS learn how to apply the software. Not all the capabilities in HEC-HMS are demonstrated in the workshop

More information

Using GIS to Delineate Watersheds Ed Poyer NRS 509, Fall 2010

Using GIS to Delineate Watersheds Ed Poyer NRS 509, Fall 2010 Using GIS to Delineate Watersheds Ed Poyer NRS 509, Fall 2010 A watershed is an area that contributes flow to a point on the landscape. (Bolstad, 2005). Watersheds are an important focus of study because

More information

INTRODUCTION TO HEC-HMS

INTRODUCTION TO HEC-HMS INTRODUCTION TO HEC-HMS Hydrologic Engineering Center- Hydrologic Modeling System US Army Corps of Engineers Hydrologic Engineering Center HEC-HMS Uses Schematics Enter properties: watershed, rivers (reaches),

More information

Management and Sharing of Hydrologic Information of Cache County

Management and Sharing of Hydrologic Information of Cache County Geographic Information System in Water Resources CEE6440 Fall Semester 2012 Management and Sharing of Hydrologic Information of Cache County To: Dr. David Tarboton Instructor By: Tian Gan Dec.7, 2012 I.

More information

ASFPM - Rapid Floodplain Mapping

ASFPM - Rapid Floodplain Mapping ASFPM - Nicole Cominoli Hydraulic Engineer USACE - Omaha District mary.n.cominoli@usace.army.mil June 3, 2015 US Army Corps of Engineers Mitigation = Risk Informed Decisions 2 The National Flood Insurance

More information

REMOTE SENSING AND GEOSPATIAL APPLICATIONS FOR WATERSHED DELINEATION

REMOTE SENSING AND GEOSPATIAL APPLICATIONS FOR WATERSHED DELINEATION REMOTE SENSING AND GEOSPATIAL APPLICATIONS FOR WATERSHED DELINEATION Gaurav Savant (gaurav@engr.msstate.edu) Research Assistant, Department of Civil Engineering, Lei Wang (lw4@ra.msstate.edu) Research

More information

Muhammad Rezaul Haider (A ). Date of Submission: Course No.: CEE 6440, Fall 2016.

Muhammad Rezaul Haider (A ). Date of Submission: Course No.: CEE 6440, Fall 2016. Use of ArcGIS to extract river geometry as an input to HECRAS model and inundation mapping for the Lower Colorado River (LCR), Texas from Highway 183 to Bastrop. Muhammad Rezaul Haider (A 02196036). Date

More information

software, just as word processors or databases are. GIS was originally developed and cartographic capabilities have been augmented by analysis tools.

software, just as word processors or databases are. GIS was originally developed and cartographic capabilities have been augmented by analysis tools. 1. INTRODUCTION 1.1Background A GIS is a Geographic Information System, a software package for creating, viewing, and analyzing geographic information or spatial data. GIS is a class of software, just

More information

Base Level Engineering FEMA Region 6

Base Level Engineering FEMA Region 6 Base Level Engineering Over the past five years, has been evaluating its investment approach and data preparation work flow to establish an efficient and effective change in operation, generating an approach

More information

Floodplain Modeling and Mapping Using The Geographical Information Systems (GIS) and Hec-RAS/Hec-GeoRAS Applications. Case of Edirne, Turkey.

Floodplain Modeling and Mapping Using The Geographical Information Systems (GIS) and Hec-RAS/Hec-GeoRAS Applications. Case of Edirne, Turkey. Floodplain Modeling and Mapping Using The Geographical Information Systems (GIS) and Hec-RAS/Hec-GeoRAS Applications. Case of Edirne, Turkey. Fuad Hajibayov *1, Basak Demires Ozkul 1, Fatih Terzi 1 1 Istanbul

More information

Leveraging new models and data to improve flood stage forecast. Improving Flood Stage Forecasting in the Feather River Watershed. September 11 th 2015

Leveraging new models and data to improve flood stage forecast. Improving Flood Stage Forecasting in the Feather River Watershed. September 11 th 2015 Leveraging new models and data to improve flood stage forecast Improving Flood Stage Forecasting in the Feather River Watershed September 11 th 2015 Mitch Russo, P.E. (DWR) Ashok Bathulla, P.E., CFM (GEI)

More information

Introduction to the 176A labs and ArcGIS Purpose of the labs

Introduction to the 176A labs and ArcGIS Purpose of the labs Introduction to the 176A labs and ArcGIS Purpose of the labs Acknowledgement: Slides by David Maidment, U Texas-Austin and Francisco Olivera (TAMU) Hands-on experience with a leading software package Introduction

More information

Introduction to the 176A labs and ArcGIS

Introduction to the 176A labs and ArcGIS Introduction to the 176A labs and ArcGIS Acknowledgement: Slides by David Maidment, U Texas-Austin and Francisco Olivera (TAMU) Purpose of the labs Hands-on experience with one software pakage Introduction

More information

D. MATHEMATICAL MODEL AND SIMULATION

D. MATHEMATICAL MODEL AND SIMULATION D. MATHEMATICAL MODEL AND SIMULATION D - i TABLE OF CONTENTS D.1 Objective of Model Development... D - 1 D.2 Selection of Software... D - 1 D.3 General Steps of Simulation by MOUSE... D - 1 D.4 Cases of

More information

6/9/2014. Software Overview. System Overview

6/9/2014. Software Overview. System Overview Future Rainfall 6/9/2014 Curtis Beitel, PE, CFM, Anthony Henry and Wayne Tschirhart, PE, CFM, PMP TFMA Spring 2014 Conference Software Overview 2 Processes Hydrometric DB Event Manager Automatic Low =

More information

Automated Hydrologic and Hydraulic Modeling of a Hydroelectric System UC1131 July 2012

Automated Hydrologic and Hydraulic Modeling of a Hydroelectric System UC1131 July 2012 Automated Hydrologic and Hydraulic Modeling of a Hydroelectric System UC1131 July 2012 Author: Eok Ngo, Integrated Spatial Solutions, Inc. Contact: engo@issi-gis.com ABSTRACT Balancing the needs of regulatory

More information

ISSUES AND APPROACHES TO COUPLING GIS TO AN IRRIGATION DISTRIBUTION NETWORK AND SEEPAGE LOSS MODELS ABSTRACT

ISSUES AND APPROACHES TO COUPLING GIS TO AN IRRIGATION DISTRIBUTION NETWORK AND SEEPAGE LOSS MODELS ABSTRACT ISSUES AND APPROACHES TO COUPLING GIS TO AN IRRIGATION DISTRIBUTION NETWORK AND SEEPAGE LOSS MODELS Yanbo Huang 1, Milton Henry 2, David Flahive 3, Guy Fipps 4 ABSTRACT Geographic Information Systems (GIS)

More information

MEMORANDUM. Situation. David Ford Consulting Engineers, Inc J Street, Suite 200 Sacramento, CA Ph Fx

MEMORANDUM. Situation. David Ford Consulting Engineers, Inc J Street, Suite 200 Sacramento, CA Ph Fx David Ford Consulting Engineers, Inc. 2015 J Street, Suite 200 Sacramento, CA 95811 Ph. 916.447.8779 Fx. 916.447.8780 MEMORANDUM To: Brad Moore, PE, USACE From: Nathan Pingel, PE (Lic # CA 63242), and

More information

INFLOW DESIGN FLOOD CONTROL SYSTEM PLAN 40 C.F.R. PART PLANT YATES ASH POND 2 (AP-2) GEORGIA POWER COMPANY

INFLOW DESIGN FLOOD CONTROL SYSTEM PLAN 40 C.F.R. PART PLANT YATES ASH POND 2 (AP-2) GEORGIA POWER COMPANY INFLOW DESIGN FLOOD CONTROL SYSTEM PLAN 40 C.F.R. PART 257.82 PLANT YATES ASH POND 2 (AP-2) GEORGIA POWER COMPANY EPA s Disposal of Coal Combustion Residuals from Electric Utilities Final Rule (40 C.F.R.

More information

)UDQFR54XHQWLQ(DQG'tD]'HOJDGR&

)UDQFR54XHQWLQ(DQG'tD]'HOJDGR& &21&(37,21$1',03/(0(17$7,212)$1+

More information

The Ecosystem Functions Model: A Tool for Restoration Planning

The Ecosystem Functions Model: A Tool for Restoration Planning The Ecosystem Functions Model: A Tool for Restoration Planning by John T. Hickey and Chris N. Dunn PURPOSE: The Ecosystem Functions Model (EFM) is a planning tool that analyzes ecosystem response to changes

More information

Hydrologic Evaluation of the Blanchard River

Hydrologic Evaluation of the Blanchard River Hydrologic Evaluation of the Blanchard River Hancock County Flood Risk Reduction Program Prepared for: Maumee Watershed Conservancy District 1464 Pinehurst Dr. Defiance, Ohio 43512 Prepared by: Stantec

More information

FLOODPLAIN MAPPING OF RIVER KRISHNANA USING HEC-RAS MODEL AT TWO STREACHES NAMELY KUDACHI AND UGAR VILLAGES OF BELAGAVI DISTRICT, KARNATAKA

FLOODPLAIN MAPPING OF RIVER KRISHNANA USING HEC-RAS MODEL AT TWO STREACHES NAMELY KUDACHI AND UGAR VILLAGES OF BELAGAVI DISTRICT, KARNATAKA FLOODPLAIN MAPPING OF RIVER KRISHNANA USING HEC-RAS MODEL AT TWO STREACHES NAMELY KUDACHI AND UGAR VILLAGES OF BELAGAVI DISTRICT, KARNATAKA Sandhyarekha 1, A. V. Shivapur 2 1M.tech Student, Dept. of and

More information

Vulnerability of Flood Hazard in Selected Ayeyarwady Delta Region, Myanmar

Vulnerability of Flood Hazard in Selected Ayeyarwady Delta Region, Myanmar Vulnerability of Flood Hazard in Selected Ayeyarwady Delta Region, Myanmar Khin Thandar Win Department of Civil Engineering Nilar Aye Department of Civil Engineering Kyaw Zaya Htun Department of Remote

More information

Hydrologic Modeling System HEC-HMS

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

More information

Floodplain modeling. Ovidius University of Constanta (P4) Romania & Technological Educational Institute of Serres, Greece

Floodplain modeling. Ovidius University of Constanta (P4) Romania & Technological Educational Institute of Serres, Greece Floodplain modeling Ovidius University of Constanta (P4) Romania & Technological Educational Institute of Serres, Greece Scientific Staff: Dr Carmen Maftei, Professor, Civil Engineering Dept. Dr Konstantinos

More information

Determination of Urban Runoff Using ILLUDAS and GIS

Determination of Urban Runoff Using ILLUDAS and GIS Texas A&M University Department of Civil Engineering Instructor: Dr. Francisco Olivera CVEN689 Applications of GIS to Civil Engineering Determination of Urban Runoff Using ILLUDAS and GIS Tae Jin Kim 03.

More information

ISSUES AND APPROACHES TO COUPLING GIS TO IRRIGATION DISTRIBUTION NETWORK AND SEEPAGE LOSS MODELS

ISSUES AND APPROACHES TO COUPLING GIS TO IRRIGATION DISTRIBUTION NETWORK AND SEEPAGE LOSS MODELS ISSUES AND APPROACHES TO COUPLING GIS TO IRRIGATION DISTRIBUTION NETWORK AND SEEPAGE LOSS MODELS Yanbo Huang 1 Milton Henry 2 David Flahive 3 Guy Fipps 4 ABSTRACT There are several possible approaches

More information

Hydrologic and Hydraulic Modeling with ArcGIS. Dean Djokic

Hydrologic and Hydraulic Modeling with ArcGIS. Dean Djokic Hydrologic and Hydraulic Modeling with ArcGIS Dean Djokic (ddjokic@esri.com) Content Water resources issues Core GIS tools for surface water analysis DEM data and processing Arc Hydro Application tools

More information

GIS Techniques for Floodplain Delineation. Dean Djokic

GIS Techniques for Floodplain Delineation. Dean Djokic GIS Techniques for Floodplain Delineation Dean Djokic (ddjokic@esri.com) Content What is a floodplain? How to get a floodplain? What can GIS do for floodplain modeling? Simple GIS techniques for floodplain

More information

THE 3D SIMULATION INFORMATION SYSTEM FOR ASSESSING THE FLOODING LOST IN KEELUNG RIVER BASIN

THE 3D SIMULATION INFORMATION SYSTEM FOR ASSESSING THE FLOODING LOST IN KEELUNG RIVER BASIN THE 3D SIMULATION INFORMATION SYSTEM FOR ASSESSING THE FLOODING LOST IN KEELUNG RIVER BASIN Kuo-Chung Wen *, Tsung-Hsing Huang ** * Associate Professor, Chinese Culture University, Taipei **Master, Chinese

More information

QGIS FLO-2D Integration

QGIS FLO-2D Integration EPiC Series in Engineering Volume 3, 2018, Pages 1575 1583 Engineering HIC 2018. 13th International Conference on Hydroinformatics Karen O Brien, BSc. 1, Noemi Gonzalez-Ramirez, Ph. D. 1 and Fernando Nardi,

More information

MODELING STUDIES WITH HEC-HMS AND RUNOFF SCENARIOS IN YUVACIK BASIN, TURKIYE

MODELING STUDIES WITH HEC-HMS AND RUNOFF SCENARIOS IN YUVACIK BASIN, TURKIYE MODELING STUDIES WITH HEC-HMS AND RUNOFF SCENARIOS IN YUVACIK BASIN, TURKIYE Yener, M.K. Şorman, A.Ü. Department of Civil Engineering, Middle East Technical University, 06531 Ankara/Türkiye Şorman, A.A.

More information

Technical Memorandum No

Technical Memorandum No Pajaro River Watershed Study in association with Technical Memorandum No. 1.2.10 Task: Evaluation of Four Watershed Conditions - Sediment To: PRWFPA Staff Working Group Prepared by: Gregory Morris and

More information

Real-Time Meteorological Gridded Data: What s New With HEC-RAS

Real-Time Meteorological Gridded Data: What s New With HEC-RAS Real-Time Meteorological Gridded Data: What s New With HEC-RAS Acquisition and Application of Gridded Meteorological Data in Support of the USACE s Real-Time Water Management Mission Fauwaz Hanbali, Tom

More information

Geo-spatial Analysis for Prediction of River Floods

Geo-spatial Analysis for Prediction of River Floods Geo-spatial Analysis for Prediction of River Floods Abstract. Due to the serious climate change, severe weather conditions constantly change the environment s phenomena. Floods turned out to be one of

More information

FLOOD HAZARD AND RISK ASSESSMENT IN MID- EASTERN PART OF DHAKA, BANGLADESH

FLOOD HAZARD AND RISK ASSESSMENT IN MID- EASTERN PART OF DHAKA, BANGLADESH FLOOD HAZARD AND RISK ASSESSMENT IN MID- EASTERN PART OF DHAKA, BANGLADESH Muhammad MASOOD MEE07180 Supervisor: Prof. Kuniyoshi TAKEUCHI ABSTRACT An inundation simulation has been done for the mid-eastern

More information

Merced Irrigation District Hydrologic and Hydraulic Operations (MIDH2O) Model

Merced Irrigation District Hydrologic and Hydraulic Operations (MIDH2O) Model Merced Irrigation District Hydrologic and Hydraulic Operations (MIDH2O) Model September 05, 2018 Marco Bell, Merced Irrigation District Bibek Joshi, Dewberry Objective Introduce HEC-RTS Benefits of MIDH2O

More information

Introduction to HEC-GeoHMS. Watershed boundary delineation. Assembling Hydrologic Modeling System

Introduction to HEC-GeoHMS. Watershed boundary delineation. Assembling Hydrologic Modeling System Introduction to HEC-GeoHMS Watershed boundary delineation Assembling Hydrologic Modeling System HEC-GeoHMS GIS tool set supporting HEC-HMS modeling S Developed by USACE S ArcView 3.x extension v1.1 supported

More information

USING GIS TO MODEL AND ANALYZE HISTORICAL FLOODING OF THE GUADALUPE RIVER NEAR NEW BRAUNFELS, TEXAS

USING GIS TO MODEL AND ANALYZE HISTORICAL FLOODING OF THE GUADALUPE RIVER NEAR NEW BRAUNFELS, TEXAS USING GIS TO MODEL AND ANALYZE HISTORICAL FLOODING OF THE GUADALUPE RIVER NEAR NEW BRAUNFELS, TEXAS ASHLEY EVANS While the state of Texas is well-known for flooding, the Guadalupe River Basin is one of

More information

A Comprehensive Inventory of the Number of Modified Stream Channels in the State of Minnesota. Data, Information and Knowledge Management.

A Comprehensive Inventory of the Number of Modified Stream Channels in the State of Minnesota. Data, Information and Knowledge Management. A Comprehensive Inventory of the Number of Modified Stream Channels in the State of Minnesota Data, Information and Knowledge Management Glenn Skuta Environmental Analysis and Outcomes Division Minnesota

More information

LOMR SUBMITTAL LOWER NESTUCCA RIVER TILLAMOOK COUNTY, OREGON

LOMR SUBMITTAL LOWER NESTUCCA RIVER TILLAMOOK COUNTY, OREGON LOMR SUBMITTAL LOWER NESTUCCA RIVER TILLAMOOK COUNTY, OREGON Prepared for: TILLAMOOK COUNTY DEPARTMENT OF COMMUNITY DEVELOPMENT 1510-B THIRD STREET TILLAMOOK, OR 97141 Prepared by: 10300 SW GREENBURG ROAD,

More information

Enabling ENVI. ArcGIS for Server

Enabling ENVI. ArcGIS for Server Enabling ENVI throughh ArcGIS for Server 1 Imagery: A Unique and Valuable Source of Data Imagery is not just a base map, but a layer of rich information that can address problems faced by GIS users. >

More information

Preparing a NFIE-Geo Database for Travis County

Preparing a NFIE-Geo Database for Travis County Preparing a NFIE-Geo Database for Travis County By David R. Maidment Center for Research in Water Resources University of Texas at Austin 2 February 2015 Contents Introduction... 1 Step 1. Download and

More information

Near Real-Time Runoff Estimation Using Spatially Distributed Radar Rainfall Data. Jennifer Hadley 22 April 2003

Near Real-Time Runoff Estimation Using Spatially Distributed Radar Rainfall Data. Jennifer Hadley 22 April 2003 Near Real-Time Runoff Estimation Using Spatially Distributed Radar Rainfall Data Jennifer Hadley 22 April 2003 Introduction Water availability has become a major issue in Texas in the last several years,

More information

Hydrologic Modeling System HEC-HMS

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

More information

USING GIS IN WATER SUPPLY AND SEWER MODELLING AND MANAGEMENT

USING GIS IN WATER SUPPLY AND SEWER MODELLING AND MANAGEMENT USING GIS IN WATER SUPPLY AND SEWER MODELLING AND MANAGEMENT HENRIETTE TAMAŠAUSKAS*, L.C. LARSEN, O. MARK DHI Water and Environment, Agern Allé 5 2970 Hørsholm, Denmark *Corresponding author, e-mail: htt@dhigroup.com

More information

An Overview of Operations at the West Gulf River Forecast Center Gregory Waller Service Coordination Hydrologist NWS - West Gulf River Forecast Center

An Overview of Operations at the West Gulf River Forecast Center Gregory Waller Service Coordination Hydrologist NWS - West Gulf River Forecast Center National Weather Service West Gulf River Forecast Center An Overview of Operations at the West Gulf River Forecast Center Gregory Waller Service Coordination Hydrologist NWS - West Gulf River Forecast

More information

USGS Flood Inundation Mapping of the Suncook River in Chichester, Epsom, Pembroke and Allenstown, New Hampshire

USGS Flood Inundation Mapping of the Suncook River in Chichester, Epsom, Pembroke and Allenstown, New Hampshire USGS Flood Inundation Mapping of the Suncook River in Chichester, Epsom, Pembroke and Allenstown, New Hampshire NH Water & Watershed Conference Robert Flynn, USGS NH-VT Water Science Center March 23, 2012

More information

UPPER COSUMNES RIVER FLOOD MAPPING

UPPER COSUMNES RIVER FLOOD MAPPING UPPER COSUMNES RIVER FLOOD MAPPING DRAFT BASIC DATA NARRATIVE FLOOD INSURANCE STUDY SACRAMENTO COUTY, CALIFORNIA Community No. 060262 November 2008 Prepared By: CIVIL ENGINEERING SOLUTIONS, INC. 1325 Howe

More information

Hydrology and Floodplain Analysis, Chapter 10

Hydrology and Floodplain Analysis, Chapter 10 Hydrology and Floodplain Analysis, Chapter 10 Hydrology and Floodplain Analysis, Chapter 10.1 Introduction to GIS GIS Geographical Information System Spatial Data Data linked with geographical location

More information

Results of the Sava River Model

Results of the Sava River Model Results of the Sava River Model Jamie G. James, P.E. Nashville District September 2010 US Army Corps of Engineers BUILDING STRONG Discussion Outline Study Goals Model Limitations HEC-RAS Model Results

More information

INTEGRATION OF WATER INFORMATION AT A REGIONAL SCALE.

INTEGRATION OF WATER INFORMATION AT A REGIONAL SCALE. INTEGRATION OF WATER INFORMATION AT A REGIONAL SCALE. Xabier Velasco Echeverría, Pablo Echamendi Lorente, Jesús Francés Iribarren. Trabajos Catastrales, S.A. Ctra del Sadar s/n - El Sario Building 31006

More information

Rapid Flood Mapping Using Inundation Libraries

Rapid Flood Mapping Using Inundation Libraries Rapid Flood Mapping Using Inundation Libraries Jude Kastens, Kevin Dobbs, James Halgren, Katherine Balster 2017 ASFPM Conference May 3, 2017 5 mi Kansas River Valley between Manhattan and Topeka Email:

More information

SWAMP GIS: A spatial decision support system for predicting and treating stormwater runoff. Michael G. Wing 1 * and Derek Godwin

SWAMP GIS: A spatial decision support system for predicting and treating stormwater runoff. Michael G. Wing 1 * and Derek Godwin Journal of Spatial Hydrology Vol. 11, No. 2 Fall 2011 SWAMP GIS: A spatial decision support system for predicting and treating stormwater runoff Michael G. Wing 1 * and Derek Godwin Abstract SWAMP GIS

More information

GIS Enabled Automated Culvert Design

GIS Enabled Automated Culvert Design GIS Enabled Automated Culvert Design ASHTON GREER PH.D. STUDENT, THE UNIVERSITY OF ALABAMA DR. ANDREW GRAETTINGER, LEAH CLIFTON, ZACHARY WILBANKS, BRADFORD WILSON Outline Culvert Background Project Objectives

More information

FLOOD HAZARD MAPPING OF DHAKA-NARAYANGANJ-DEMRA (DND) PROJECT USING GEO-INFORMATICS TOOLS

FLOOD HAZARD MAPPING OF DHAKA-NARAYANGANJ-DEMRA (DND) PROJECT USING GEO-INFORMATICS TOOLS FLOOD HAZARD MAPPING OF DHAKA-NARAYANGANJ-DEMRA (DND) PROJECT USING GEO-INFORMATICS TOOLS Md. Aminul Islam MEE07178 Supervisor: Prof. Kuniyoshi TAKEUCHI ABSTRACT Dhaka-Narayanganj-Demra (DND) Project is

More information

Watershed Application of WEPP and Geospatial Interfaces. Dennis C. Flanagan

Watershed Application of WEPP and Geospatial Interfaces. Dennis C. Flanagan Watershed Application of WEPP and Geospatial Interfaces Dennis C. Flanagan Research Agricultural Engineer USDA-Agricultural Research Service Adjunct Professor Purdue Univ., Dept. of Agric. & Biol. Eng.

More information

Transactions on Information and Communications Technologies vol 18, 1998 WIT Press, ISSN

Transactions on Information and Communications Technologies vol 18, 1998 WIT Press,   ISSN STREAM, spatial tools for river basins, environment and analysis of management options Menno Schepel Resource Analysis, Zuiderstraat 110, 2611 SJDelft, the Netherlands; e-mail: menno.schepel@resource.nl

More information

Applied Cartography and Introduction to GIS GEOG 2017 EL. Lecture-2 Chapters 3 and 4

Applied Cartography and Introduction to GIS GEOG 2017 EL. Lecture-2 Chapters 3 and 4 Applied Cartography and Introduction to GIS GEOG 2017 EL Lecture-2 Chapters 3 and 4 Vector Data Modeling To prepare spatial data for computer processing: Use x,y coordinates to represent spatial features

More information

Hydrologic Modelling of the Upper Malaprabha Catchment using ArcView SWAT

Hydrologic Modelling of the Upper Malaprabha Catchment using ArcView SWAT Hydrologic Modelling of the Upper Malaprabha Catchment using ArcView SWAT Technical briefs are short summaries of the models used in the project aimed at nontechnical readers. The aim of the PES India

More information

PC ARC/INFO and Data Automation Kit GIS Tools for Your PC

PC ARC/INFO and Data Automation Kit GIS Tools for Your PC ESRI PC ARC/INFO and Data Automation Kit GIS Tools for Your PC PC ARC/INFO High-quality digitizing and data entry Powerful topology building Cartographic design and query Spatial database query and analysis

More information

Chapter 10 - Sacramento Method Examples

Chapter 10 - Sacramento Method Examples Chapter 10 Sacramento Method Examples Introduction Overview This chapter presents two example problems to demonstrate the use of the Sacramento method. These example problems use the SACPRE and HEC-1 computer

More information

Final Report. COMET Partner's Project. University of Texas at San Antonio

Final Report. COMET Partner's Project. University of Texas at San Antonio Final Report COMET Partner's Project University: Name of University Researcher Preparing Report: University of Texas at San Antonio Dr. Hongjie Xie National Weather Service Office: Name of National Weather

More information

Title: ArcMap: Calculating Soil Areas for Storm Water Pollution Prevention Plans Authors: Brandy Woodcock, Benjamin Byars

Title: ArcMap: Calculating Soil Areas for Storm Water Pollution Prevention Plans Authors: Brandy Woodcock, Benjamin Byars Title: ArcMap: Calculating Soil Areas for Storm Water Pollution Prevention Plans Authors: Brandy Woodcock, Benjamin Byars Introduction Abstract: The use of ArcMap to calculate soil areas for storm water

More information

Name of NWS Researcher Preparing Report: Karl Jungbluth, Jeff Zogg

Name of NWS Researcher Preparing Report: Karl Jungbluth, Jeff Zogg Final Report for COMET Partners Project University: Iowa State University (ISU) Name of University Researcher Preparing Report: Kristie J. Franz NWS Office: Des Moines Weather Forecast Office (DMX) Name

More information

LOMR SUBMITTAL LOWER NEHALEM RIVER TILLAMOOK COUNTY, OREGON

LOMR SUBMITTAL LOWER NEHALEM RIVER TILLAMOOK COUNTY, OREGON LOMR SUBMITTAL LOWER NEHALEM RIVER TILLAMOOK COUNTY, OREGON Prepared for: TILLAMOOK COUNTY DEPARTMENT OF COMMUNITY DEVELOPMENT 1510-B THIRD STREET TILLAMOOK, OR 97141 Prepared by: 10300 SW GREENBURG ROAD,

More information

International Journal of Advance Engineering and Research Development

International Journal of Advance Engineering and Research Development Scientific Journal of Impact Factor (SJIF): 4.72 International Journal of Advance Engineering and Research Development Volume 4, Issue 5, May -2017 Watershed Delineation of Purna River using Geographical

More information

Civil Engineering 394K: Topic 3 Geographic Information Systems (GIS) in Water Resources Engineering FALL 2014

Civil Engineering 394K: Topic 3 Geographic Information Systems (GIS) in Water Resources Engineering FALL 2014 Civil Engineering 394K: Topic 3 Geographic Information Systems (GIS) in Water Resources Engineering TERM PROJECT REPORT Reinvestigation of the Halloween Flood and Hydrologic Modeling of the Onion Creek

More information

Role of Arc GIS in developing Real Time and Forecasting Water Resource System ANMOL BHARDWAJ 1, ANIL VYAS 2 1

Role of Arc GIS in developing Real Time and Forecasting Water Resource System ANMOL BHARDWAJ 1, ANIL VYAS 2 1 Role of Arc GIS in developing Real Time and Forecasting Water Resource System ANMOL BHARDWAJ 1, ANIL VYAS 2 1 Project Associate, Indian Institute of Technology Roorkee 2 ADE National Hydrology Project,

More information

Section 4: Model Development and Application

Section 4: Model Development and Application Section 4: Model Development and Application The hydrologic model for the Wissahickon Act 167 study was built using GIS layers of land use, hydrologic soil groups, terrain and orthophotography. Within

More information

AGRICULTURAL WATER RESOURCES DECISION SUPPORT SYSTEM AND EVAPOTRANSPIRATION TOOLBOX. L. Albert Brower, Curtis L. Hartzell, and Steffen P.

AGRICULTURAL WATER RESOURCES DECISION SUPPORT SYSTEM AND EVAPOTRANSPIRATION TOOLBOX. L. Albert Brower, Curtis L. Hartzell, and Steffen P. AGRICULTURAL WATER RESOURCES DECISION SUPPORT SYSTEM AND EVAPOTRANSPIRATION TOOLBOX L. Albert Brower, Curtis L. Hartzell, and Steffen P. Meyer 1 ABSTRACT: There is a critical need for improvement in calculating

More information

Preliminary Viability Assessment (PVA) for Lake Mendocino Forecast Informed Reservoir Operations (FIRO)

Preliminary Viability Assessment (PVA) for Lake Mendocino Forecast Informed Reservoir Operations (FIRO) Preliminary Viability Assessment (PVA) for Lake Mendocino Forecast Informed Reservoir Operations (FIRO) Rob Hartman Consultant to SCWA and CW3E May 30, 2017 Why Conduct a PVA? Key Questions for the PVA

More information

Floodplain Mapping & Flood Warning Applications in North Carolina

Floodplain Mapping & Flood Warning Applications in North Carolina Floodplain Mapping & Flood Warning Applications in North Carolina Marc Stanard, IT Project Manager Ken Ashe, Assistant Director David Herlong, Flood Warning Program Manager NC Crime Control & Public Safety

More information

Current and Future Plans. R. Srinivasan

Current and Future Plans. R. Srinivasan Current and Future Plans R. Srinivasan Contents 1 The ArcSWAT Interface 2 VizSWAT: Output Visualization 3 User online support 4 MapWindows SWAT interface 5 ArcGIS SWAT/APEX interfaces 6 Radar Rainfall

More information

STREAM RESTORATION AWRA Summer Specialty Conference, GIS and Water Resources IX

STREAM RESTORATION AWRA Summer Specialty Conference, GIS and Water Resources IX STREAM RESTORATION 2016 AWRA Summer Specialty Conference, GIS and Water Resources IX Innovative Use of 2D Hydraulic Modeling in Stream Restoration Design Presented by: Li Gao, PE and Robert Scrafford,

More information

TRWD Upper Trinity River Flood Operations Decision Support System

TRWD Upper Trinity River Flood Operations Decision Support System TRWD Upper Trinity River Flood Operations Decision Support System TFMA 2012 Fall Conference Rockwall, Texas September 20, 2012 Presented by: Andrew Ickert, PE, CFM & Craig Ottman, PE, CFM (Halff Associates,

More information

What is CERA? Coastal Emergency Risks Assessment

What is CERA? Coastal Emergency Risks Assessment What is CERA? Coastal Emergency Risks Assessment Visualization tool using OGC standards Displays the outputs from the ADCIRC storm surge model or other coastal models Represents the maps on interactive

More information

Python Raster Analysis. Kevin M. Johnston Nawajish Noman

Python Raster Analysis. Kevin M. Johnston Nawajish Noman Python Raster Analysis Kevin M. Johnston Nawajish Noman Outline Managing rasters and performing analysis with Map Algebra How to access the analysis capability - Demonstration Complex expressions and optimization

More information

Floodplain mapping using HEC-RAS and GIS in semi-arid regions of Iran

Floodplain mapping using HEC-RAS and GIS in semi-arid regions of Iran DESERT DESERT Online at http://jdesert.ut.ac.ir DESERT 14 (2009) 83-93 Floodplain mapping using HEC-RAS and GIS in semi-arid regions of Iran A. Salajegheh a*, M. Bakhshaei b, S. Chavoshi c, A.R. Keshtkar

More information