Urban Erosion Potential Risk Mapping with GIS

Size: px
Start display at page:

Download "Urban Erosion Potential Risk Mapping with GIS"

Transcription

1 Urban Erosion Potential Risk Mapping with GIS ESRI Water Conference San Diego, CA Jan 29-Feb 1, 2018 Dr. Randy Dymond, PE, F.ASCE, D.WRE Co-investigators: Amanda Weikmann, MS Student Dr. Clay Hodges, PE Research Asst Prof

2 OUTLINE 1.Introduction 2.Methods 3.Results The Nation that destroys its soil destroys itself Franklin D. Roosevelt, Conclusion 2

3 HISTORY OF SEDIMENT REGULATIONS Soil Erosion Service (SES) Then SCS, NRCS The Federal Water Pollution Control Act The Clean Water Act (CWA) The Water Quality Act (WQA) Virginia Soil & Conservation District Law Maryland Sediment Control Regulations Maryland Sediment Control Law Virginia Erosion & Sediment Control Law (VESCL) 3

4 SEDIMENTATION AND EROSION Deposition Alter channel dimensions Landlock ports Smother aquatic organisms Deposit bound pollutants Suspension Alters aesthetics (turbidity) Blocks sunlight in water column Transport bound pollutants 4

5 STORMWATER RUNOFF REGULATIONS & CONTROL He, J. (2017). Sedimentation [Lecture notes]. Retrieved from

6 SOIL EROSION PROCESSES Transport Erosion Splash Erosion 6

7 SOIL EROSION PROCESSES Transport Erosion Sheet Erosion Rill Erosion Splash Erosion NRCS LG.jpg 7

8 SOIL EROSION MODELS Erosion Map output from USLE Erosion Map output from LISEM Figure from Mattheus et al., 2013 USLE (Wischmeier and Smith, 1978) Figure from DeRoo et al., 1994 LISEM (DeRoo et al., 1994) 8

9 OBJECTIVES 1. Investigate the important parameters of soil erosion 2. Develop a method for determining Erosion Potential (EP) through GIS and computational analysis 3. Interpret results of the methodology 4. Generate final erosion potential risk maps for Central Stroubles watershed in the Town of Blacksburg, VA 5. Create a procedure for municipal governments to produce EP risk maps 9

10 IMPORTANT PARAMETERS From Literature: Runoff Volume Slope Land Cover Soil Erodibility Rainfall Intensity 10

11 IMPORTANT PARAMETERS Site Component Runoff Volume (V R ) Local Slope (S L ) Land Cover (LC) Soil Erodibility (K f ) Transport Component Distance to nearest stormwater conveyance point (D) Slope along surface flow travel path to nearest stormwater conveyance point (S A ) Rainfall Intensity Excluded Homogenous across watershed Relative EP ranking 11

12 EROSION POTENTIAL Site Component Downstream Transport Component EP = Erosion potential V R = Accumulated runoff volume S L = Local slope of the cell LC = Land cover K f = Soil erodibility D = Distance to inlet S A = Average slope to inlet Minimum Score Maximum Score Site Component 1 10,000 Downstream Transport Component Erosion Potential 2 10,100 12

13 CENTRAL STROUBLES WATERSHED Case Study: Central Stroubles 10 x 10 meter raster analysis (smaller gave major runtime problems) Land Cover Types Residential Commercial Urban Old Blacksburg High School Data Used Westview 2-ft Contours lines to DEM Cemetery Stormwater Infrastructure points Detailed Land Cover Database (DLCD) Web Soil Survey (WSS) polygon National Hydrography Database (NHD) Flowlines Aerial Imagery 13

14 DEM VS WATERSHED DELINEATION Digital Elevation Model 2 ft contours Not infrastructure corrected Watershed Delineation Infrastructure corrected Issues with DEM crossing Watershed delineation when finding flow paths 14

15 DEM VS WATERSHED DELINEATION Digital Elevation Model 2 ft contours Not infrastructure corrected Watershed Delineation Infrastructure corrected Issues with DEM crossing Watershed delineation when finding flow paths 15

16 EVALUATING LAND SURFACE EROSION Stream Locations Excluded Streambank erosion not addressed by this procedure Based on non-weighted flow accumulation Threshold values established by NHD flowlines, aerial photo and channel cross sections 16

17 SITE COMPONENT: PARAMETERS Runoff Volume, V R Relative Rank Local Slope, S L Absolute Rank Rank 2 Yr. Runoff Volume (ft 3 ) , , , , ,757 Land Cover, 7 LC Soil 15,789 Erodibility, K f Absolute 8 Rank Absolute 22,859 Rank 9 33, ,898 17

18 SITE COMPONENT: PARAMETERS Runoff Volume, V R Relative Rank Local Slope, S L Absolute Rank Rank 2 Yr. Local Runoff Slope Volume (degrees) (ft 3 ) , , , , , Land Cover, 7 LC Absolute 8 Rank Soil 15, Erodibility, K f Absolute 22, Rank 9 33, ,898 >= 45 18

19 SITE COMPONENT: PARAMETERS Rank Land Cover 1 Impervious 2 ~ not assigned~ 3 Dense Forest 4 Light Forest/Tree Canopy 5 Brush/Bush 6 Open Space (Lawn) Runoff 7Volume, V R Local Gravel Slope, S L Relative 8 Rank Light Bush/Dirt/Mulch Absolute Rank 9 ~ not assigned~ 10 Dirt Land Cover, LC Absolute Rank Soil Erodibility, K f Absolute Rank 19

20 SITE COMPONENT: PARAMETERS Rank Soil Land Erodibility Cover 1 Impervious ~ not 0.14 assigned~ 3 Dense 0.21 Forest 4 Light Forest/Tree 0.28 Canopy 5 Brush/Bush Open Space 0.42 (Lawn) Runoff Volume, V R Local Gravel Slope, S L Relative Rank Light Bush/Dirt/Mulch Absolute Rank ~ not 0.63 assigned~ 10 Dirt 0.7 Land Cover, LC Absolute Rank Soil Erodibility, K f Absolute Rank 20

21 TRANSPORT COMPONENT: PARAMETERS Rank Distance to Inlet Distance to Nearest Inlet, D Relative Rank (feet) Average Slope, S A 10 Absolute Rank727 21

22 TRANSPORT COMPONENT: PARAMETERS Rank Average Slope (degrees) Distance 9 to Nearest 42 Inlet, D 10 Relative Rank >= 45 Average Slope, S A Absolute Rank 22

23 DEFINING NEAREST INLET Conveyance Point Layer Infrastructure nodes Stream network points 23

24 PYTHON SCRIPT Source Cell Elevation From DEM Select Inlets where Rim < Cell Elevation Run Near Analysis 24

25 PYTHON SCRIPT Source Cell Elevation From DEM Select Inlets where Rim < Cell Elevation Run Near Analysis Compare Near_Dist To Flow Length Flow Length > Near_Dist Set Near_Dist as Near_Dist Set Rim Elev as Rim Elev 25

26 PYTHON SCRIPT Source Cell Elevation From DEM Select Inlets where Rim < Cell Elevation Run Near Analysis Compare Near_Dist To Flow Length Flow Length > Near_Dist Set Near_Dist as Near_Dist Set Rim Elev as Rim Elev 26

27 PYTHON SCRIPT Source Cell Elevation From DEM Select Inlets where Rim < Cell Elevation Run Near Analysis Compare Near_Dist To Flow Length Flow Length > Near_Dist Flow Length < Near_Dist Set Near_Dist as Near_Dist Set Rim Elev as Rim Elev Set Near_Dist as Flow Length Set Rim Elev as Elevation -delevtooutlet 27

28 PYTHON SCRIPT Source Cell Elevation From DEM Select Inlets where Rim < Cell Elevation Run Near Analysis Compare Near_Dist To Flow Length Flow Length > Near_Dist Flow Length < Near_Dist Set Near_Dist as Near_Dist Set Rim Elev as Rim Elev Set Near_Dist as Flow Length Set Rim Elev as Elevation -delevtooutlet 28

29 PYTHON SCRIPT Source Cell Elevation From DEM Select Inlets where Rim < Cell Elevation Run Near Analysis Compare Near_Dist To Flow Length Flow Length > Near_Dist Flow Length < Near_Dist Set Near_Dist as Near_Dist Set Rim Elev as Rim Elev Set Near_Dist as Flow Length Set Rim Elev as Elevation -delevtooutlet Average Slope = Elevation Rim Elev / Near_Dist 29

30 EVALUATING FLOW PATH LENGTHS Near Distance (ft) Measured Distance (ft)

31 EVALUATING FLOW PATH LENGTHS Near Distance (ft) Measured Distance (ft)

32 EROSION POTENTIAL RISK MAP Site Component Transport Component 32

33 EROSION POTENTIAL RISK MAP Site Component Transport Component 33

34 EP FREQUENCY DISTRIBUTIONS Transport Component Site Component Frequency 15,000 10,000 5, Erosion Potential Frequency 6,000 5,000 4,000 3,000 2,000 1, Erosion Potential Frequency 6,000 5,000 4,000 3,000 2,000 1,000 0 Erosion Potential Erosion Potential Median Score Site Component 30 Transport Component 8 Erosion Potential 38 34

35 INFLUENCE OF TRANSPORT COMPONENT Areas of high imperviousness and low slope In 14% of the cells, transport was > 50% of the EP. Only 25% of the cells contribute <10% Median contribution is 18% 35

36 ADAPTATIONS to EP EQUATION A C D E F B G H Unbalanced influence between site [10,000] and transport [100] component Equal weighting within components for each parameter Is slope as or more important than the rest? How much influence does land cover have? Comparisons between neighboring watersheds Absolute rankings for ALL parameters 36

37 CONCLUSIONS 1. Investigate the important parameters of soil erosion 2. Develop a method for determining Erosion Potential (EP) through GIS and computational analysis 3. Interpret results of the methodology 4. Generate final erosion potential risk maps for Central Stroubles watershed in the Town of Blacksburg, VA GIS Python EP 5. Create a procedure for municipal governments to produce EP risk maps 37

38 CONCLUSIONS 1. Investigate the important parameters of soil erosion 2. Develop a method for determining Erosion Potential (EP) through GIS and computational analysis 3. Interpret results of the methodology 4. Generate final erosion potential risk maps for Central Stroubles watershed in the Town of Blacksburg, VA GIS Python EP 5. Create a procedure for municipal governments to produce EP risk maps 38

39 CONCLUSIONS 1. Investigate the important parameters of soil erosion 2. Develop a method for determining Erosion Potential (EP) through GIS and computational analysis 3. Interpret results of the methodology 4. Generate final erosion potential risk maps for Central Stroubles watershed in the Town of Blacksburg, VA GIS Python EP 5. Create a procedure for municipal governments to produce EP risk maps 39

40 FUTURE WORK Improvements to infrastructure corrected DEMs Incorporation of downstream land cover influence on transport erosion 40

41 QUESTIONS? Contact: 41

used to transport sediments throughout the lands. In this regard, understanding erosion is

used to transport sediments throughout the lands. In this regard, understanding erosion is David Rounce GIS in Water Resources 11/23/2010 Erosion Potential in Travis County INTRODUCTION Erosion has played a vital role in the morphology of the Earth as its processes have been used to transport

More information

Summary Description Municipality of Anchorage. Anchorage Coastal Resource Atlas Project

Summary Description Municipality of Anchorage. Anchorage Coastal Resource Atlas Project Summary Description Municipality of Anchorage Anchorage Coastal Resource Atlas Project By: Thede Tobish, MOA Planner; and Charlie Barnwell, MOA GIS Manager Introduction Local governments often struggle

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

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

Date of Report: EPA agreement number: Center Name and Institution of Ctr. Director: Identifier used by Center for Project: Title of Project:

Date of Report: EPA agreement number: Center Name and Institution of Ctr. Director: Identifier used by Center for Project: Title of Project: Date of Report: March 31, 2003 EPA agreement number: R829515C003 Center Name and Institution of Ctr. Director: Rocky Mountain Regional Hazardous Substance Research Center, Colorado State University, Fort

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

Watershed concepts for community environmental planning

Watershed concepts for community environmental planning Purpose and Objectives Watershed concepts for community environmental planning Dale Bruns, Wilkes University USDA Rural GIS Consortium May 2007 Provide background on basic concepts in watershed, stream,

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

TPDES: Soil, Erosion and Sedimentation Methods

TPDES: Soil, Erosion and Sedimentation Methods SAWS TPDES: Soil, Erosion and Sedimentation Methods Philip Handley Supervisor-Resource Protection & Compliance August 25, 2014 TPDES: Soil, Erosion and Sedimentation Methods Soil Common term: Dirt Common

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

What Is Water Erosion? Aren t they the same thing? What Is Sediment? What Is Sedimentation? How can Sediment Yields be Minimized?

What Is Water Erosion? Aren t they the same thing? What Is Sediment? What Is Sedimentation? How can Sediment Yields be Minimized? Jerald S. Fifield, Ph.D. CISEC HydroDynamics Incorporated Parker, CO 303-841-0377 Aren t they the same thing? What Is Sediment? Soil particles deposited or suspended in water or air The process of depositing

More information

Continuing Education Associated with Maintaining CPESC and CESSWI Certification

Continuing Education Associated with Maintaining CPESC and CESSWI Certification Continuing Education Associated with Maintaining CPESC and CESSWI Certification Module 2: Stormwater Management Principles for Earth Disturbing Activities Sponsors: ODOTs Local Technical Assistance Program

More information

Watershed Analysis Using Remote Sensing and GPS

Watershed Analysis Using Remote Sensing and GPS 25 th Annual Louisiana Remote Sensing and GIS Workshop Baton Rouge, 2009 Watershed Analysis Using Remote Sensing and GPS Warren L. Kron, Jr. Quang Tran Baton Rouge City-Parish Planning Commission José

More information

Overview of fluvial and geotechnical processes for TMDL assessment

Overview of fluvial and geotechnical processes for TMDL assessment Overview of fluvial and geotechnical processes for TMDL assessment Christian F Lenhart, Assistant Prof, MSU Research Assoc., U of M Biosystems Engineering Fluvial processes in a glaciated landscape Martin

More information

AN ASSESSMENT OF THE IMPACT OF RETENTION PONDS

AN ASSESSMENT OF THE IMPACT OF RETENTION PONDS AN ASSESSMENT OF THE IMPACT OF RETENTION PONDS FOR SEDIMENT TRAPPING IN THE ADA CREEK AND LONGWOOD COVE USING REMOTELY SENSED DATA AND GIS ANALYSIS Sudhanshu Sekhar Panda Associate Professor, GIS/Env.

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

Conservation Planning evaluate land management alternatives to reduce soil erosion to acceptable levels. Resource Inventories estimate current and

Conservation Planning evaluate land management alternatives to reduce soil erosion to acceptable levels. Resource Inventories estimate current and Conservation Planning evaluate land management alternatives to reduce soil erosion to acceptable levels. Resource Inventories estimate current and projected erosion levels and their impact on natural resource

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

June 2018 WORKSHOP SECTION 2 MANUAL: RUNNING PTMAPP-DESKTOP AN INNOVATIVE SOLUTION BY:

June 2018 WORKSHOP SECTION 2 MANUAL: RUNNING PTMAPP-DESKTOP AN INNOVATIVE SOLUTION BY: June 2018 WORKSHOP SECTION 2 MANUAL: RUNNING PTMAPP-DESKTOP AN INNOVATIVE SOLUTION BY: TABLE OF CONTENTS 1 PURPOSE... 3 2 SET UP DATA PATHS... 4 2.1 BASE DATA SETUP... 4 3 INGEST DATA... 6 3.1 CLIP WATERSHED...

More information

Stormwater Guidelines and Case Studies. CAHILL ASSOCIATES Environmental Consultants West Chester, PA (610)

Stormwater Guidelines and Case Studies. CAHILL ASSOCIATES Environmental Consultants West Chester, PA (610) Stormwater Guidelines and Case Studies CAHILL ASSOCIATES Environmental Consultants West Chester, PA (610) 696-4150 www.thcahill.com Goals and Challenges for Manual State Stormwater Policy More Widespread

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

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

Watershed Processes and Modeling

Watershed Processes and Modeling Watershed Processes and Modeling Pierre Y. Julien Hyeonsik Kim Department of Civil Engineering Colorado State University Fort Collins, Colorado Kuala Lumpur - May Objectives Brief overview of Watershed

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

STREUVER FIDELCO CAPPELLI, LLC YONKERS DOWNTOWN DEVELOPMENT PHASE 1. DRAFT ENVIRONMENTAL IMPACT STATEMENT For: PALISADES POINT

STREUVER FIDELCO CAPPELLI, LLC YONKERS DOWNTOWN DEVELOPMENT PHASE 1. DRAFT ENVIRONMENTAL IMPACT STATEMENT For: PALISADES POINT STREUVER FIDELCO CAPPELLI, LLC YONKERS DOWNTOWN DEVELOPMENT PHASE 1 DRAFT ENVIRONMENTAL IMPACT STATEMENT For: PALISADES POINT Prepared by: PAULUS, SOKOLOWSKI & SARTOR STORMWATER MANAGEMENT 1. Methodology

More information

MS4: MAPPING CHALLENGES. Mike Towle Associate Planner, WestCOG

MS4: MAPPING CHALLENGES. Mike Towle Associate Planner, WestCOG MS4: MAPPING CHALLENGES Mike Towle Associate Planner, WestCOG mtowle@westcog.org Please contact or attribute author before using any images or data from this presentation Overview I. Theory and background

More information

Roger Andy Gaines, Research Civil Engineer, PhD, P.E.

Roger Andy Gaines, Research Civil Engineer, PhD, P.E. Roger Andy Gaines, Research Civil Engineer, PhD, P.E. Research Civil Engineer/Regional Technical Specialist Memphis District August 24, 2010 Objectives Where we have been (recap of situation and what s

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

Existing NWS Flash Flood Guidance

Existing NWS Flash Flood Guidance Introduction The Flash Flood Potential Index (FFPI) incorporates physiographic characteristics of an individual drainage basin to determine its hydrologic response. In flash flood situations, the hydrologic

More information

Erosion Surface Water. moving, transporting, and depositing sediment.

Erosion Surface Water. moving, transporting, and depositing sediment. + Erosion Surface Water moving, transporting, and depositing sediment. + Surface Water 2 Water from rainfall can hit Earth s surface and do a number of things: Slowly soak into the ground: Infiltration

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

City of Thornton Attn: Tim Semones Development Engineeering 9500 Civic Center Dr. Thornton, CO 80229

City of Thornton Attn: Tim Semones Development Engineeering 9500 Civic Center Dr. Thornton, CO 80229 Development Engineering Land Surveying Construction Administration District Services October 20, 2017 City of Thornton Attn: Tim Semones Development Engineeering 9500 Civic Center Dr. Thornton, CO 80229

More information

Review Using the Geographical Information System and Remote Sensing Techniques for Soil Erosion Assessment

Review Using the Geographical Information System and Remote Sensing Techniques for Soil Erosion Assessment Polish J. of Environ. Stud. Vol. 19, No. 5 (2010), 881-886 Review Using the Geographical Information System and Remote Sensing Techniques for Soil Erosion Assessment Nuket Benzer* Landscape Architecture

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

Appendix C. Questionnaire Summary of Responses Geographic Information Systems

Appendix C. Questionnaire Summary of Responses Geographic Information Systems Appendix C Questionnaire Summary of Responses Geographic Information Systems 1. Is your agency using or planning use of GIS for: a. general mapping (e.g. highway routes, political boundaries, etc.) b.

More information

Urban Tree Canopy Assessment Purcellville, Virginia

Urban Tree Canopy Assessment Purcellville, Virginia GLOBAL ECOSYSTEM CENTER www.systemecology.org Urban Tree Canopy Assessment Purcellville, Virginia Table of Contents 1. Project Background 2. Project Goal 3. Assessment Procedure 4. Economic Benefits 5.

More information

Assessment of solid load and siltation potential of dams reservoirs in the High Atlas of Marrakech (Moorcco) using SWAT Model

Assessment of solid load and siltation potential of dams reservoirs in the High Atlas of Marrakech (Moorcco) using SWAT Model Assessment of solid load and siltation potential of dams reservoirs in the High Atlas of Marrakech (Moorcco) using SWAT Model Amal Markhi: Phd Student Supervisor: Pr :N.Laftrouhi Contextualization Facing

More information

Web-based Tools for Soil Erosion Assessment/Management

Web-based Tools for Soil Erosion Assessment/Management Web-based Tools for Soil Erosion Assessment/Management Glenn O Neil GIS Specialist Institute of Water Research Michigan State University Managing and Understanding Sediments in Your Watershed Workshop

More information

Data Collection and GIS Applications

Data Collection and GIS Applications Data Collection and GIS Applications Governor s s Conference on the Management of the Illinois River System Jeff Jack of all Trades Boeckler, IDNR Introduction Collecting available GIS data sets Creating

More information

GISHydro2000: A Tool for Automated Hydrologic Analysis in Maryland. G. E. Moglen 1

GISHydro2000: A Tool for Automated Hydrologic Analysis in Maryland. G. E. Moglen 1 GISHydro2000: A Tool for Automated Hydrologic Analysis in Maryland G. E. Moglen 1 1 Department of Civil and Environmental Engineering, University of Maryland, College Park, MD 20742; PH (301) 405-1964;

More information

Module/Unit: Landforms Grade Level: Fifth

Module/Unit: Landforms Grade Level: Fifth Module/Unit: Landforms Grade Level: Fifth PA Academic Standards for Science and Technology and Environment and Ecology: 3.1.7.B Describe the use of models as an application or scientific or technological

More information

Gully Erosion Part 1 GULLY EROSION AND ITS CAUSES. Introduction. The mechanics of gully erosion

Gully Erosion Part 1 GULLY EROSION AND ITS CAUSES. Introduction. The mechanics of gully erosion Gully Erosion Part 1 GULLY EROSION AND ITS CAUSES Gully erosion A complex of processes whereby the removal of soil is characterised by incised channels in the landscape. NSW Soil Conservation Service,

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

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

Manitoba s Elevation (LiDAR) & Imagery Datasets. Acquisition Plans & Opportunities for Collaboration

Manitoba s Elevation (LiDAR) & Imagery Datasets. Acquisition Plans & Opportunities for Collaboration Manitoba s Elevation (LiDAR) & Imagery Datasets Acquisition Plans & Opportunities for Collaboration Manitoba Planning Conference May 2017 Presentation Outline Manitoba s Elevation (LiDAR) and Imagery Datasets

More information

Development of GIS Tools to Optimize Identification of Road Segments Prone to Flood Damage

Development of GIS Tools to Optimize Identification of Road Segments Prone to Flood Damage A Report from the University of Vermont Transportation Research Center Development of GIS Tools to Optimize Identification of Road Segments Prone to Flood Damage Final Report TRC Report 15-005 September

More information

Stream Geomorphology. Leslie A. Morrissey UVM July 25, 2012

Stream Geomorphology. Leslie A. Morrissey UVM July 25, 2012 Stream Geomorphology Leslie A. Morrissey UVM July 25, 2012 What Functions do Healthy Streams Provide? Flood mitigation Water supply Water quality Sediment storage and transport Habitat Recreation Transportation

More information

Vulnerability assessment of Sta.Rosa-Silang subwatershed using SWAT

Vulnerability assessment of Sta.Rosa-Silang subwatershed using SWAT Vulnerability assessment of Sta.Rosa-Silang subwatershed using SWAT Damasa B. Magcale-Macandog, Charles Gunay and Milben A. Bragais Institute of Biological Sciences, University of the Philippines Los Baños,

More information

Urban Mapping and Providing Partner Services Utilizing GIS Presenter: Josh Garver. GISP, Assistant Director;

Urban Mapping and Providing Partner Services Utilizing GIS Presenter: Josh Garver. GISP, Assistant Director; Urban Mapping and Providing Partner Services Utilizing GIS Presenter: Josh Garver. GISP, Assistant Director; jgarver@franklinswcd.org What I d Like You to do: Think Spatially Look for Shapes Look for Patterns

More information

IJESRT INTERNATIONAL JOURNAL OF ENGINEERING SCIENCES & RESEARCH TECHNOLOGY

IJESRT INTERNATIONAL JOURNAL OF ENGINEERING SCIENCES & RESEARCH TECHNOLOGY IJESRT INTERNATIONAL JOURNAL OF ENGINEERING SCIENCES & RESEARCH TECHNOLOGY Use of Digital Elevation Model to compute Storm Water Drainage Network Manisha Desai *1, Dr. J. N. Patel 2 *1 Ph. D. Student of

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

Soil and Water Conservation Engineering Prof. Rajendra Singh Department of Agricultural and Food Engineering Indian Institute of Technology, Kharagpur

Soil and Water Conservation Engineering Prof. Rajendra Singh Department of Agricultural and Food Engineering Indian Institute of Technology, Kharagpur Soil and Water Conservation Engineering Prof. Rajendra Singh Department of Agricultural and Food Engineering Indian Institute of Technology, Kharagpur Lecture 04 Soil Erosion - Mechanics Hello friends

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

Stormwater Capacity Analysis for Westover Branch Watershed

Stormwater Capacity Analysis for Westover Branch Watershed Stormwater Capacity Analysis for Westover Branch Watershed Pimmit Run Little Pimmit Run, Mainstem Stohman's Run Gulf Branch Pimmit Run Tributary Little Pimmit Run, W. Branch Little Pimmit Run, E. Branch

More information

Distinct landscape features with important biologic, hydrologic, geomorphic, and biogeochemical functions.

Distinct landscape features with important biologic, hydrologic, geomorphic, and biogeochemical functions. 1 Distinct landscape features with important biologic, hydrologic, geomorphic, and biogeochemical functions. Have distinguishing characteristics that include low slopes, well drained soils, intermittent

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

Vermont Stream Geomorphic Assessment. Appendix E. River Corridor Delineation Process. VT Agency of Natural Resources. April, E0 - April, 2004

Vermont Stream Geomorphic Assessment. Appendix E. River Corridor Delineation Process. VT Agency of Natural Resources. April, E0 - April, 2004 Vermont Stream Geomorphic Assessment Appendix E River Corridor Delineation Process Vermont Agency of Natural Resources - E0 - River Corridor Delineation Process Purpose A stream and river corridor delineation

More information

CITY OF CAPE CORAL STORMWATER MASTER PLAN PHASE II - PART 1 BASINS 4, 10, & 14 SUB-BASIN DRAINAGE IMPROVEMENTS HYDRAULIC ANALYSIS SUMMARY

CITY OF CAPE CORAL STORMWATER MASTER PLAN PHASE II - PART 1 BASINS 4, 10, & 14 SUB-BASIN DRAINAGE IMPROVEMENTS HYDRAULIC ANALYSIS SUMMARY CITY OF CAPE CORAL STORMWATER MASTER PLAN PHASE II - PART 1 BASINS 4, 10, & 14 SUB-BASIN DRAINAGE IMPROVEMENTS HYDRAULIC ANALYSIS SUMMARY Cape Coral, FL Prepared for: The City of Cape Coral Public Works

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

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

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

APPROVED JURISDICTIONAL DETERMINATION FORM U.S. Army Corps of Engineers

APPROVED JURISDICTIONAL DETERMINATION FORM U.S. Army Corps of Engineers APPROVED JURISDICTIONAL DETERMINATION FORM U.S. Army Corps of Engineers This form should be completed by following the instructions provided in Section IV of the JD Form Instructional Guidebook. SECTION

More information

Streams in the Ranching Country of South Texas

Streams in the Ranching Country of South Texas Streams in the Ranching Country of South Texas Watershed Analysis of HUC 12110207 Sandranell Moerbe CE GIS in Water Resources Fall 2015 INTRODUCTION This project investigates the portion of South Texas

More information

APPROVED JURISDICTIONAL DETERMINATION FORM U.S. Army Corps of Engineers

APPROVED JURISDICTIONAL DETERMINATION FORM U.S. Army Corps of Engineers APPROVED JURISDICTIONAL DETERMINATION FORM U.S. Army Corps of Engineers This form should be completed by following the instructions provided in Section IV of the JD Form Instructional Guidebook. SECTION

More information

Dr. S.SURIYA. Assistant professor. Department of Civil Engineering. B. S. Abdur Rahman University. Chennai

Dr. S.SURIYA. Assistant professor. Department of Civil Engineering. B. S. Abdur Rahman University. Chennai Hydrograph simulation for a rural watershed using SCS curve number and Geographic Information System Dr. S.SURIYA Assistant professor Department of Civil Engineering B. S. Abdur Rahman University Chennai

More information

INTRODUCTION TO ARCGIS 10

INTRODUCTION TO ARCGIS 10 Department of Irrigation, Drainage and Landscape Engineering, Faculty of Civil Engineering, CTU Prague Institute of Hydraulics and Rural Water Management BOKU Vienna INTRODUCTION TO ARCGIS 10 MAIN WINDOW

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

Basin characteristics

Basin characteristics Basin characteristics From hydrological processes at the point scale to hydrological processes throughout the space continuum: point scale à river basin The watershed characteristics (shape, length, topography,

More information

Objectives: After completing this assignment, you should be able to:

Objectives: After completing this assignment, you should be able to: Data Analysis Assignment #1 Evaluating the effects of watershed land use on storm runoff Assignment due: 21 February 2013, 5 pm Objectives: After completing this assignment, you should be able to: 1) Calculate

More information

Appendix K.2: Sediment Management Excerpt from South Orange County Hydromodification Management Plan

Appendix K.2: Sediment Management Excerpt from South Orange County Hydromodification Management Plan Appendix K.2: Sediment Management Excerpt from South Orange County Hydromodification Management Plan 4 Sediment Supply Management Requirements Permit Order R9-2013-0001 as amended by Order No. R9-2015-0001Section

More information

Web (Java, ArcGIS Server [WebADF, flex, silverlight]) Mobile (ArcGIS Mobile, ArcPad, Windows Mobile) Deskt

Web (Java, ArcGIS Server [WebADF, flex, silverlight]) Mobile (ArcGIS Mobile, ArcPad, Windows Mobile) Deskt GIS Services company in Lincoln, NE Custom GIS database design and build (for local, county, state and private corporations) Custom (ESRI and non-esri) application design and build in Java, C++, C#,.Net

More information

Digital Elevation Models. Using elevation data in raster format in a GIS

Digital Elevation Models. Using elevation data in raster format in a GIS Digital Elevation Models Using elevation data in raster format in a GIS What is a Digital Elevation Model (DEM)? Digital representation of topography Model based on scale of original data Commonly a raster

More information

Opportunities to Improve Ecological Functions of Floodplains and Reduce Flood Risk along Major Rivers in the Puget Sound Basin

Opportunities to Improve Ecological Functions of Floodplains and Reduce Flood Risk along Major Rivers in the Puget Sound Basin Opportunities to Improve Ecological Functions of Floodplains and Reduce Flood Risk along Major Rivers in the Puget Sound Basin Christopher Konrad, US Geological Survey Tim Beechie, NOAA Fisheries Managing

More information

Subject Name: SOIL AND WATER CONSERVATION ENGINEERING 3(2+1) COURSE OUTLINE

Subject Name: SOIL AND WATER CONSERVATION ENGINEERING 3(2+1) COURSE OUTLINE Subject Name: SOIL AND WATER CONSERVATION ENGINEERING 3(2+1) COURSE OUTLINE (Name of Course Developer: Prof. Ashok Mishra, AgFE Department, IIT Kharagpur, Kharagpur 721 302) Module 1: Introduction and

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

13 Watershed Delineation & Modeling

13 Watershed Delineation & Modeling Module 4 (L12 - L18): Watershed Modeling Standard modeling approaches and classifications, system concept for watershed modeling, overall description of different hydrologic processes, modeling of rainfall,

More information

GIS in Water Resources Exercise #4 Solution Prepared by Irene Garousi-Nejad and David Tarboton

GIS in Water Resources Exercise #4 Solution Prepared by Irene Garousi-Nejad and David Tarboton GIS in Water Resources Exercise 4 Solution Prepared by Irene Garousi-Nejad and David Tarboton 1. Cell length (N-S) in m, width (E-W) in m, area in m 2 for the DEM cells in the merged DEM. N-S y = R e φ

More information

Name NRS 409 Exam I. 1. (24 Points) Consider the following questions concerning standard data for GIS systems.

Name NRS 409 Exam I. 1. (24 Points) Consider the following questions concerning standard data for GIS systems. Read every question carefully. You may use a calculator if you wish. Conversion tables are provided at the end of the exam. If you have any questions, raise your hand. Be sure to show your work on computational

More information

SPATIAL AND TEMPORAL ANALYSIS OF THE DEGRADATION OF NATURAL RESOURCES IN RIVER LIKODRA WATERSHED

SPATIAL AND TEMPORAL ANALYSIS OF THE DEGRADATION OF NATURAL RESOURCES IN RIVER LIKODRA WATERSHED Soil Erosion Modelling JRC Ispra 20-21-22 March 2017 University of Belgrade, Faculty of Forestry Department for Ecological Engineering in Protection of Soil and Water Resources SPATIAL AND TEMPORAL ANALYSIS

More information

ROAD SEDIMENT ASSESSMENT & MODELING: KOOTENAI-FISHER TMDL PLANNING AREA ROAD GIS LAYERS & SUMMARY STATISTICS

ROAD SEDIMENT ASSESSMENT & MODELING: KOOTENAI-FISHER TMDL PLANNING AREA ROAD GIS LAYERS & SUMMARY STATISTICS ROAD SEDIMENT ASSESSMENT & MODELING: KOOTENAI-FISHER TMDL PLANNING AREA ROAD GIS LAYERS & SUMMARY STATISTICS Prepared by: ATKINS Water Resources Group 820 North Montana Avenue Helena, MT 59601 November

More information

Development of a Fluvial Erosion Hazard Mitigation Program for Indiana

Development of a Fluvial Erosion Hazard Mitigation Program for Indiana Development of a Fluvial Erosion Hazard Mitigation Program for Indiana Indiana Watersheds Webinar Series October 12,2011 Robert Barr Center for Earth and Environmental Science Department of Earth Sciences

More information

Vegetated Swales in Urban Stormwater Modeling and Management

Vegetated Swales in Urban Stormwater Modeling and Management Vegetated Swales in Urban Stormwater Modeling and Management Kyle W. White Thesis submitted to the faculty of the Virginia Polytechnic Institute and State University in partial fulfillment of the requirements

More information

08/01/2012. LiDAR. LiDAR Benefits. LiDAR-BASED DELINEATION OF WETLAND BORDERS. CCFFR-2012 Society for Canadian Limnologists:

08/01/2012. LiDAR. LiDAR Benefits. LiDAR-BASED DELINEATION OF WETLAND BORDERS. CCFFR-2012 Society for Canadian Limnologists: LiDAR CCFFR-2012 Society for Canadian Limnologists: Science for Wetland Policy and Management LiDAR-BASED DELINEATION OF WETLAND BORDERS Distance from laser to ground and back again: Determined as laser-pulse

More information

MVP WMS, George Schorr

MVP WMS, George Schorr APPROVED JURISDICTIONAL DETERMINATION FORM U.S. Army Corps of Engineers This form should be completed by following the instructions provided in Section IV of the JD Form Instructional Guidebook. SECTION

More information

2013 Esri Europe, Middle East and Africa User Conference October 23-25, 2013 Munich, Germany

2013 Esri Europe, Middle East and Africa User Conference October 23-25, 2013 Munich, Germany 2013 Esri Europe, Middle East and Africa User Conference October 23-25, 2013 Munich, Germany Environmental and Disaster Management System in the Valles Altos Region in Carabobo / NW-Venezuela Prof.Dr.habil.Barbara

More information

NON POINT SOURCE POLLUTION ASSESSMENT A GEOSPATIAL APPROACH

NON POINT SOURCE POLLUTION ASSESSMENT A GEOSPATIAL APPROACH NON POINT SOURCE POLLUTION ASSESSMENT A GEOSPATIAL APPROACH Yasenko Krpo, CPG NZ Ltd Ana Krpo, Auckland City Council Tony Miguel, Waitakere City Council Helen Chin, Waitakere City Council ABSTRACT Urban

More information

Esri Image & Mapping Forum 9 July 2017 Geiger-Mode for Conservation Planning & Design by USDA NRCS NGCE

Esri Image & Mapping Forum 9 July 2017 Geiger-Mode for Conservation Planning & Design by USDA NRCS NGCE Esri Image & Mapping Forum 9 July 2017 Geiger-Mode for Conservation Planning & Design by USDA NRCS NGCE For over 75 years, the Natural Resources Conservation Service has been a pioneer in conservation,

More information

URBAN WATERSHED RUNOFF MODELING USING GEOSPATIAL TECHNIQUES

URBAN WATERSHED RUNOFF MODELING USING GEOSPATIAL TECHNIQUES URBAN WATERSHED RUNOFF MODELING USING GEOSPATIAL TECHNIQUES DST Sponsored Research Project (NRDMS Division) By Prof. M. GOPAL NAIK Professor & Chairman, Board of Studies Email: mgnaikc@gmail.com Department

More information

FORM A GEOGRAPHY 1114 LABORATORY FINAL EXAM Teaching Assistant SAMPLE Lab Meeting. Place all answers on the answer sheet; 2 points per question

FORM A GEOGRAPHY 1114 LABORATORY FINAL EXAM Teaching Assistant SAMPLE Lab Meeting. Place all answers on the answer sheet; 2 points per question FORM A GEOGRAPHY 1114 NAME LABORATORY FINAL EXAM Teaching Assistant SAMPLE Lab Meeting Place all answers on the answer sheet; 2 points per question FORMULAS PPT = (PET-D) + S ± = Δ SOIL G = V H Q = V A

More information

*Anne Carter Witt Matt Heller

*Anne Carter Witt Matt Heller *Anne Carter Witt Matt Heller Division of Geology and Mineral Resources, Virginia Department of Mines, Minerals and Energy, 900 Natural Resources Drive, Suite 500, Charlottesville, VA 22903 anne.witt@dmme.virginia.gov

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

Web Soil Survey National Cooperative Soil Survey

Web Soil Survey National Cooperative Soil Survey 121 52' 18'' W Irrigated Capability Class Sutter County, California () 121 51' 49'' W 597600 597700 597800 597900 598000 598100 598200 39 6' 27'' N 39 6' 27'' N 39 5' 57'' N 4328400 4328500 4328600 4328700

More information

Modeling Sub-Basin Scale Erosion Using DEMs and Land Use Grids

Modeling Sub-Basin Scale Erosion Using DEMs and Land Use Grids TITLE Modeling Sub-Basin Scale Erosion Using DEMs and Land Use Grids Lori H. Schnick ABSTRACT Suspended sediment concentration is an important factor that affects stream ecology and morphology. To determine

More information

Introduction Fluvial Processes in Small Southeastern Watersheds

Introduction Fluvial Processes in Small Southeastern Watersheds Introduction Fluvial Processes in Small Southeastern Watersheds L. Allan James Scott A. Lecce Lisa Davis Southeastern Geographer, Volume 50, Number 4, Winter 2010, pp. 393-396 (Article) Published by The

More information

Cripps Ranch 76+/- Acres Orchard Development Opportunity Dixon, CA. Presented By:

Cripps Ranch 76+/- Acres Orchard Development Opportunity Dixon, CA. Presented By: Cripps Ranch 76+/- Acres Orchard Development Opportunity Dixon, CA Presented By: Cripps Ranch 76+/- Acres Orchard Development Opportunity Dixon, CA Location: This property is located at 5663 Dally Road

More information

Quality Assessment of Shuttle Radar Topography Mission Digital Elevation Data. Thanks to. SRTM Data Collection SRTM. SRTM Galapagos.

Quality Assessment of Shuttle Radar Topography Mission Digital Elevation Data. Thanks to. SRTM Data Collection SRTM. SRTM Galapagos. Quality Assessment of Shuttle Radar Topography Mission Digital Elevation Data Third International Conference on Geographic Information Science College Park, Maryland, October 20-23 Ashton Shortridge Dept.

More information

Teacher s Pack Key Stage 3 GEOGRAPHY

Teacher s Pack Key Stage 3 GEOGRAPHY Teacher s Pack Key Stage 3 GEOGRAPHY Geography Key Stage 3 Fieldwork Worksheet Rivers: 1. Is the water fresh or salty? (test its resistance or specific gravity) 2. Do you know where the water is coming

More information

Natural and Human Influences on Flood Zones in Wake County. Georgia Ditmore

Natural and Human Influences on Flood Zones in Wake County. Georgia Ditmore Natural and Human Influences on Flood Zones in Wake County Georgia Ditmore Prepared for GEOG 591 December 5, 2014 2 Table of Contents Introduction.3 Objectives...5 Methods...6 Conclusion.11 References

More information

Application of Geographical Information System (GIS) tools in watershed analysis

Application of Geographical Information System (GIS) tools in watershed analysis Application of Geographical Information System (GIS) tools in watershed analysis Paritosh Gupta 1, Damanjit S Minhas 2, Rajendra M Tamhane 1, A K Mookerjee 2 1.ESRI India New Delhi 2. LEA Associates South

More information

Name NRS 509 Exam I. Right Map

Name NRS 509 Exam I. Right Map Read every question carefully. You may use a calculator if you wish. Conversion tables are provided at the end of the exam. If you have any questions, raise your hand. Be sure to show your work on computational

More information