Versions Compared

Key

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

...

  1. In the Analysis tab, click the Tools button to open the Geoprocessing pane.
  2. In the 'Find Tools' search box, type "project".
  3. Click the Project tool.
  4. For ‘Input Dataset or Feature Class’, use the drop-down menu to select the Watersheds layer.
  5. For ‘Output Dataset or Feature Class’, renameWatersheds_Project” to “Watersheds_StatePlane”, since that is the name of the projection you will be using.
  6. Next to the ‘Output Coordinate System’ box, click the Select Coordinate System button.
  7. Double-click Projected Coordinate Systems → State PlaneNAD 1983 (US Feet).
  8. Select NAD 1983 StatePlane Texas S Central FIPS 4204 (US Feet) and click OK.

...

  1. At the top of the Geoprocessing window, click the Environments tab on the right.
  2. Under the 'Processing Extent' section, for 'Extent', select Current  Current Display Extent.
  3. At the top of the Geoprocessing window, return to the Parameters tab on the left.
  4. For ‘Input Features’, select the PrecipStations_StatePlane layer.
  5. For ‘Output Feature Class’, rename the feature class from “PrecipStations_StatePlane_Cr” to “PrecipThiessen”.
  6. For ‘Output Fields’, select All fields.
  7. Ensure your ‘Create Thiessen Polygons’ window appears as shown below and click Run.



...

  1. At the top left of the Geoprocessing pane, click the Back button.
  2. In the search box, type "intersect".
  3. Click the Intersect tool.
  4. For ‘Input Features’, select the PrecipThiessen and the Watersheds_StatePlane layers.
  5. For ‘Output Feature Class’, rename it from PrecipThiessen_Intersect to “ThiessenWatershedIntersect”.
  6. Ensure your ‘Intersect’ window appears as shown below and click Run.



  7. In the Contents pane, remove the  the PrecipThiessen layer.
  8. Zoom to the ThiessenWatershedIntersect layer.

...

  1. Open the ThiessenWatershedIntersect layer attribute table.

    Notice that the original 8 watersheds have now been divided into 41 sections indicating which areas of each watershed are closest to each rain gage. Let Pk denote the annual precipitation associated with each rain gage and Aik denote the area of the intersected polygon associated with rain gage k and watershed i. The area weighted precipitation associated with each watershed is


    You will add a new field to the table to calculate the elements of the numerator of the equation.

  2. ClickAt the top left of the attribute table, click the Add Field… button on top , which will open up the Fields view of the table display.



  3. For ‘Name:’, type At the bottom of the Fields table, rename the new field from Field to APProd”.
  4. Use the ‘Type:’, ‘Data Type’ drop-down menu to select Double and click.
  5. On the Ribbon, Save on the Fields tabclick the Save button.



  6. Close the Fields view of the table.
  7. Scroll to the far right of the ThiessenWatershedIntersect table.
  8. Right-click the APProd field name and select Calculate Field.
  9. Using the fields and buttons or by typing, enter “!ANNPRCPHI! * !Shape_Area!”.
  10. In the 'Fields' list, double-click ANNPRCP_HI.
  11. Underneath the 'Helpers' list, click the * button.
  12. In the 'Fields' list, double-click Shape_Area.
  13. Ensure your ‘Calculate Field’ window Ensure your ‘Field Calculator’ appears as shown below and clickRun OK.Image Removed

    Image Added

The APProd field now contains the numerator values in the equation. You are now ready to summarize the calculated statistics by watershed.

  1. Right-click the HU_10_NAME field name and select Summarize…Summarize.

  2. For ‘Output Table’, rename the table from ThiessenWatershedInteract_S to “WatershedPrecip.
  3. For statistics fields'Statistics Field(s)', use the drop-down menu to select the Shape_Area field and select Sum.

  4. Select the APProd field and select Sum.
  5. For ‘Output Table’, rename the table from ThiessenWatershedInteract_St to “WatershedPrecip”.
  6.  'Field' and the Sum 'Statistic Type'.

  7. For the second statistics field, select the APProd 'Field' and the Sum 'Statistic Type'.
  8. Ensure the 'Case field' is the HU_10_NAME field, which will summarize the statistics by watershed.
  9. Ensure your 'Summary Statistics" window Ensure your Geoprocessing pane appears as shown below and click RunOK.
    Image Removed
    Image Added

The resulting table gives the numerator and denominator in the equation for each watershed.

...

Now you will calculate precipitation for each watershed using a different interpolation method.

  1. Close the WatershedPrecip table and the ThiessenWatershedIntersect attribute table.
  2. Turn off the ThiessenWatershedIntersect layer.
  3. Right-click the Watersheds_StatePlane layer and select Zoom to Layer.
  4. Open ToolboxAt the top left of the Geoprocessing pane, click the Back button.
  5. In the search box, type "spline".
  6. Click the Spline (Spatial Analyst Tools toolbox, click the Interpolation toolset then the Spline ) tool.
  7. On At the top of the Geoprocessing window, click the Environments tab. the Environments tab on the right.
  8. Under the 'Processing Extent' section, for 'Extent', select For Extent, use the drop-down menu to select Current Display Extent.
  9. Use the ‘Mask’ drop-down menu to select the Watersheds_StatePlane layer.
  10. Under the 'Raster Analysis' section, for ‘Mask', select the Watersheds_StatePlane layer, which will clip the resulting raster.
  11. At the top of the Geoprocessing window, return to the Parameters tab on the left.
  12. Go back to Parameters. For ‘Input point features’, drag in the select the PrecipStations_StatePlane layer.
  13. Use the For ‘Z value field’ drop-down menu to select the ANNPRCPHI ANNPRCP_HI field that contains the values you wish to interpolate.
  14. For ‘Output raster’, rename the exported raster from Spline_Preci1 to “AnnPrecip”.
  15. Use the For ‘Spline type’ drop-down menu to select TENSIONselect Tension.
  16.  Ensure your Geoprocessing pane appears as shown below, and click Run.
    Image Removed
    Image Added

The result is a solid surface estimating the rainfall at each cell, based on the data collected at each rain gage. Turn the Thiessen ThiessenWatershedIntersect polygons back on to and give them a hollow fill. Also symbolize the Watersheds_StatePlane layer and put it on top of the Thiessen layer. Symbolize the rain gages as you desire.

...

Create an 8.5 x 11 layout showing the Thiessen polygon boundaries, interpolated rainfall layer and rain gage locations.

TOP MAP WAS THE ORIGINAL MAP, BOTTOM IS MY SCREENSHOT WHICH HAS SOMEWHAT DIFFERENT DATA. NOT SURE IF IT MATTERS BUT THOUGHT IT WORTHWHILE TO AT LEAST CHECK

Image Removed

Image Removed

Image Added

Using the techniques you learned earlier in this lab, use the " Zonal Statistics as Table " tool to export a table containing the total annual rainfall for each watershed, as calculated from the AnnPrecip spline interpolation layer and format the table in Excel.

...