ArcGIS Pro Tutorials

ArcGIS Pro Tutorial: Calculate Sediment Transport Index (STI) using ArcGIS Pro

Credit: Youtube Channel “Terra Spatial”

You can see all the tutorials from here: Techgeo Academy.






ArcGIS Pro Tutorial: Calculate Sediment Transport Index (STI)

The Sediment Transport Index (STI) is a crucial geomorphological parameter used to assess areas susceptible to erosion and sediment transport. This tutorial will guide you through calculating STI using ArcGIS Pro by combining slope and contributing area data.

Prerequisites

  • ArcGIS Pro installed with Spatial Analyst extension
  • Digital Elevation Model (DEM) data
  • Basic understanding of terrain analysis

Step 1: Prepare Your DEM Data

Start by loading your Digital Elevation Model into ArcGIS Pro:

  1. Open ArcGIS Pro and create a new project
  2. Add your DEM raster dataset to the map
  3. Ensure your DEM is projected in a coordinate system suitable for your analysis area

Step 2: Calculate Flow Direction

The first step in hydrological analysis is determining flow direction:

  1. Navigate to Analysis Tab > Tools > Spatial Analyst Tools
  2. Select Hydrology > Flow Direction
  3. Set your DEM as the Input raster
  4. Choose D8 method for flow direction calculation
  5. Specify an output location and name for the flow direction raster
  6. Click Run

Step 3: Calculate Flow Accumulation

Flow accumulation represents the contributing area for each cell:

  1. Go to Spatial Analyst Tools > Hydrology > Flow Accumulation
  2. Use the flow direction raster created in Step 2 as input
  3. Set the output flow accumulation raster name and location
  4. Run the tool

Step 4: Calculate Slope

Slope is a critical component of the STI calculation:

  1. Access Spatial Analyst Tools > Surface > Slope
  2. Select your original DEM as the input raster
  3. Choose Percent rise as the output measurement (recommended for STI)
  4. Specify output location for slope raster
  5. Execute the tool

Step 5: Convert Slope Units

STI requires slope in radians:

  1. Open the Raster Calculator from Spatial Analyst Tools
  2. Use the expression: ATan("slope_percent"/100)
  3. This converts percent slope to radians
  4. Save the output as “slope_radians”

Step 6: Calculate Contributing Area

Convert flow accumulation to actual contributing area:

  1. Use Raster Calculator again
  2. Apply the formula: "flow_accumulation" * cell_sizeΒ²
  3. Replace cell_size with your DEM’s cell size in meters
  4. Name the output “contributing_area”

Step 7: Calculate Sediment Transport Index

Finally, compute the STI using the standard formula:

  1. Open Raster Calculator
  2. Use the expression: (("contributing_area" / 22.13) ^ 0.6) * ((Sin("slope_radians") / 0.0896) ^ 1.3)
  3. Save the result as “STI_index”

Step 8: Analyze and Interpret Results

Visualize your STI results:

  • Apply a stretched color ramp to highlight variations
  • Higher STI values indicate greater potential for sediment transport
  • Use symbology to classify areas into low, moderate, and high risk categories

Validation and Accuracy Considerations

Ensure your results are reliable:

  • Check for artifacts in flow direction due to DEM resolution
  • Fill sinks in your DEM before processing if necessary
  • Validate results against known erosion patterns in your study area

Frequently Asked Questions

What is the Sediment Transport Index used for?

The STI helps identify areas with high potential for sediment movement and erosion. It’s valuable for watershed management, environmental planning, and understanding landscape evolution processes.

What data resolution is best for STI calculation?

Generally, 30m resolution DEMs work well for regional studies, while higher resolutions (5-10m) are better for detailed local analysis. The choice depends on your study objectives and available data.

Why convert slope to radians?

The STI formula requires slope in radians for mathematical consistency. Most GIS software calculates slope in degrees or percent, so conversion is necessary for accurate results.

Can I use this method with different DEM sources?

Yes, the method works with various DEM sources including SRTM, LiDAR-derived DEMs, and ASTER GDEM. Ensure proper preprocessing and validation regardless of the source.

How do I handle NoData values in my results?

NoData areas typically occur at watershed boundaries. You can mask these areas or use focal statistics to interpolate values if needed for continuous analysis.

What are typical STI value ranges?

STI values typically range from 0 to 200+, with values above 50 generally indicating high sediment transport potential. Classification thresholds may vary based on regional characteristics.

How does STI differ from other erosion indices?

STI specifically focuses on sediment transport capacity rather than erosion susceptibility. It combines both topographic driving forces (slope) and contributing area, making it more comprehensive than slope-only indices.


Similar Posts

Leave a Reply

Your email address will not be published. Required fields are marked *