1 / 13

GIS TOOL BAR FOR IDENTIFICATION OF PROPERTIES CLOSE TO CANALS WITH POSSIBLE FLOOD PROBLEM

This study presents a GIS tool bar that helps in the identification of properties near canals that may potentially experience flood problems. The tool bar includes functions for inventorying canals, calculating maximum flow rate permissible, calculating surface run off flow, and identifying potential flood problems. The methodology involves VBA code, input information including canal shapefile, flow direction, and property ownership, and the use of equations for surface runoff area, inventorying canals, and calculating flow rates. The model was tested using data from the Northern Logan Canal, and the results demonstrated the effectiveness of the tool bar in identifying properties at risk of flooding.

lylaf
Download Presentation

GIS TOOL BAR FOR IDENTIFICATION OF PROPERTIES CLOSE TO CANALS WITH POSSIBLE FLOOD PROBLEM

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. GIS TOOL BAR FOR IDENTIFICATION OF PROPERTIES CLOSE TO CANALS WITH POSSIBLE FLOOD PROBLEM by J.J. Escurra Source :August Miller, Deseret Morning News Placing sandbags Thursday in an effort to stop the flooding of homes from Box Elder Creek in Brigham City.

  2. Objectives • Creation of a function that helps with canal’s inventory. • Creation of function that calculates the maximum flow rate permissible in a canal. • Creation of a function that calculates the surface run off flow. • Creation of a function that identify the possible flood problems in a canal.

  3. Methodology • All the code was written in VBA • Input information. a) Canal shapefile b) 8 Flow Direction c) Properties with owners • 6 steps. • Used equations. Surface Runoff Area using D 8 flow direction and modified David Tarboton code . Inventory of Canal from Diagnostic Walk Thru For a selected section Calculation of Runoff Flow using Rational Equation Calculation of Maximum Flow rate using Manning Equation Difference of Runoff and Maximum Flow rate and giving values of 0 and 1 for positives and negatives values.

  4. Results To test the model data from Northern Logan Canal was used, the canal was GPSed only 5 kilometers from the total 24 kilometers of length

  5. Calculation of the Surface Runoff Area

  6. Calculation of the Surface Runoff Area gridshape([results])

  7. Selection of Section

  8. Free bord Total depth ml mr Canal width Filling in Data

  9. Calculation of Runoff Flow

  10. Observation of the Picture

  11. Difference between Maximum Canal and Run off Flow

  12. Conclusions

More Related