Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migrated to Confluence 5.3

...

Finally, you will calculate flow accumulation in each cell from the cells upstream, as illustrated below. Flow accumulation is dependent on the flow direction you calculated previously.

 

 

  1. Return to the Geoprocessing pane.
  2. At the top left of the Geoprocessing pane, click the Back button.
  3. In the search box, type "flow".
  4. Click the Flow Accumulation tool.
  5. For ‘Input flow direction raster’, select the FDR layer.
  6. For ‘Output accumulation raster’, rename the raster from “FlowAcc_FDR1” to “FAC”.
  7. Ensure your Geoprocessing pane appears as shown below and click Run.
    Image Removed

    Image Added

  8. In the Contents pane, uncheck Turn off the Flowlines_StatePlane layer to better see the FAC layer.
  9. Right-click the FAC layer and click the select Symbology.
  10. For ‘Symbology’, use drop-down menu to select‘Primary symbology’, select Classify.
  11. In the ‘Method’ drop-down menu to For ‘Method’, select Equal Interval.
  12. Use the ‘Classes’ drop-down menu to select8 classes.
  13. For ‘Classes’, select 8.
  14. In the 'Classes' tableFor ‘Class Breaks’, double-click the numbers in the Upper Value column  and column and typethe following list: 100, 300, 1000, 3000, 10000, 30000, 100000. (Leave the final max value, 351408 as is.)
  15. Use the ‘Color Ramp’ drop-down menu to select the multipart color schemeFor ‘Color scheme’, scroll down to the very bottom and select the Yellow-Green-Blue (Continuous) color scheme, as shown below.

    Image Modified


Image Modified

 

Visually trace along the streams until you find the darkest path exiting the watershed. Notice that, according to the model you have just generated, the Buffalo-San Jacinto basin drains north into Lake Houston, instead of south southeast into Galveston Bay. Look for the exact point on the map where this divergence is created. It is circled in the image below. A problem is that the topography in that area is extremely flat and, rather than a single well-defined channel, there are wide bodies of water connecting the bayous to Galveston Bay. Calculating the flow accumulation more accurately would require further editing the base raster so that the wide flat bodies of water are not treated as narrow flowlines. This example also illustrates how you must always double-check the results of your models to ensure they make sense. For the purposes of learning the remaining geoprocessing tools in this lab, you will continue with the existing flow accumulation model, as if it was correct.

Image Removed

Zoom into the northern outlet point, as indicated on the image above, so that you can see the individual pixels.

Image Removed

  1. Zoom in to the southeastern outlet point, as indicated below, so that you can see the individual pixels.

Image Added

Creating and editing feature classes

You will now create a new point feature class to store the outlet point you just identified.just identified.

  1. At the bottom of the Symbology pane, click Click the Catalog tab.
  2. Right-click the HydrologyLab  HydrologyLab.gdb geodatabase and select New > Feature Class.
  3. For ‘Feature Class Name’‘Name’, typeOutlet”.
  4. Use the ‘Geometry Type’ drop-down menu to For ‘Feature Class Type’, select Point.
  5. At the bottom, click Next.
  6. Click Next again.
  7. For Coordinate System, select Current Map.Click Run'Current XY', ensure NAD 1983 StatePlane Texas S Central FIPS 4204 (US Feet) is selected.
  8. Click Finish.
  9. In the Catalog pane, drag the newly created Outlet feature class into the Lab3 map view.
  10. On the Standard toolbarribbon, click the Edit tab and click the Create button.
    Image Removed
    Image Added

  11. On the Create Features pane, select the Outlet layer and click Point button. Click ->.



  12. In the Map Displaymap view, click near the center of the outlet pixel to draw a point there.



  13. On the Editor toolbarribbon, click the Save button.

    Image Added

  14. When asked if you want to save your all edits, click Yes.Close the Editor toolbar and the Create Features tab.

Delineating watersheds

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

 

 

  1. At the bottom of the Create Features pane, click the Geoprocessing tab.

 

  1. Click Tools from Analysis tabAt the top 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 (Spatial Analyst Tools) tool.
  4. For ‘Input D8 flow direction raster’, select the FDR layer raster.
  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.
    Image Removed

...


  1. Image Added

  2. In the Contents pane, right-click the Watershed layer and select Zoom To Layer.

You can toggle the Subbasin_StatePlane layer on and off. Notice that the watershed boundary you have created

 

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

 

Image Added

 

  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 Map Algebra toolset, double-click the search box, type "calculator".
  3. Click the Raster Calculator (Spatial Analyst Tools) 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.
    Image Removed
    Image Added

 


Again you should have a binary raster, where flowline cells are assigned a value of 1 and all other cells are assigned a value of 0.

...

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 raster.
  5. For ‘Input flow direction raster’, select the FDR layer raster.
  6. For ‘Output raster’, renameStreamL_Stre1” to “StreamLinks”.
  7. Ensure your Geoprocessing pane appears as shown below and click Run.
    Image Removed
    Image Added

  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. Return to the Geoprocessing pane.
  2. At the top left of the Geoprocessing pane, click the Back buttonClick Tools from Analysis tab.
  3. In the Hydrology toolset, double-click the Watershed search box, type "watershed".
  4. Click the Watershed (Spatial Analyst Tools) tool.
  5. For ‘Input D8 flow direction raster’, select the FDR layer raster.
  6. For ‘Input raster or feature pour point data’ select the StreamLinks layer.
  7. For ‘Output raster’, renameWatersh_FDR2” to “CatchmentsCatchmentsRaster”.
  8. Ensure your Geoprocessing pane appears as shown below and click Run.
    Image Removed
    Image Added

  9. Symbolize the Catchments CatchmentsRaster layer using unique values.Image Removed
  10. In the Contents pane, collapse the Catchments CatchmentsRaster symbology.

Converting rasters to features

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

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

  11. Symbolize the CatchmentPoly layer using unique values with ID as the value field.
    Image RemovedMake sure to click the Add all values button.

    Image Added

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

Image RemovedImage Added

Calculating Strahler stream order

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 raster.
  5. For ‘Input flow direction raster’, select the FDR layer raster.
  6. For ‘Output raster’, rename the raster from “StreamO_Stre1” to “StrahlerOrder”.
  7. Ensure your Geoprocessing pane appears as shown below and click Run.
    Image Removed
    Image Added

  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 statistics".
  3. Click the Zonal Statistics as Table (Spatial Analyst) tool Spatial Analyst Tools toolbox, double-click the Zonal toolbox > Zonal Statistics as Table.
  4. For ‘Input raster or feature zone data’, select the StreamLinks layer from the drop-down menu.
  5. Use the For ‘Zone field’ drop-down menu to select the Value field.
  6. For ‘Input value raster’, select the StrahlerOrder layer from the drop-down menu raster.
  7. For ‘Output table’, rename the table from “ZonalSt_StreamL1” to “OrderTable”.
  8. Ensure your Geoprocessing pane appears as shown below and click Run.
    Image Removed
    Image Added

Adding a new field to an attribute table

...

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

  4. Image Added

  5. In the bottom row of the table, for ‘ Field NameFor ‘Name:’, type “StrahlerOrder” StrahlerOrder.
  6. Use the ‘Type‘Data Type:’ drop-down menu to select Short Integer for short integer.
  7. Ensure your ‘Add Field’ window Fields table view appears as shown below and click Save on top of  the main tab.
    Image Removed
    Image Removed.

    Image Added

  8. On the ribbon, under the Fields tab, click the Save button.

    Image Added

  9. Close the Fields table view.

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

...

You are now ready to join the OrderTable to the DrainageLines layer based on their common identification fields.

  1. Click At the top right of the DrainageLines attribute table, click the Table Options button and select Joins and Relates > Add Join…Join.
    Image Removed
    Image Added

  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 Value field.
  5. Ensure that your Geoprocessing pane Add Join window appears as shown below and click RunOK.
    Image Removed
    Image Added

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:’ ‘Fields’ and double-click the OrderTable.MINORITY field MIN field and click RunOK.
  3. Scroll down the newly populated StrahlerOrder field and notice the values of 1, 2, and 3 corresponding to Strahler order value. You

Since you have copied the Strahler order into a field in the original DrainageLines attribute table, you no longer need the tabular join.

  1. Again, click the Table Options button and select Joins and Relates > Remove Join(s) > Remove All Joins.
  2. When asked if you are sure you want to remove all joins, click Yes.
  3. Symbolize the DrainageLines layer using graduated symbols based on the StrahlerOrder field.
  4. In the Contents pane, turn on only the Outlet, DrainageLines, and CatchmentPoly, layers and turn offall other layers.
    Image Removed
    Image Added

FOR MAP LAYOUT TO BE TURNED IN

Create an 8.5 x 11 layout showing the vector catchment basins along with the stream links symbolized using graduated symbols according to their Strahler order and the outlet point that you used.

 

Deliverables

  1. An exported map of Create an 8.5 x 11 layout showing the DEMRecon layer turned on.
  2. Create an 8.5 x 11 layout showing the vector catchment basins along with the stream links symbolized using graduated symbols according to their Strahler order and the outlet point that you used.