Skip to content

A revised version of the topographic wetness index written for arcpython

Notifications You must be signed in to change notification settings

dosolito/Topographic-Wetness-Index

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

Topographic Wetness Index 2013-11-12 Jeffrey Wolf (EEB); G. Andrew Fricker (GEOG) UCLA

This script was written to be used as a tool in ArcGIS. This python script can be imported to create a TWI tool. Inputs are the workspace and the input DEM, output is the TWI layer We chose to fill all sinks due to some small sinks in a lidar redived DEM. We also add a small constant to the denominator to avoid dividng by zero.

The original script was based off the arcpy script written by Prasad Pathak. http://arcscripts.esri.com/details.asp?dbid=16750

This revised script converts the terrain slope in degrees to radians This script also uses the default settings for the flow accumulation raster however different methods to calculate flow accumulation can dramtically change the results of the TWI

About

A revised version of the topographic wetness index written for arcpython

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%