Versions Compared

Key

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

...

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

...

  1. Zoom in to the southeastern outlet point, as indicated

...

  1. below, so that you can see the individual pixels.

Image Modified

Creating and editing feature classes

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

  1. Click At the bottom of the Symbology pane, 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. For ‘Feature Class Type’, select Point.
  5. Use the ‘Geometry Type’ drop-down menu to select Point.
  6. For Coordinate System, select Current Map.
  7. Click Run.
  8. At the bottom, click Next.
  9. Click Next again.
  10. For 'Current XY', ensure NAD 1983 StatePlane Texas S Central FIPS 4204 (US Feet) is selected.
  11. Click Finish.
  12. In the Catalog pane, drag the newly created Outlet feature class into the Lab3 map view.
  13. On the ribbonOn the Standard toolbar, click the Edit tab and click the Create button.
    Image Removed
    Image Added

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



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



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

    Image Added

  17. 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.

...