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

Size: px
Start display at page:

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

Transcription

1 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 management of water volume and quality, soil conservation, flood control, wild life habitat and forests require understanding the many features of relevant watersheds. Thus, watershed modeling is an ideal application for GIS. A key component of watershed modeling is determining the drainage area that contributes flow to that point on the landscape, doing so requires identifying channels and divides and delineating watersheds. This paper traces the development of automated techniques to delineate watersheds from vector and DEM raster datasets and Triangulated Irregular Networks. The delineated watersheds are integrated with other GIS data to enhance watershed-based research. Steady progress has been made in terms of precision, speed, accessibility and ease of use. Watershed delineation techniques are an important tool for GIS analysts and consumers because germane watershed boundary datasets with suitable resolutions for a specific study area may be unavailable. Study areas may be too small for existing datasets, requiring a greater level of detail than is available in existing watershed models. For example, although watershed boundaries are available from the USGS Hydrologic Unit Code (HUC) dataset, the 1:250,000 scale may not be suitable for many studies. Drainage density may be high in the study area. Sample points may not be suitably located or conveniently spaced to allow use of datasets with previously delineated and labeled watersheds. In these and other cases, delineating the watersheds in question becomes an early and critical task in studying and managing water resources. Historically watersheds were delineated manually. This process is labor intensive, slow, tedious, inconsistent and error-prone. Early automated techniques required custom software to delineate watershed components using DEM raster datasets spanning the drainage area. These datasets are readily available from large cell size down to 30 meter cell size. Automated approaches are considered to be preferable to costly, tedious and error-prone manual delineation. The basic steps are to extract local stream channel networks, construct the associated divide networks, and topologically code and label the drainage system. DEM- based techniques can efficiently form the basis of a geographic information system designed to address watershed based analysis. Applications to benefit from these techniques include evaporation modeling, tracing drainage paths and hydrologic simulation modeling. (Band, 1986). These techniques were incorporated into commercially viable PC-based GIS systems. While DEM-based algorithms are well suited for working with fairly large areas, they are less well suited for areas with high drainage density or for engineering projects or small study areas. These areas are usually more limited in scope. For these areas, substantial topological information is not captured on standard USGS 1:24,000 topographic maps. Triangulated Irregular Networks (TINs) are well suited to these smaller, more detailed sites (Jones et al. 1990). These smaller areas may be based upon a site survey which provides a scattered set of three dimensional high resolution observations. Alternatively, data points may Ed Poyer, NRS509 Page 1 of 7 November 24, 2010

2 originate in gridded data or may result from digitizing a contour map. TINs accurately reflect the original survey data whereas grid based approaches require interpolation of the survey points. TIN network boundaries can more closely align with those of the target parcel, and TINs are computationally efficient and flexible. The TINs delineation approach begins with constructing triangles from the survey points according to precise topological criteria. The next steps are to calculate the channel network, delineate drainage boundaries and finally group the resulting triangles into source areas. The source areas are then used to delineate watersheds. Benchmarks show that computing watersheds from delimited nodes is accomplished in 1-2 seconds. Thus, TIN models offer effective and efficient watershed analysis support to interactive GIS. Artificial drainage systems present the next challenge to automating watershed delineation. Developed landscapes require that the manmade drainage network be mapped to the TIN of the natural terrain. This addition required that algorithms be enhanced (Nelson et al. 1994). Geometric parameters required for hydrologic modeling are calculated, and the results interfaced into the U. S. Army Corps of Engineers HEC-1 Flood Hydrograph Package. The delineated basins can be exported as polygons to GIS software. In comparing the raster, TIN and vector-based models, grid-based models advantages include a simpler data structure, the abundance of grid-based data, and the ease in which the gridbased model is transportable across systems. TIN based models have advantages in that they require less memory than grids, and linear features can be accurately represented using triangle edges. Map-based polygon models also require less storage than grids, linear features can again be accurately represented. However, map-based models lack elevation data within the polygons, so sub-basin delineation is not available. Thus, if the study area is below the smallest available HUC level for the locale, then another model must be used (Nelson et al. 1999). A Watershed Modeling System (WMS) integrated watershed delineation methods, a flood hydrograph model and Arc GIS capabilities into a rainfall-runoff model with a graphical user interface. This system was applied to a modeling study conducted in arid Mariposa county, AZ (Nelson et al. 1999). The WMS system calculates geometric parameters from the watershed model. The system extracts land use and soils data from the Mariposa county GIS. This is supplied as input into HEC-1. The resulting computed hydrographs and peak flow data are exported to a GIS using ArcView shapefile format. This data is combined with various other data within the GIS to support decision making. The results were compared to results using conventional methods of watershed modeling, and were found to be in excellent agreement. The integrated nature and graphical user interface of this system represents improvement in both accessibility and ease of use. Advancements in GIS have been used to investigate the lower Cheat River basin, a heavily impacted watershed in the coal mining regions of West Virginia (Strager et al. 2009). This watershed delineation process focused on identifying stream segment level watersheds. Stream segments between stream junctions identified on the 1:24,000 scale NHD were used. An ArcGIS Spatial Analyst extension was used to calculate a flow direction grid, from which watersheds were delineated for each stream segment. These watersheds were linked to enable cumulative analysis. A weighted watershed Mining Index was developed for each stream segment watershed, and aggregated up to the NRCS 12 digit HUC scale within the lower Cheat River watershed. The index was used to establish priorities for reclamation. This approach was recommended to quantify both local stream segment and cumulative impacts to aid in watershed management. Ed Poyer, NRS509 Page 2 of 7 November 24, 2010

3 Web-based real-time GIS watershed delineation is the next step in the progression. A webbased GIS user interface was developed which obtains the outlet point s position and passes it to a server-based watershed delineation algorithm. The system is based on a raster dataset and uses neighborhood functions to construct a flow direction grid. The system offers ease of use, accessibility and reasonable speed, but is limited in that it cannot handle developed areas, lacking a mechanism to handle artificial drainages (Choi et al. 2003). The need for standards becomes apparent as web-based systems become more popular. The Open Geospatial Consortium (OGC) developed a Web Processing Service (WPS) specification. The OGC is a standards organization focusing on developing non-proprietary GIS standards to promote interoperability. Many GIS developers have actively embraced the standards as a way to promote the technology (Michaelis et al. 2009). The WPS specification is a thin client / fat server model. Minimal software and data reside on the client. Large datasets and the core software engines reside on the server. This simplifies software installation and maintenance: as algorithms improve or new data is available, only the server need be updated. XML is used for almost all communication. This model is most useful in situations where the bulk of the data is on the server so that minimal data need be transmitted, or when the significant processing power of the server is required. When large volumes of data need to be uploaded before processing, or when relatively little processing power is needed, the more conventional approach of local processing has the advantage. A watershed delineation tool was included in a test implementation of the WPS specification. The client browses a series of maps and identifies a point of interest. The server side tool hosts a DEM raster dataset from which it builds stream networks for flow patterns and polygons to delineate the watershed boundaries and provide topological calculations. The tests showed that the WPS specification was workable, and that the test version would be useful for existing GIS users. This paper has traced the development of watershed delineation methods using GIS. Some early approaches used specialized, custom software to process DEM raster data models. Other early approaches used custom written software on TINs, while others utilized polygon based data models. The advantages and limitations of each of these approaches were described. Two case studies were presented in which watershed delineation served a key role in watershed analysis and GIS-based decision making. The growth of internet applications led to interactive web-based GIS approaches. Proliferation led to the need for implementation standards, which were described. That watershed delineation was selected as an early test case for the standard underscores the importance of the function. In the future, one can expect more web-based functionality from both open source GIS vendors and flagship vendors. ESRI founder Jack Dangermond demonstrated the free website ArcGIS.com at ESRI s International User Conference in July, (Bigelow, 1). Although watershed delineation was not specifically mentioned, there is certainly a trend toward greater accessibility of GIS functionality. Ed Poyer, NRS509 Page 3 of 7 November 24, 2010

4 References not included in annotated bibliography: Bolstad, P., (2005), GIS Fundamentals, a First Text on Geographic Information Systems, 2 nd Edition, Eider Press, White Bear Lake, MN. Bigelow, Bruce. ESRI Reshapes Its Proprietary Mapping System into an Open Crowdsourcing Platform, Raising a Challenge for Google, xconomy.com November 11, < Ed Poyer, NRS509 Page 4 of 7 November 24, 2010

5 Band, L. E., (1986). Topographic partition of watersheds with digital elevation models, Water Resources Research, 22: Band reviews essential automated techniques to delineate watershed components using DEM raster datasets spanning the drainage area. He cites these as preferable to costly, tedious and error-prone manual delineation. The basic steps are to extract local stream channel networks, construct the associated divide networks, and topologically code and label the drainage system. He describes algorithms and addresses problems presented by artificial pits, in which cells present local minima which may confound the model. These handled by either pre-processing, or dynamically filling the pits by examining adjacent cells and gradually adjusting elevations to smooth the surface. Thinning techniques are used to reduce the dataset and to ensure that the stream flows along the valley floor. Band concludes that the resulting dataset can efficiently form the basis of a geographic information system designed to address watershed based analysis. Band suggests that areas of watershed research that may benefit from these techniques include evaporation modeling, tracing drainage paths and hydrologic simulation modeling. Jones, N. L., Wright, S. G., and Maidment, D. R., (1990). Watershed delineation with triangle-based terrain models, Journal of Hydraulic Engineering, 116: This paper describes delineating watersheds from Triangulated Irregular Networks (TINs). According to the authors, TINS provide advantages over grid-based models. TINs accurately reflect the original survey data whereas grid based approaches require interpolation of the survey points. TINs boundaries can more closely align with those of the target parcel. Finally, they argue that TINs are computationally efficient and flexible. The authors review procedures to construct triangles from survey points, and describe useful data structures and algorithms to identify paths of steepest descent and flow lines. The authors review pre-processing tasks for dealing with problem data such as artificial pits, diverging streams and flat triangles. An essential topological criterion is that the triangles meet the Delauney tessellation criteria: the circle defined by the triangle vertices shall encompass no other vertices. This avoids problems fostered by long, thin triangles and ensures that triangles are as equiangular as possible. The authors provide the algorithms and formulae for each step to delineate source areas: calculate the channel network, delineate drainage boundaries and sub-divide triangles, and group the resulting triangles into source areas. The source areas are then used to delineate watersheds. The authors summarize benchmarks run on a Macintosh II computer, resulting in computing watersheds from delimited nodes in 1-2 seconds. The authors conclude that TIN models offer effective and efficient watershed analysis support to interactive GIS, to address problems such as hazardous liquid spills and site grading. Nelson, E. J., Jones, N. L., and Miller, A. W. (1994). "An algorithm for precise drainage basin delineation." Journal of Hydraulic Engineering, ASCE, 120(3), This paper refines drainage basin delineation using TIN models. The algorithms were extended to address the issues which streets and other artificial drainages introduce in developed terrain. The extended algorithm requires maps of these artificial drainages to be added to the TIN network, which can be accomplished by interactive editing. The introduction of these arbitrary stream segments required further enhancements to the algorithm. For thousands of data points the entire process executes on a PC in a minutes to a few hours, depending on the amount of editing. With these enhancements, TIN models can be applied to urban as well as rural areas. Ed Poyer, NRS509 Page 5 of 7 November 24, 2010

6 Geometric parameters required for hydrologic modeling can be calculated, and the results have been interfaced into HEC-1 for surface runoff analysis. HEC-1 is an industry-standard program for hydrologic analysis, developed by the Hydrologic Engineering Center in Davis, California. The polygons representing drainage basin boundaries can be used with GIS software. Some limitations remain, such as the assumption that no flat triangles exist. As of the writing of the article, techniques were being researched for automatic editing of flat triangles, and preprocessing of data extracted from gridded DEM models and contour data. Nelson, E. J., Smemoe, C. M., and Zhao, B., (1999), A GIS approach to watershed modeling in Maricopa county, Arizona, American Society of Civil Engineers 29 th Annual Water Resources Planning and Management Conference Environmental Engineering, Tempe, AZ Nelson et al. describe an integrated Watershed Modeling System (WMS) developed for Maricopa county Arizona. The system leverages existing watershed delineation methods, a flood hydrograph model, and tight integration with Arc GIS capabilities into a rainfall-runoff model with a graphical user interface. The WMS is flexible in that it automates watershed delineation from a TIN model, a grid based model such as DEM, or from maps using a vector based model. The WMS system calculates geometric parameters from the watershed model. The system is customized to extract land use and soils data from the Mariposa GIS. This is supplied as input into the U. S. Army Corps of Engineers HEC-1 Flood Hydrograph Package. The resulting computed hydrographs and peak flow data are then exported to a GIS using ArcView shapefile format. This data can then be combined with various other data within the GIS to support decision making. A central purpose of the study was to reconcile WMS test results to results from conventional practices. The authors characterize the results as reconciling with excellent agreement. This automated system produces results much more quickly than, and as accurately as, conventional methods. Choi, J. and Engel, B. A., (2003).Real-time watershed delineation system using Web-GIS, Journal of Computing in Civil Engineering, 17: This work describes a web-based GIS system developed to delineate watersheds in real time. They observe that watershed delineation functionality in commercial and in public domain GIS was too difficult to use in a web-based development environment, and that real time functionality was needed. The authors reviewed user interface requirements and technical design considerations, then provided a system overview. The system used a web-based GIS user interface to obtain the outlet point s UTM coordinates to pass to the server-based watershed delineation algorithm. The algorithm uses a grid data format proposed by ESRI in 1992, and examines the eight adjacent cells to build a flow direction grid, building upward from the user specified outlet point. The system takes from a five to fifteen seconds to build a 2,000 km 2 watershed using 30 m cell size. The calculated watershed areas were compared to those of reference watersheds delineated by a specialist using more extensive data sets, yielding errors from 0.9 to 12.5 percent. Comparing areas is a very limited way to assess the results, but watershed delineation results are by their nature difficult to compare. The system promises the advantages of ease of use, accessibility and speed. The system is limited in that it cannot handle developed areas, because there is no mechanism for handling artificial drainages. Ed Poyer, NRS509 Page 6 of 7 November 24, 2010

7 Michaelis, C. D., and Ames, D. P., (2009). Evaluation and Implementation of the OGC web processing service for use in Client-side GIS, Geoinformatica, 13: This paper describes and evaluates the Open Geospatial Consortium (OGC) Web Processing Service (WPS) specification. The OGC is a standards organization focusing on developing non-proprietary GIS standards to promote interoperability. Many GIS developers have actively embraced the standards as a way to promote the technology. The WPS specification is a thin client / fat server model. Minimal software and data resides on the client. Large datasets and the core software engines reside on the server. This simplifies software installation and maintenance: as algorithms improve or new data is available, only the server need be updated. Tasks are sent via XML documents from a client to a server to process the request. Communication from the server back to the client is also accomplished via XML, which may include URL links for complex output. The authors explore the conditions under which processing is most effectively handled locally (on the client) versus on the server. These conditions include dataset size and computational complexity, so that the criteria are based on the time to transmit the data, process it and return the results. A need to transmit large datasets shifts the balance toward client side, processing, while a need for high computational power shifts the balance toward server based processing. The authors describe two test implementations, one of which was a watershed delineation tool. The client browses a series of maps and identifies a point of interest. The server side tool hosts a DEM raster dataset from which it builds stream networks for flow patterns and polygons to delineate the watershed boundaries and provide topological calculations. The tests convinced the authors that the WPS specification was workable, and that the test version would be useful for existing GIS users. Strager, M. P., Petty, J. T., Strager, J. M., and Bartker-Fulton, J. (2009), A spatially explicit framework for quantifying downstream hydrologic conditions, Journal of Environmental Management, 90: This paper explores how advancements in GIS have improved investigations into stream ecosystems and their watersheds. The authors applied improved datasets and more detailed and accessible techniques for stream network modeling and watershed delineation to analyze the lower Cheat River basin, a heavily impacted watershed in the coal mining regions of West Virginia. This watershed delineation process focused on identifying stream segment level watersheds using stream segments between stream junctions identified on the 1:24,000 scale NHD. An ArcGIS Spatial Analyst extension was used to calculate a flow direction grid, from which watersheds were delineated for each stream segment. Using the NHDs stream flow data, these watersheds were linked to enable cumulative analysis. A weighted watershed Mining Index was designed and calculated for each stream segment watershed, and aggregated up to the NRCS 12 digit HUC scale within the lower Cheat River watershed. The index was used to establish priorities for reclamation. The authors recommend this approach to quantify both local stream segment and cumulative impacts to aid in watershed management. Ed Poyer, NRS509 Page 7 of 7 November 24, 2010

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

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

Watershed Modeling With DEMs

Watershed Modeling With DEMs Watershed Modeling With DEMs Lesson 6 6-1 Objectives Use DEMs for watershed delineation. Explain the relationship between DEMs and feature objects. Use WMS to compute geometric basin data from a delineated

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

MODULE 7 LECTURE NOTES 5 DRAINAGE PATTERN AND CATCHMENT AREA DELINEATION

MODULE 7 LECTURE NOTES 5 DRAINAGE PATTERN AND CATCHMENT AREA DELINEATION MODULE 7 LECTURE NOTES 5 DRAINAGE PATTERN AND CATCHMENT AREA DELINEATION 1. Introduction Topography of the river basin plays an important role in hydrologic modelling, by providing information on different

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

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

)UDQFR54XHQWLQ(DQG'tD]'HOJDGR&

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

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

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

CONVERTING A NEXRAD MAP TO A FLOODPLAIN MAP. Oscar Robayo, Tim Whiteaker, and David Maidment* 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

More information

CE 394K.3 GIS in Water Resources Midterm Quiz Fall There are 5 questions on this exam. Please do all 5. They are of equal credit.

CE 394K.3 GIS in Water Resources Midterm Quiz Fall There are 5 questions on this exam. Please do all 5. They are of equal credit. Name: CE 394K.3 GIS in Water Resources Midterm Quiz Fall 2000 There are 5 questions on this exam. Please do all 5. They are of equal credit. 1. The ArcView Geographic Information System can display different

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

GRAPEVINE LAKE MODELING & WATERSHED CHARACTERISTICS

GRAPEVINE LAKE MODELING & WATERSHED CHARACTERISTICS GRAPEVINE LAKE MODELING & WATERSHED CHARACTERISTICS Photo Credit: Lake Grapevine Boat Ramps Nash Mock GIS in Water Resources Fall 2016 Table of Contents Figures and Tables... 2 Introduction... 3 Objectives...

More information

GIS APPLICATIONS IN SOIL SURVEY UPDATES

GIS APPLICATIONS IN SOIL SURVEY UPDATES GIS APPLICATIONS IN SOIL SURVEY UPDATES ABSTRACT Recent computer hardware and GIS software developments provide new methods that can be used to update existing digital soil surveys. Multi-perspective visualization

More information

Flood Hazard Zone Modeling for Regulation Development

Flood Hazard Zone Modeling for Regulation Development Flood Hazard Zone Modeling for Regulation Development By Greg Lang and Jared Erickson Pierce County GIS June 2003 Abstract The desire to blend current digital information with government permitting procedures,

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

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

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

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

GeoWEPP Tutorial Appendix

GeoWEPP Tutorial Appendix GeoWEPP Tutorial Appendix Chris S. Renschler University at Buffalo - The State University of New York Department of Geography, 116 Wilkeson Quad Buffalo, New York 14261, USA Prepared for use at the WEPP/GeoWEPP

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

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

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

Popular Mechanics, 1954

Popular Mechanics, 1954 Introduction to GIS Popular Mechanics, 1954 1986 $2,599 1 MB of RAM 2017, $750, 128 GB memory, 2 GB of RAM Computing power has increased exponentially over the past 30 years, Allowing the existence of

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

NR402 GIS Applications in Natural Resources

NR402 GIS Applications in Natural Resources NR402 GIS Applications in Natural Resources Lesson 1 Introduction to GIS Eva Strand, University of Idaho Map of the Pacific Northwest from http://www.or.blm.gov/gis/ Welcome to NR402 GIS Applications in

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

Chapter 6. Fundamentals of GIS-Based Data Analysis for Decision Support. Table 6.1. Spatial Data Transformations by Geospatial Data Types

Chapter 6. Fundamentals of GIS-Based Data Analysis for Decision Support. Table 6.1. Spatial Data Transformations by Geospatial Data Types Chapter 6 Fundamentals of GIS-Based Data Analysis for Decision Support FROM: Points Lines Polygons Fields Table 6.1. Spatial Data Transformations by Geospatial Data Types TO: Points Lines Polygons Fields

More information

Integrating Geographical Information Systems (GIS) with Hydrological Modelling Applicability and Limitations

Integrating Geographical Information Systems (GIS) with Hydrological Modelling Applicability and Limitations Integrating Geographical Information Systems (GIS) with Hydrological Modelling Applicability and Limitations Rajesh VijayKumar Kherde *1, Dr. Priyadarshi. H. Sawant #2 * Department of Civil Engineering,

More information

Canadian Board of Examiners for Professional Surveyors Core Syllabus Item C 5: GEOSPATIAL INFORMATION SYSTEMS

Canadian Board of Examiners for Professional Surveyors Core Syllabus Item C 5: GEOSPATIAL INFORMATION SYSTEMS Study Guide: Canadian Board of Examiners for Professional Surveyors Core Syllabus Item C 5: GEOSPATIAL INFORMATION SYSTEMS This guide presents some study questions with specific referral to the essential

More information

What s New in Topographic Information - USGS National Map

What s New in Topographic Information - USGS National Map + What s New in Topographic Information - USGS National Map SARGIS Workshop November 14, 2016 Rob Dollison, 703-648-5724 rdollison@usgs.gov + USGS 2 National Geospatial Program The National Geospatial

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

National Hydrography Dataset (NHD) Update Project for US Forest Service Region 3

National Hydrography Dataset (NHD) Update Project for US Forest Service Region 3 National Hydrography Dataset (NHD) Update Project for US Forest Service Region 3 Allison Moncada California State University, Northridge February 2017 July 2017 Advisor: Joel Osuna Center for Geographical

More information

USGS Hydrography Overview. May 9, 2018

USGS Hydrography Overview. May 9, 2018 + 1 USGS Hydrography Overview May 9, 2018 + 2 The National Geospatial Program Provides the geospatial baseline of the Nation s topography, natural landscape and built environment through The National Map,

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

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

Using ArcGIS for Hydrology and Watershed Analysis:

Using ArcGIS for Hydrology and Watershed Analysis: Using ArcGIS 10.2.2 for Hydrology and Watershed Analysis: A guide for running hydrologic analysis using elevation and a suite of ArcGIS tools Anna Nakae Feb. 10, 2015 Introduction Hydrology and watershed

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

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

Delineation of Watersheds

Delineation of Watersheds Delineation of Watersheds Adirondack Park, New York by Introduction Problem Watershed boundaries are increasingly being used in land and water management, separating the direction of water flow such that

More information

Creating Watersheds and Stream Networks. Steve Kopp

Creating Watersheds and Stream Networks. Steve Kopp Creating Watersheds and Stream Networks Steve Kopp Workshop Overview Demo Data Understanding the tools Elevation Data Types DEM : Digital Elevation Model bare Earth DSM : Digital Surface Model Data Structure

More information

Lecture 3. Data Sources for GIS in Water Resources

Lecture 3. Data Sources for GIS in Water Resources Lecture 3 Data Sources for GIS in Water Resources GIS in Water Resources Spring 2015 http://www.data.gov/ 1 USGS GIS data for Water http://water.usgs.gov/maps.html Watersheds of the US 2-digit water resource

More information

ArcGIS Online Tools and Water-Related Web Services You Can Use Every Day of Your Life!

ArcGIS Online Tools and Water-Related Web Services You Can Use Every Day of Your Life! ArcGIS Online Tools and Water-Related Web Services You Can Use Every Day of Your Life! Brian Rowley, PE, CFM FMA 2014 Annual Conference 1 Gold Rush (49ers) John Sutter Sutter s Mill South fork of American

More information

CATCHMENT AND OVERLAND FLOW PATHWAY DELINEATION USING LIDAR AND GIS GRID BASED APPROACH IN URBAN STORMWATER AND SEWER NETWORK MODELS

CATCHMENT AND OVERLAND FLOW PATHWAY DELINEATION USING LIDAR AND GIS GRID BASED APPROACH IN URBAN STORMWATER AND SEWER NETWORK MODELS CATCHMENT AND OVERLAND FLOW PATHWAY DELINEATION USING LIDAR AND GIS GRID BASED APPROACH IN URBAN STORMWATER AND SEWER NETWORK MODELS Thomas Joseph (AWT) ABSTRACT This paper presents specific examples comparing

More information

GIS in Water Resources Midterm Exam Fall 2008 There are 4 questions on this exam. Please do all 4.

GIS in Water Resources Midterm Exam Fall 2008 There are 4 questions on this exam. Please do all 4. Page 1 of 8 Name: GIS in Water Resources Midterm Exam Fall 2008 There are 4 questions on this exam. Please do all 4. 1. Basic Concepts [20 points] Find the letter with the best answer for each term: 1.

More information

ENGRG Introduction to GIS

ENGRG Introduction to GIS ENGRG 59910 Introduction to GIS Michael Piasecki March 17, 2014 Lecture 08: Terrain Analysis Outline: Terrain Analysis Earth Surface Representation Contour TIN Mass Points Digital Elevation Models Slope

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

NATIONAL HYDROGRAPHY DATASET (NHD) UPDATE PROJECT FOR US FOREST SERVICE REGION 3

NATIONAL HYDROGRAPHY DATASET (NHD) UPDATE PROJECT FOR US FOREST SERVICE REGION 3 NATIONAL HYDROGRAPHY DATASET (NHD) UPDATE PROJECT FOR US FOREST SERVICE REGION 3 Allison Moncada California State University, Northridge February 2018 July 2018 Advisor: Joel Osuna Center for Geospatial

More information

Remote Sensing and GIS Applications for Hilly Watersheds SUBASHISA DUTTA DEPARTMENT OF CIVIL ENGINEERING IIT GUWAHATI

Remote Sensing and GIS Applications for Hilly Watersheds SUBASHISA DUTTA DEPARTMENT OF CIVIL ENGINEERING IIT GUWAHATI Remote Sensing and GIS Applications for Hilly Watersheds SUBASHISA DUTTA DEPARTMENT OF CIVIL ENGINEERING IIT GUWAHATI Deciding Alternative Land Use Options in a Watershed Using GIS Source: Anita Prakash

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

Welcome to NR502 GIS Applications in Natural Resources. You can take this course for 1 or 2 credits. There is also an option for 3 credits.

Welcome to NR502 GIS Applications in Natural Resources. You can take this course for 1 or 2 credits. There is also an option for 3 credits. Welcome to NR502 GIS Applications in Natural Resources. You can take this course for 1 or 2 credits. There is also an option for 3 credits. The 1st credit consists of a series of readings, demonstration,

More information

SRJC Applied Technology 54A Introduction to GIS

SRJC Applied Technology 54A Introduction to GIS SRJC Applied Technology 54A Introduction to GIS Overview Lecture of Geographic Information Systems Fall 2004 Santa Rosa Junior College Presented By: Tim Pudoff, GIS Coordinator, County of Sonoma, Information

More information

Bentley Map Advancing GIS for the World s Infrastructure

Bentley Map Advancing GIS for the World s Infrastructure Bentley Map Advancing GIS for the World s Infrastructure Presentation Overview Why would you need Bentley Map? What is Bentley Map? Where is Bentley Map Used? Why would you need Bentley Map? Because your

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

Improvement of the National Hydrography Dataset for US Forest Service Region 3 in Cooperation with the National Forest Service

Improvement of the National Hydrography Dataset for US Forest Service Region 3 in Cooperation with the National Forest Service Improvement of the National Hydrography Dataset for US Forest Service Region 3 in Cooperation with the National Forest Service Christian L. DeCasas California State University, Northridge November 7 th,

More information

Hydrology and Watershed Analysis

Hydrology and Watershed Analysis Hydrology and Watershed Analysis Manual By: Elyse Maurer Reference Map Figure 1. This map provides context to the area of Washington State that is being focused on. The red outline indicates the boundary

More information

Introduction to GIS I

Introduction to GIS I Introduction to GIS Introduction How to answer geographical questions such as follows: What is the population of a particular city? What are the characteristics of the soils in a particular land parcel?

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

Introduction-Overview. Why use a GIS? What can a GIS do? Spatial (coordinate) data model Relational (tabular) data model

Introduction-Overview. Why use a GIS? What can a GIS do? Spatial (coordinate) data model Relational (tabular) data model Introduction-Overview Why use a GIS? What can a GIS do? How does a GIS work? GIS definitions Spatial (coordinate) data model Relational (tabular) data model intro_gis.ppt 1 Why use a GIS? An extension

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

Pierce Cedar Creek Institute GIS Development Final Report. Grand Valley State University

Pierce Cedar Creek Institute GIS Development Final Report. Grand Valley State University Pierce Cedar Creek Institute GIS Development Final Report Grand Valley State University Major Goals of Project The two primary goals of the project were to provide Matt VanPortfliet, GVSU student, the

More information

NAVAJO NATION PROFILE

NAVAJO NATION PROFILE NAVAJO NATION PROFILE Largest land based area and federally recognized tribe in the United States Over 27,000 square miles (or 17.2 million acres with a population of over 300,000 people. Covers Arizona,

More information

GIS for integrated 2D H&H modeling support. Dean Djokic and Lori Armstrong, Esri Inc.

GIS for integrated 2D H&H modeling support. Dean Djokic and Lori Armstrong, Esri Inc. GIS for integrated 2D H&H modeling support Dean Djokic and Lori Armstrong, Esri Inc. Overview GIS for H&H modeling support 1D vs. 2D modeling with GIS GIS techniques for data simplification Schematization

More information

ENGRG Introduction to GIS

ENGRG Introduction to GIS ENGRG 59910 Introduction to GIS Michael Piasecki November 17, 2017 Lecture 11: Terrain Analysis Outline: Terrain Analysis Earth Surface Representation Contour TIN Mass Points Digital Elevation Models Slope

More information

SoilView: Development of a Custom GIS Application for Publishing Soil Surveys

SoilView: Development of a Custom GIS Application for Publishing Soil Surveys SoilView: Development of a Custom GIS Application for Publishing Soil Surveys Allan Johnson and Mike Wigginton Abstract Currently, digital soils information can be obtained from many sources. Numerous

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

IMPERIAL COUNTY PLANNING AND DEVELOPMENT

IMPERIAL COUNTY PLANNING AND DEVELOPMENT IMPERIAL COUNTY PLANNING AND DEVELOPMENT GEODATABASE USER MANUAL FOR COUNTY BUSINESS DEVELOPMENT GIS June 2010 Prepared for: Prepared by: County of Imperial Planning and Development 801 Main Street El

More information

UPDATING AND REFINEMENT OF NATIONAL 1: DEM. National Geomatics Center of China, Beijing

UPDATING AND REFINEMENT OF NATIONAL 1: DEM. National Geomatics Center of China, Beijing UPDATING AND REFINEMENT OF NATIONAL 1:500000 DEM Jian-jun LIU a, Dong-hua WANG a, Yao-ling SHANG a, Wen-hao ZHAO a Xi KUAI b a National Geomatics Center of China, Beijing 100830 b School of Resources and

More information

Hydraulic Processes Analysis System (HyPAS)

Hydraulic Processes Analysis System (HyPAS) Hydraulic Processes Analysis System (HyPAS) by Thad C. Pratt and Daryl S. Cook PURPOSE: This Coastal Engineering Technical Note (CETN) describes a PC-Windows-based system for analyzing, visualizing, and

More information

Amitava Saha Research scholar IIT, Roorkee India

Amitava Saha Research scholar IIT, Roorkee India Amitava Saha Research scholar IIT, Roorkee India amitava6@gmail.com Abstract Ponds are important sources of fresh water in the world. Ponds store surface runoff produced by the storms. Demarcation of the

More information

Office of Geographic Information Systems

Office of Geographic Information Systems Winter 2007 Department Spotlight SWCD GIS by Dave Holmen, Dakota County Soil and Water Conservation District The Dakota County Soil and Water Conservation District (SWCD) has collaborated with the Dakota

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

The National Hydrography Dataset in the Pacific Region. U.S. Department of the Interior U.S. Geological Survey

The National Hydrography Dataset in the Pacific Region. U.S. Department of the Interior U.S. Geological Survey The National Hydrography Dataset in the Pacific Region U.S. Department of the Interior U.S. Geological Survey The National Map The National Map is built on partnerships and standards The National Map consists

More information

STEREO ANALYST FOR ERDAS IMAGINE Stereo Feature Collection for the GIS Professional

STEREO ANALYST FOR ERDAS IMAGINE Stereo Feature Collection for the GIS Professional STEREO ANALYST FOR ERDAS IMAGINE Stereo Feature Collection for the GIS Professional STEREO ANALYST FOR ERDAS IMAGINE Has Your GIS Gone Flat? Hexagon Geospatial takes three-dimensional geographic imaging

More information

INTRODUCTION TO GEOGRAPHIC INFORMATION SYSTEM By Reshma H. Patil

INTRODUCTION TO GEOGRAPHIC INFORMATION SYSTEM By Reshma H. Patil INTRODUCTION TO GEOGRAPHIC INFORMATION SYSTEM By Reshma H. Patil ABSTRACT:- The geographical information system (GIS) is Computer system for capturing, storing, querying analyzing, and displaying geospatial

More information

A Simple Drainage Enforcement Procedure for Estimating Catchment Area Using DEM Data

A Simple Drainage Enforcement Procedure for Estimating Catchment Area Using DEM Data A Simple Drainage Enforcement Procedure for Estimating Catchment Area Using DEM Data David Nagel, John M. Buffington, and Charles Luce U.S. Forest Service, Rocky Mountain Research Station Boise Aquatic

More information

Watershed Delineation in GIS Environment Rasheed Saleem Abed Lecturer, Remote Sensing Centre, University of Mosul, Iraq

Watershed Delineation in GIS Environment Rasheed Saleem Abed Lecturer, Remote Sensing Centre, University of Mosul, Iraq Watershed Delineation in GIS Environment Rasheed Saleem Abed Lecturer, Remote Sensing Centre, University of Mosul, Iraq Abstract: The management and protection of watershed areas is a major issue for human

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

Features and Benefits

Features and Benefits Autodesk LandXplorer Features and Benefits Use the Autodesk LandXplorer software family to help improve decision making, lower costs, view and share changes, and avoid the expense of creating physical

More information

Automatic Watershed Delineation using ArcSWAT/Arc GIS

Automatic Watershed Delineation using ArcSWAT/Arc GIS Automatic Watershed Delineation using ArcSWAT/Arc GIS By: - Endager G. and Yalelet.F 1. Watershed Delineation This tool allows the user to delineate sub watersheds based on an automatic procedure using

More information

GIS for ChEs Introduction to Geographic Information Systems

GIS for ChEs Introduction to Geographic Information Systems GIS for ChEs Introduction to Geographic Information Systems AIChE Webinar John Cirucci 1 GIS for ChEs Introduction to Geographic Information Systems What is GIS? Tools and Methods Applications Examples

More information

Watershed Modeling Orange County Hydrology Using GIS Data

Watershed Modeling Orange County Hydrology Using GIS Data v. 10.0 WMS 10.0 Tutorial Watershed Modeling Orange County Hydrology Using GIS Data Learn how to delineate sub-basins and compute soil losses for Orange County (California) hydrologic modeling Objectives

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

Watershed Analysis of the Blue Ridge Mountains in Northwestern Virginia

Watershed Analysis of the Blue Ridge Mountains in Northwestern Virginia Watershed Analysis of the Blue Ridge Mountains in Northwestern Virginia Mason Fredericks December 6, 2018 Purpose The Blue Ridge Mountain range is one of the most popular mountain ranges in the United

More information

Development and Land Use Change in the Central Potomac River Watershed. Rebecca Posa. GIS for Water Resources, Fall 2014 University of Texas

Development and Land Use Change in the Central Potomac River Watershed. Rebecca Posa. GIS for Water Resources, Fall 2014 University of Texas Development and Land Use Change in the Central Potomac River Watershed Rebecca Posa GIS for Water Resources, Fall 2014 University of Texas December 5, 2014 Table of Contents I. Introduction and Motivation..4

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

GIS-based Smart Campus System using 3D Modeling

GIS-based Smart Campus System using 3D Modeling GIS-based Smart Campus System using 3D Modeling Smita Sengupta GISE Advance Research Lab. IIT Bombay, Powai Mumbai 400 076, India smitas@cse.iitb.ac.in Concept of Smart Campus System Overview of IITB Campus

More information

Introduction to GIS. Geol 4048 Geological Applications of Remote Sensing

Introduction to GIS. Geol 4048 Geological Applications of Remote Sensing Introduction to GIS Geol 4048 Geological Applications of Remote Sensing GIS History: Before Computers GIS History Using maps for a long time Dr. Roger F. Tomlinson Father of GIS He was an English geographer

More information

GIS Geographic Information System

GIS Geographic Information System GIS Geographic Information System Andrea Petroselli Tuscia University, Italy petro@unitus.it SUMMARY Part 1: Part 2: Part 3: Part 4: What is a GIS? Why do we need a GIS? Which are the possibilities of

More information

A Comparison of Manual and Computer-Assisted Drainage Delineation Methods for Hydrologic-Unit Map Development

A Comparison of Manual and Computer-Assisted Drainage Delineation Methods for Hydrologic-Unit Map Development This paper was peer-reviewed for scientific content. Pages 1118-1127. In: D.E. Stott, R.H. Mohtar and G.C. Steinhardt (eds). 2001. Sustaining the Global Farm. Selected papers from the 10th International

More information

Application of high-resolution (10 m) DEM on Flood Disaster in 3D-GIS

Application of high-resolution (10 m) DEM on Flood Disaster in 3D-GIS Risk Analysis V: Simulation and Hazard Mitigation 263 Application of high-resolution (10 m) DEM on Flood Disaster in 3D-GIS M. Mori Department of Information and Computer Science, Kinki University, Japan

More information

Visualising time-series data with the Australian Hydrological Geospatial Fabric & the Geofabric Sample Toolbox

Visualising time-series data with the Australian Hydrological Geospatial Fabric & the Geofabric Sample Toolbox Visualising time-series data with the Australian Hydrological Geospatial Fabric & the Geofabric Sample Toolbox Darren G Smith #Locate15, Thursday 12 th of March 2015 Presentation outline Quick background

More information

FLOOD PLAIN SIMULATION MODEL BY INTEGRATION OF SURVEYING PACKAGES AND GIS

FLOOD PLAIN SIMULATION MODEL BY INTEGRATION OF SURVEYING PACKAGES AND GIS FLOOD PLAIN SIMULATION MODEL BY INTEGRATION OF SURVEYING PACKAGES AND GIS Azrinda Hassan Mohamad and Md.Nor Kamarudin Department of Geomatics Engineering, Faculty of Geoinformation Science and Engineering

More information

ENVIRONMENTAL MONITORING Vol. II - Applications of Geographic Information Systems - Ondieki C.M. and Murimi S.K.

ENVIRONMENTAL MONITORING Vol. II - Applications of Geographic Information Systems - Ondieki C.M. and Murimi S.K. APPLICATIONS OF GEOGRAPHIC INFORMATION SYSTEMS Ondieki C.M. and Murimi S.K. Kenyatta University, Kenya Keywords: attribute, database, geo-coding, modeling, overlay, raster, spatial analysis, vector Contents

More information

Geographic Information Systems. Introduction to Data and Data Sources

Geographic Information Systems. Introduction to Data and Data Sources Geographic Information Systems Introduction to Data and Data Sources Presented by John Showler, NJDA-SSCC NJ SCD GIS Training Session December 10, 209 The Objectives of this session are 3-fold: 1. Introduce

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

THE HYDROLOGICAL MODELING OF THE USTUROI VALLEY - USING TWO MODELING PROGRAMS - WetSpa and HecRas

THE HYDROLOGICAL MODELING OF THE USTUROI VALLEY - USING TWO MODELING PROGRAMS - WetSpa and HecRas Carpth. J. of Earth and Environmental Sciences, 2006 Vol. 1, No. 1, p. 53-62 THE HYDROLOGICAL MODELING OF THE USTUROI VALLEY - USING TWO MODELING PROGRAMS - WetSpa and HecRas Ioana NAPRADEAN & Razvan CHIRA

More information

Evaluation of gvsig and SEXTANTE Tools for Hydrological Analysis Schröder Dietrich a, Mudogah Hildah b and Franz David b

Evaluation of gvsig and SEXTANTE Tools for Hydrological Analysis Schröder Dietrich a, Mudogah Hildah b and Franz David b Evaluation of gvsig and SEXTANTE Tools for Hydrological Analysis Schröder Dietrich a, Mudogah Hildah b and Franz David b ab Photogrammetry and Geo-informatics Masters Programme, Stuttgart University of

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

GIS-T 2010 Building a Successful Geospatial Data Sharing Framework: A Ohio DOT Success Story

GIS-T 2010 Building a Successful Geospatial Data Sharing Framework: A Ohio DOT Success Story GIS-T 2010 Building a Successful Geospatial Data Sharing Framework: A Ohio DOT Success Story ODOT District 2 GIS John Puente District 1 GIS Coordinator\ Planning Administrator 2 Interoperability 3 District

More information