Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Now you will delineate the watershed that flows to the outlet point.

 

 

  1. Click Tools from Analysis tabAt the top left of the Geoprocessing pane, click the Back button.
  2. In the Hydrology toolset, double-click the Watershed search box, type "watershed".
  3. Click the Watershed tool.
  4. For ‘Input flow direction raster’, select the FDR layer.
  5. For ‘Input raster or feature pour point data’ select the Outlet layer.
  6. For ‘Output raster’, rename the raster from “Watersh_FDR1” to “Watershed”.
  7. Ensure your Geoprocessing pane appears as shown below and click Run.


...

Notice that this is very close, but does not exactly match the boundaries of the subbasin you were originally provided from NHDPlus.

  1. In the Contents pane, turn off all layers beneath the Watershed layer, so that only the cells within the newly defined subbasin are visible.

...

Now that you have delineated the subbasin boundaries, you will generate flowlines. The number of flowlines that are generated will depend upon the flow accumulation threshold you select in separating a flowline cell from a non-flowline cell. For the purposes of this lab, you will select a threshold of 3000.

  1. Click Tools from Analysis tabAt the top left of the Geoprocessing pane, click the Back button.
  2. In the search box, type "calculator".
  3. Click the Raster Calculator  Map Algebra toolset, double-click the Raster Calculator tool.
  4. Using the same clicking technique as before, enter the following equation: ("FAC" > 3000) & ("Watershed" > 0).
  5. For ‘Output raster’, rename the raster from “fac_rasterca” to “Streams”.
  6. Ensure your Geoprocessing pane appears as shown below and click Run.

...

Now you will separate your entire raster of flowlines into individual flowline segments as illustrated below.

 


  1. Click Tools from Analysis tabAt the top left of the Geoprocessing pane, click the Back button.
  2. In the search box, type "stream".
  3. Click the Stream Link  Hydrology toolset, double-click the Stream Link tool.
  4. For ‘Input stream raster’, select the Streams layer.
  5. For ‘Input flow direction raster’, select the FDR layer.
  6. For ‘Output raster’, renameStreamL_Stre1” to “StreamLinks”.
  7. Ensure your Geoprocessing pane appears as shown below and click Run.



  8. Symbolize the StreamLinks layer using unique values.
  9. In the Contents pane, collapse the StreamLinks symbology.

...

Now you will delineate the catchment basin associated with each stream link. These catchment basins are similar to the subwatersheds you downloaded from NHDPlus.

  1. Click Tools from Analysis tabAt the top left of the Geoprocessing pane, click the Back button.
  2. In the Hydrology toolset, double-click the Watershed search box, type "watershed".
  3. Click the Watershed tool.
  4. For ‘Input D8 flow direction raster’, select the FDR layer.
  5. For ‘Input raster or feature pour point data’ select the StreamLinks layer.
  6. For ‘Output raster’, renameWatersh_FDR2” to “Catchments”.
  7. Ensure your Geoprocessing pane appears as shown below and click Run.



  8. Symbolize the Catchments layer using unique values.



  9. In the Contents pane, collapse the Catchments symbology.

...

Now you will convert the Catchments raster into a polygon feature class.

  1. At the top left of the Geoprocessing pane, click the Back button.
  2. In the search box, type "raster to polygon".
  3. Click the Raster to Polygon 
  4. Click Tools from Analysis tab.
  5. Double-click the Conversion Tools toolbox à From Raster toolset à Raster to Polygon tool.
  6. For ‘Input raster’, select the Catchments layer.
  7. For ‘Output polyline features’, renameRatsterT_Catchme1” to “CatchmentPoly”.
  8. Uncheck Simplify polylines.
  9. Ensure your Geoprocessing pane appears as shown below and click Run.



  10. Symbolize the CatchmentPoly layer using unique values with ID as the value field.



  11. In the Contents pane, collapse the CatchmentPoly symbology.

Now you will also convert the raster StreamLinks into a polyline feature class. While you could use the Raster to Polyline tool, you will instead use a tool in the Hydrology toolset, designed specifically for converting raster stream links into polyline features. The difference between the two methods is illustrated below.

 

  1. Click Tools from Analysis tab.
  2. Collapse the Conversion Tools toolboxAt the top left of the Geoprocessing pane, click the Back button.
  3. In the search box, type "stream".
  4. Click the Stream to Feature  Hydrology toolset, double-click the Stream to Feature tool.
  5. For ‘Input stream raster’, select the StreamLinks layer.
  6. For ‘Input flow direction raster’, select the FDR layer.
  7. For ‘Output polyline features’, rename the feature class from “StreamT_StreamL1” to “DrainageLines”.
  8. Uncheck Simplify polylines.
  9. Ensure your Geoprocessing pane appears as shown below and click Run.

...

Now you will use the Strahler method to assign a flow hierarchy to the stream links as illustrated below.

 


  1. Click Tools from Analysis tabAt the top left of the Geoprocessing pane, click the Back button.
  2. In the search box, type "stream".
  3. Click the Stream Order  Hydrology toolset, double-click the Stream Order tool.
  4. For ‘Input stream raster’, select the Streams layer.
  5. For ‘Input flow direction raster’, select the FDR layer.
  6. For ‘Output raster’, rename the raster from “StreamO_Stre1” to “StrahlerOrder”.
  7. Ensure your Geoprocessing pane appears as shown below and click Run.



  8. In the Contents pane, turn off all layers except for the new StrahlerOrder layer, so that its symbology is more apparent.

...

Now you would like to append this Strahler order to the attribute table of the DrainageLines vector layer, so that you may symbolize that layer using graduated symbols according to the Strahler order number. First, you will need to create a table indicating the Strahler order of each stream.

  1. Click Tools from Analysis tabAt the top left of the Geoprocessing pane, click the Back button.
  2. In the search box, type "zonal".
  3. Click the  Spatial Analyst Tools toolbox, double-click the Zonal toolbox > Zonal Statistics as TableTable tool.
  4. For ‘Input raster or feature zone data’, select the StreamLinks layer from the drop-down menu.
  5. Use the ‘Zone field’ drop-down menu to select the Value field.
  6. For ‘Input value raster’, select the StrahlerOrder layer from the drop-down menu.
  7. For ‘Output table’, rename the table from “ZonalSt_StreamL1” to “OrderTable”.
  8. Ensure your Geoprocessing pane appears as shown below and click Run.

...

  1. Open the DrainageLines attribute table.
  2. At the top of the DrainageLines attribute table, click the Add Field button.



  3. For ‘Name:’, type “StrahlerOrder” StrahlerOrder.
  4. Use the ‘Type:’ drop-down menu to select Short Integer.
  5. Ensure your ‘Add Field’ window appears as shown below and click Save on top of  the main tab.


Scroll all the way to the right and notice the new StrahlerOrder field has been added to the end of the table. All of the values are currently null, but will later be populated with the Strahler Order integers from the OrderTable.

...

  1. Click the Table Options button and selectJoins and Relates > Add Join…Join.



  2. For ‘Input Join Field’, select the grid_code field.
  3. For ‘Join Table’, select the OrderTable table.
  4. For ‘Output Join Field’, select the VALUE field.
  5. Ensure that your Geoprocessing pane appears as shown below and click Run.



Scroll across the table and notice that most of the statistics (Min, Max, Mean, Majority, Minority, Median) are the same and all contain the Strahler order integer, so it doesn’t matter which field you copy, though you will choose the MIN field for this lab.

  1. In the attribute table, right-click on the StrahlerOrder field header and select Calculate Field…Field.
  2. Scroll down the list of ‘Fields:’ and double-click the OrderTable.MINORITY field and click Run.
  3. Scroll down the newly populated StrahlerOrder field and notice the values of 1, 2, and 3 corresponding to Strahler order value. You no longer need join.
  4. Again, click the Table Options button and select Joins and Relates > Remove Join(s) > Remove All Joins.
  5. Symbolize the DrainageLines layer using graduated symbols based on the StrahlerOrder field.
  6. In the Contents pane, turn on only the Outlet, DrainageLines, and CatchmentPoly, layers and turn off all other layers.

FOR MAP LAYOUT TO BE TURNED IN

...