Exercise 3 : Flow path mapping with Arc Hydro Due Date: February 24, 2012 Report: ex3_youronyen_report.doc in your personal working directory Dataset: Ned_nh: A DEM (elevation) raster covering the New Hope Creek area. nhdflowline_nh: NHD stream network line data of New Hope Creek area Road_nh: road network vector data Nlcd2006: 2006 National Land Cover Data of New Hope Creek area Nlcd2006_imp: 2006 Impervious proportion (0-100) for each grid cell All datasets of this exercise are in \\isis.unc.edu\html\courses\2010spring\geog\591\001\exercises2012\ex3. Open arc hydro : Customize Toolbars Check “Arc Hydro Tools” Task 1: Derive stream network and associated catchments 1. Select Base DEM Grid: ned_nh 2. Fill DEM - In Basic Grid Analysis in sequence from top to bottom, click "Fill Pits." - Name output filled grid “ned_nhfil.” - Check “Add layer(s) upon completion.” 3. D8 flow direction - Input: filled DEM - Output D8 flow direction grid: ned_nhfdr 4. D8 contributing area - Input: D8 flow direction grid, ned_nhfdr - Output D8 contributing area: ned_nhfac 5. Stream delineation 1 - Click “Stream Definition” and choose a “reasonable” drainage area. Look at the extent of the “nhdflowline” stream network to help with this choice. - Output defined stream network: nhStr_(drainage_area) (fill in your threshold drainage area) 6. Stream segmentation: nh_Strlnk_(drainage_area) 7. Catchment Grid Delineation: nh_Str(drainage_area)_cat 8. Catchment polygon processing to form vector catchment polygons: nh_Catchment 9. Drainage Line Processing to form vector stream network: nh_DrainageLine 10. Make map with 1) vector stream (nh_DrainageLine) and 2) catchment boundary (nh_Catchment) that you made in Task1, and 3) nhdflowline. Q1. How many subcatchments were formed in your watershed partitioning? What was the drainage area in hectares that you used to define the beginning of each channel? I defined the beginning of each channel by 2000 after trying 7646, 3000, 2500, 2000, 1500, 1000 and 500. I formed 534catchments. determined by the attribute table for nhcatchment_1000 for the catchment polygon processing to form vector catchment polygons Q2. Remember this is all a model. What key assumptions were made, and how would you want to improve the watershed delineation to better match field conditions? We are assuming that there are single paths to outlets by only using a D8 contributing area. We are assuming that water does not flow in split paths but just flows in one D8 direction from a higher elevation in the DEM. We made assumptions about the drainage area threshold by setting it at 2000 instead of being more exact. We also might want to consider a minimum stream length in addition to a minimum drainage. We might also want a curvature criteria or a slope minimum. We are assuming that the flow only depends on the DEM in this model and not taking any man-made structures into account as well. Task 2: Derive catchment level statistics of land cover 1. Zonal statistics (mean) for impervious cover for all catchments – map and table using hydroid 2. Zonal statistics (majority) for land cover for all catchments – map and table using hydroid 3. Zonal statistics histogram for land cover for all catchments – table using hydroid Q3. Make impervious cover and land cover zonal statistics maps with your catchment boundary shape file. According to the zonal maps and tables, what is the range of % impervious area for the catchments? The range of impervious is 0-60.7195% for all of the catchments.