Articles | Volume 7, issue 1
https://doi.org/10.5194/esurf-7-87-2019
https://doi.org/10.5194/esurf-7-87-2019
Short communication
 | 
22 Jan 2019
Short communication |  | 22 Jan 2019

Short communication: The Topographic Analysis Kit (TAK) for TopoToolbox

Adam M. Forte and Kelin X. Whipple
Abstract

Quantitative analysis of digital topographic data is an increasingly important part of many studies in the geosciences. Initially, performing these analyses was a niche endeavor, requiring detailed domain knowledge and programming skills, but increasingly broad, flexible, open-source code bases have been developed to increasingly democratize topographic analysis. However, many of these analyses still require specific computing environments and/or moderate levels of knowledge of both the relevant programming language and the correct way to take these fundamental building blocks and conduct an efficient and effective topographic analysis. To partially address this, we have written the Topographic Analysis Kit (TAK), which leverages the power of one of these open code bases, TopoToolbox, to build a series of high-level topographic analysis tools to perform a variety of common topographic analyses. These analyses include the generation of maps of normalized channel steepness, or χ, and selection and statistical analysis of populations of watersheds. No programming skills or advanced mastery of MATLAB is required for effective use of TAK. In addition – to expand the utility of TAK along with the primary functions, which like the underlying TopoToolbox functions require MATLAB and several proprietary toolboxes to run – we provide compiled versions of these functions that use the free MATLAB Runtime Environment for users who do not have institutional access to MATLAB or all of the required toolboxes.

Dates
https://www.earth-surf-dynam.net/7/87/2019/esurf-7-87-2019-f01

Figure 1Suggested workflows through TAK functions depending on desired outcome and purpose of analysis. Also highlighted are the nature of the outputs produced by different functions. Definitions of inputs and outputs: shp – a shapefile containing vector data, the geometry of which (e.g., points, lines, polygons) depends on the tool in question; array – a MATLAB array, i.e., a matrix of numbers; ASCII grid – an ESRI ASCII text file that is interpretable as gridded raster data with projection information by many geographic information systems (GIS) programs; pdf – a figure output in Portable Document Format.

Download

1 Introduction

The efficient, quantitative analysis of digital topographic data is a primary underpinning of modern tectonic geomorphology research (Kirby and Whipple2012; Whittaker2012). Initially, there were a limited number of community standard algorithms to analyze topographic data, including the widely used “Stream Profiler”, a hybrid set of functions between ArcGIS and MATLAB for analyzing normalized channel steepness (ksn; Wobus et al.2006). The code landscape has changed significantly in recent years and several relatively complete and distinct sets of analysis tools and libraries now exist for completing an array of complex topographic analyses, e.g., LSDTopoTools (Mudd et al.2014), TopoTools (Perron2010), and TopoToolbox (Schwanghart and Kuhn2010; Schwanghart and Scherler2014), among others. Of these, TopoToolbox is written in MATLAB, making it widely accessible as MATLAB is common in many academic environments and is a relatively easy language to learn. TopoToolbox is also extremely flexible, serving as a broad code base that is populated with a wide array of versatile functions that do much of the heavy lifting of topographic analysis. On the other hand, TopoToolbox contains few finished products, i.e., single functions that allow for complex analysis out of the box. This makes TopoToolbox a powerful community resource, but it also means that using the functions included with TopoToolbox effectively requires (1) an understanding of both the MATLAB language and general programming techniques and (2) a thorough understanding of the correct methodology for chaining together multiple building blocks into an analysis tool custom-made for the application of interest. Most recently, an increasing number of more complex analysis tools have been built using TopoToolbox, e.g., ChiProfiler for analyzing ksn on streams (Gallen and Wegmann2017), KZ-Picker for automatic knickpoint detection (Neely et al.2017), and DivideTools for analyzing drainage divide stability (Forte and Whipple2018). Here we present a new body of functions, the Topographic Analysis Kit (TAK) that is designed to be a relatively complete set of basic topographic analysis tools that includes a variety of common tasks. These include batch processing of stream network maps and continuous grids of ksn and χ, and fitting ksn values to selected stream profiles that largely replicate and improve upon the original Stream Profiler routines. TAK also includes a variety of tools for the selection of portions of stream networks; projection of longitudinal profiles of stream segments; automated processes for selecting, clipping, and analyzing catchment-averaged quantities; and construction of multivariate swath profiles. Here we describe some of the basic functionality of TAK and also provide a representative example of the potential utility of the set of functions for selecting and analyzing watersheds in a basin-averaged approach.

2 Principles of design for TAK

The functions included with TAK are designed to leverage the power and broad code base of TopoToolbox (Schwanghart and Kuhn2010; Schwanghart and Scherler2014) and have the following principles in mind: (1) limit the required knowledge of the MATLAB language or general programming techniques by users to successfully, quickly, and robustly analyze topographic data; (2) provide an update to the established methodologies for common tasks (e.g., fitting stream profile segments to measure ksn) originally introduced with Stream Profiler (Wobus et al.2006); (3) bundle together functions for producing common products (e.g., producing maps of χ and ksn) with important controls or preprocessing steps necessary for careful analysis of the outputs (e.g., proper treatment of outlet elevations and incomplete channel networks for maps of χ and ksn, respectively); (4) introduce a framework for efficiently partitioning landscapes into a series of small non-overlapping watersheds for a “basin-averaged” style of topographic analysis (Bookhagen and Strecker2012; Forte et al.2016); and (5) provide compiled versions of these functions so that users who do not have access to MATLAB (or all required toolboxes) can use these tools in a simple environment. In the following sections, we briefly describe the differences between the native MATLAB and compiled versions, present the broad types of workflows possible with TAK (Fig. 1), and then present a simple case study to show the type of analysis that is simplified with the basin-averaged style of analysis implemented in TAK. We do not discuss functions or underlying algorithms in detail here, but we include a detailed user manual that lays out proper usage of these tools and discusses how they work (as a supplement and within the code repository, see the Code availability section for details). Additionally, the header of each function lays out its intended purpose, required and optional inputs, and outputs.

3 MATLAB vs. compiled versions

To use the TAK MATLAB functions, in addition to having downloaded the free TopoToolbox functions, a user must have licensed versions of MATLAB, along with the Image Processing Toolbox, Mapping Toolbox, Statistics and Machine Learning Toolbox, and Optimization Toolbox, which, depending on affiliation, could cost upwards of USD 6150 (prices circa 2018) to fully license. If a user does not have access to MATLAB, or all of the required toolboxes, they can use the compiled versions instead. These compiled versions rely on the MATLAB Runtime Environment (MRE), which is a free program distributed by MathWorks, the maker of MATLAB, for running compiled versions of MATLAB code. The GitHub repository (see the Code availability section) includes an executable that will download and install the MRE on a user's machine. After the MRE is installed, running the compiled versions is largely similar to running the MATLAB functions, i.e., functions are run from a command line; but instead of being run from a command line within MATLAB, they are run from the specific operating-system command line (Terminal in Mac OS X or the Command Prompt in Windows). Because of limitations on how data can be input into compiled versions of MATLAB code, the inputs and outputs differ between some of the MATLAB functions and the compiled versions. For example, a function that in the MATLAB versions takes a two-column MATLAB array as an input instead accepts the name of a text file containing a two-column array of data (with any standard delimiter) in the compiled versions. Similarly, for TAK MATLAB functions that output MATLAB proprietary data types (e.g., MATLAB arrays or MATLAB tables), the compiled versions will instead write out this information as text files or other data types (e.g., ESRI ASCII grids or shapefiles) that are readable by third party programs. A more comprehensive treatment of the different usage of the compiled vs. MATLAB TAK functions is available in the user manual in the Supplement and in the code repository (see the Code availability section).

4 Possible workflows

If using TAK exclusively, the entry point for all subsequent functions is the “MakeStreams” function that generates TopoToolbox versions of the required inputs for subsequent functions, specifically a digital elevation model (DEM) along with flow routing and stream network information (Fig. 1). None of the subsequent functions require use of this initial function. Users may generate valid TopoToolbox objects however they see fit, but MakeStreams does offer several built-in options for data preparation that may be useful, e.g., automatic identification and removal of true flat areas such as lakes or playas. There are also three companion functions for further basic data preparation: for stream profile smoothing (ConditionDEM); removal of mostly flat areas, i.e., those that are not identified with the simple filter in MakeStreams, from stream networks (RemoveFlats); and refinement of stream network definition relating to minimum threshold areas (FindThreshold). Stream smoothing is an essential data preparation step for many topographic analyses and TAK relies on the variety of algorithms included within TopoToolbox to handle smoothing of river profiles (Schwanghart and Scherler2017), all of which are bundled within the ConditionDEM function. As described in the user manual, it is not required that ConditionDEM is run, because by default all TAK functions that require a smoothed river profile will use the “mincosthydrocon” TopoToolbox function to calculate a linearly interpolated and smoothed channel profile, unless this is overridden by providing an alternatively conditioned DEM produced by the ConditionDEM function. After preparing and/or refining the basic datasets, the pathway through TAK functions depends upon the desired style of analysis or figures, but there are three broad (not mutually exclusive) paths described in the sections below: stream network analysis, basin-averaged analysis, and swath profiles.

4.1 Stream network analysis

Stream network analysis is a fundamental part of most quantitative topographic investigations and is especially important for tectonic geomorphology. The utility of maps of streams colored by the normalized channel steepness index, ksn, for characterizing the active tectonics of erosional landscapes, and specifically using maps of ksn to identify zones of more or less active rates of rock uplift is well documented (Kirby and Whipple2001, 2012; Whittaker2012; Wobus et al.2006). Similarly, maps of stream networks colored by χ, as defined by Perron and Royden (2013), are increasingly used to interrogate the topological stability of a stream network (Beeson et al.2017; Forte and Whipple2018; Willett et al.2014). In constructing TAK, we have included a variety of functions designed to make stream network analysis simpler. Included within this group of functions are tools for subsetting stream networks (SegmentPicker), plot selected segments (SegmentPlotter), and projecting portions of longitudinal profiles of streams (SegmentProjector). Also included are tools for generating maps of both ksn and χ for entire stream networks (KsnChiBatch; e.g., Fig. 2b) and for manually fitting ksn values to segments of streams (KsnProfiler). Production of ksn maps with the KsnChiBatch function is largely similar to the results of Stream Profiler, but includes additional methods for aggregating noisy ksn values beyond a simple averaging over a specified length scale, including calculating length-averaged ksn values on trunk streams separately from low-order streams or calculating length-averaged ksn values on individual stream segments separately (regardless of stream order or size). The production of χ maps with KsnChiBatch incorporates all of the necessary preprocessing steps described in Forte and Whipple (2018) for ensuring that the χ values in χ maps are controlled for outlet elevation and include complete accounting of drainage area. The KsnProfiler function is similar in many ways to the recently published ChiProfiler (Gallen and Wegmann2017), but includes some extra functionality modeled after the original Stream Profiler tools (Wobus et al.2006), e.g., options to manually define the initiation of channels based on slope-area or χ–elevation data and, through the use of the companion “ClassifyKnicks” function, manually assign classifications to boundaries identified while fitting stream networks. As with the original Stream Profiler, KsnProfiler uses the slope derived from a linear fit of an interpolated version of the χ–elevation relationship to calculate ksn (Harkins et al.2007; Perron and Royden2013). The primary differences between the original Stream Profiler and KsnProfiler are (1) use of KsnProfiler does not explicitly require usage of ArcGIS for either picking streams or processing the shapefile (which means it is also significantly faster, as the construction of the shapefile in Stream Profiler was the most computationally time-consuming step), (2) users can select segment boundaries on χ–elevation plots in addition to slope–area or longitudinal profiles, (3) there is variety in how streams are selected for analysis including some automated selection schemes, and (4) there is explicit control on how the function deals with overlapping portions of stream networks (i.e., portions of stream networks that could potentially be fit multiple times depending on the streams selected for analysis).

https://www.earth-surf-dynam.net/7/87/2019/esurf-7-87-2019-f02

Figure 2Example products output from TAK (with some compilation in ArcGIS and editing in a graphics program). (a) Shaded elevation map of the San Gabriel Mountains in southern California with outlines of a combined swath profile. (b) Normalized channel steepness map from KsnChiBatch. (c) Swath profile with 10 km sampling width for the topography and 20 km sampling width for the basin data, basins are located based on their centroid location and mean elevation, colored by their mean annual precipitation averaged from 1981 to 2010 (data from PRISM Climate Group, Oregon State University, http://prism.oregonstate.edu, downloaded: 1 June 2018, last access: 18 January 2019), and scaled by their mean ksn. (d) Map of basin-averaged ksn using “ProcessRiverBasins” and “SubDivideBigBasins” (using the trunk division method and a max basin size of 25 km2).

Download

4.2 Basin-averaged analysis

A common procedure in quantitative topographic analysis is relating topographic metrics (e.g., ksn) to an empirical measure of a driving force (e.g., erosion rate) to elucidate more general relationships between surface or tectonic processes and topographic form (Bookhagen and Strecker2012; Carretier et al.2013; Cyr and Granger2008; DiBiase et al.2010; Godard et al.2014; Lague2014; Ouimet et al.2009; Safran et al.2005; Scherler et al.2014, 2017) or similarly using spatial variations in topographic metrics to infer spatial variation in process or driving forces (Adams et al.2016; Dorsey and Roering2006; Forte et al.2016; Hodges et al.2004; Kirby and Whipple2001; Kirby et al.2003; Morrell et al.2015; Rossi et al.2017; Whittaker et al.2008). In both cases, because of the significant noise inherent in topography, the appropriate way to consider the topographic metric of interest is not strictly on a point or stream section basis, but rather in some spatially averaged form, explicitly in the former (e.g., comparing catchment-averaged erosion rates to catchment-averaged topographic metrics) and more implicitly in the latter. With this idea in mind, it has also been suggested that visualizing and analyzing topographic data (even in the absence of formally spatially averaged empirical quantities like erosion rates) in a basin-averaged sense can be a useful alternative (or complementary) method to traditional stream network analysis for analyzing landscapes (Bookhagen and Strecker2012; Forte et al.2016). The functions included in TAK for basin-averaged analysis are designed to simplify the creation of maps and plots to analyze data in this way (Fig. 2d), making exploratory statistical analysis of spatially averaged topographic data extremely easy. In detail, there is a function that allows for interactive selection of basins to analyze (BasinPicker), the output of which can be directly passed to the main function within this group (ProcessRiverBasins). Selection of basins for ProcessRiverBasins is based on the locations of “river mouths” (i.e., pour points) and can be selected in TAK using BasinPicker or in a GIS program of the user's choice and passed to ProcessRiverBasins as either a list of x and y coordinates or a shapefile of points. Alternatively, ProcessRiverBasins can automatically select basins based on user-provided outlet elevations. ProcessRiverBasins will generate individual MATLAB mat files for each watershed containing clipped versions of a variety of grids and vector data (e.g., local relief, maps of ksn, etc.) including user provided rasters (e.g., precipitation) or polygon shapefiles containing categorical data (e.g., geologic maps) along with statistics for each basin that summarize the clipped basins (e.g., basin-averaged local relief, basin-averaged ksn, etc.). There are a variety of companion functions for (1) automatically subdividing these large basins (SubDivideBigBasins, e.g., Fig. 2d), (2) manual identification of knickpoints within basins (FindBasinKnicks), (3) plotting profiles of each basin's stream network (PlotIndividualBasin), (4) generating outputs to display these basins as shapefiles (Basin2Shape) or rasters (Basin2Raster), (5) generating compiled MATLAB tables of statistics and merging these with other data a user may have for basins, e.g., erosion rates (CompileBasinStats), and (6) basic exploration of relationships between basin-averaged values (BasinStatsPlots). To make these functions flexible, but also efficient, the SubDivideBigBasins function can use a variety of criteria to identify pour points within the clipped basins, which are then used to “subdivide” basins (eliminating the need to manually select a large number of basin outlets to generate a large population of watersheds). Options for identifying new pour points within larger basins include using the location of confluences, “outlets” of streams with a particular stream order, and confluences with the trunk stream within a basin network.

4.3 Swath profiles

Swath profiles, which are broadly defined as cross sections through data where those data are sampled across a specified width as opposed to along a single line, can be a useful tool for both analyzing topography but also conveying a more intuitive sense of the topography or other data (Bookhagen and Burbank2006; Burbank et al.2003). Specifically, swath profiles can be more representative of topography because more traditional cross sections can be highly biased by the choice of section line location. We include two functions for constructing swath profiles with TAK. The basic “MakeTopoSwath” is largely a wrapper around the swath construction tool in TopoToolbox but includes additional options to plot the output and directly control the vertical exaggeration of the plots. There is also the “MakeCombinedSwath” function to create figures pairing topographic swaths with a variety of other point and vector data that are projected onto the swath profile by the function (e.g., Fig. 2c). This can be a useful visual tool for displaying a variety of related data in topographic context in a single figure (Forte et al.2016; Whipple et al.2016).

5 Case study of basin-averaged routines

While we feel that the TAK functions are unique in their ease of use or detailed capabilities, those related to stream network analysis and swath profiles are largely extensions or incremental improvements of well-established tools and methods, and thus the potential for these functions to be useful is likely self-evident to workers familiar with general principles in topographic analysis. In contrast, the functions related to basin-averaged analyses are largely unique and we believe that they facilitate a host of possible large-scale analyses. As an example, we present a simple application of some of these functions to a large-scale problem, specifically exploring broad potential relationships between topographic form, climate, and rock type. Similar analyses have been presented before, e.g., Zaprowski et al. (2005), but with substantially smaller datasets, potentially for the simple reason that the absence of tools like the ones we provide makes such analyses incredibly time consuming.

https://www.earth-surf-dynam.net/7/87/2019/esurf-7-87-2019-f03

Figure 3(a) Topography of North America showing the extents of the 1250 basins extracted. Colored basins represent basins that meet the established criteria based on drainage area and percent of the catchment occupied by a single rock type. White basins are excluded based on the criteria. (b) Plots of basin-averaged values comparing the relationships between mean ksn and mean precipitation, best-fit concavity and mean precipitation, and best-fit concavity and the R2 value for the χ–elevation relationship for watersheds with 50 % (left), 70 % (center), and 90 % (right) of the catchment comprised of the same rock type. Colors of the dots indicate the dominant rock type for the watershed. Guidelines on the ksn and mean precipitation plot are calculated using Eq. (1) and assuming values of m=0.5 and n=1, the range of uplift rates shown at the bottom of the figure, and for two “K” values equating to less (red) and more (black) erodible rocks. Horizontal line in the bottom plots mark an R2 of 0.90 and the vertical lines indicate the range of concavities above that R2 value. See text for additional description.

Download

In detail, we use the functions MakeStreams, ProcessRiverBasins, SubDivideBigBasins, CatPoly2GRIDobj, Basin2Shape, and CompileBasinStats along with a Shuttle Radar Topography Mission (SRTM) 90 m DEM of North America, the PRISM mean annual precipitation dataset, and a shapefile of compiled state geologic maps from the United States Geological Survey (USGS), which contain rock types (Horton et al.2017) to select and analyze a large suite of watersheds within the continental US (Fig. 3). We started the analysis by using the outlets of all streams defined with a threshold area >109 km2 as the river mouth input to ProcessRiverBasins. ProcessRiverBasins was run with the result of converting the geologic map shapefile into a raster using the CatPoly2GRIDobj function provided as an optional “additional categorical grid” and the PRISM dataset provided as an optional “additional grid”. After initial basin selection, we ran SubDivideBigBasins using the location of confluences with the trunk stream of basins larger than 1000 km2 to automatically subdivide these basins, which resulted in a total of 1250 individual basins (Fig. 3). We then used CompileBasinStats to aggregate all of the data from these basins. From there, because quantities like drainage area, mean ksn, mean precipitation, best-fit concavity, percentage of the basin occupied by the most abundant rock type, and the most abundant rock type are automatically calculated by CompileBasinStats, it is simple to filter basins and compare topographic metrics as a function of lithology (Fig. 3).

From this point, a variety of observations or comparisons can be made; for example, we compare how well these data fit with an expected simplified relationship between ksn, uplift rate, and mean precipitation rate, like the one used by D'Arcy and Whittaker (2014),

(1) k sn = ( U / ( K P m ) ) ( 1 / n ) ,

where U is uplift rate, K is an erosional efficiency constant, P is mean precipitation rate, and m and n are empirical constants (Fig. 3). We also explore potential relationships between quantities like basin concavity and mean precipitation, a relationship suggested to exist in some works (Zaprowski et al.2005). This at first appears incredibly messy, e.g., the middle row of panels in Fig. 3b, but after we begin to further filter the dataset and eliminate basins that may contain large knickpoints (i.e., watersheds without major knickpoints should have nearly linear χ–elevation relationships – and thus the R2 of the χ–elevation relationship, a value included in the results of CompileBasinStats, should be near unity), the range of concavities shrinks dramatically.

Ultimately, we do not wish to interpret too much from these data, but rather we present this as an example of the ease of producing this dataset using TAK. The time to produce the underlying data for Fig. 3 required approximately 5 days of computation time, but less than 1 h of actual personal interaction with the data. The tasks that required direct interaction with the data were (1) using a GIS program to crop the North America dataset into three large chunks (this was required because of the size of the dataset, the amount of available memory of the desktop computer used to analyze the dataset, and the inherent limitation within MATLAB that all data must be loaded into memory), (2) manually filtering the outlets of streams to be included and used by ProcessRiverBasins to avoid streams that primarily drained areas that were not covered by the PRISM or geologic map datasets, and (3) exploring different criteria for filtering the resulting table of aggregated values. To produce a more robust, interpretable dataset, more time would have been required to more carefully select initial river mouth locations, but the point remains that the functions provided with TAK make such an analysis (incorporating multiple diverse datasets) extremely easy.

6 Conclusions

The functions included within TAK allow a user to quickly and easily perform the majority of standard topographic analyses, and especially in the case of the basin-averaged analysis set of functions expand the scope of the types of analyses that users can easily perform. TAK is built on top of the powerful and flexible TopoToolbox code base and is specifically designed to lower the bar of entry for researchers wishing to include robust, quantitative topographic analysis in their work or teaching, hopefully expanding the community of those using topographic analysis and elevating the quality and reproducibility of published topographic analyses. Additionally, by providing compiled stand-alone versions of the TAK functions we make an effort to expand the accessibility of robust and simple topographic analysis to institutions, agencies, organizations, and individuals who do not have access to MATLAB, which, while a common fixture in many academic or research settings, is not ubiquitous.

Supplement

The supplement related to this article is available online at: https://doi.org/10.5194/esurf-7-87-2019-supplement.

Code availability

The TAK functions are available as MATLAB code or compiled executables for either Windows or Mac OS X. MATLAB functions, executables, and the user manual are available on GitHub (https://github.com/amforte/Topographic-Analysis-Kit, Forte2019). The MATLAB functions, executables, and user manual are updated and expanded periodically. The versions of the code referenced in this paper refer specifically to release v.1.0.2. To successfully use the MATLAB codes, users must have a licensed copy of MATLAB along with licenses for Mapping Toolbox, Statistics and Machine Learning Toolbox, Optimization Toolbox, and the Image Processing Toolbox. To use the compiled versions, users must install the MATLAB Runtime Environment (MRE), which is available for free from MathWorks. For both Mac OS X and Windows, there is a single executable that will install both the MRE and the TAK executable. If users already have MRE installed, the executables are also included as separate files within the GitHub repository. Use of any of these functions in published results should include a reference to this paper.

Author contributions

AMF was responsible for code development and implementation of all TAK functions. KXW contributed to theoretical underpinnings of topographic analysis methods, defining desired outputs, and was the primary tester for code resilience. AMF and KXW both contributed to the text.

Competing interests

The authors declare that they have no conflict of interest.

Acknowledgements

We thank Nari Miller, Andrew Darling, Joel Leonard, and Wren Raming for beta testing early versions of the TAK functions. We also thank Associate Editor Simon Mudd and reviewers Alison Duvall, Daniel Hobley, and Stefan Hergarten for helpful suggestions on the original draft of this manuscript. We are indebted to the original authors of TopoToolbox, without whom this effort would not have been possible and we especially thank Wolfgang Schwanghart for his help with various code issues over the years. Development of TAK was supported by the National Science Foundation grant EAR-1450970 to Adam M. Forte and Kelin X. Whipple.

Edited by: Simon Mudd
Reviewed by: Alison Duvall, Stefan Hergarten, and Daniel Hobley

References

Adams, B. A., Whipple, K. X., Hodges, K. V., and Heimsath, A. M.: In situ development of high-elevation, low-relief landscapes via duplex deformation in the Eastern Himalayan hinterland, Bhutan, J. Geophys. Res.-Earth Surf., 121, 294–319, https://doi.org/10.1002/2015JF003508, 2016. a

Beeson, H. W., McCoy, S. W., and Keen-Zebert, A.: Geometric disequilibrium of river basins produces long-lived transient landscapes, Earth Planet. Sc. Lett., 475, 34–43, https://doi.org/10.1016/j.epsl.2017.07.010, 2017. a

Bookhagen, B. and Burbank, D.: Topography, relief, and TRMM-derived rainfall variations along the Himalaya, Geophys. Res. Lett., 33, L08405, https://doi.org/10.1029/2006GL026037, 2006. a

Bookhagen, B. and Strecker, M. R.: Spatiotemporal trends in erosion rates across a pronounced rainfall gradient: Examples from the southern Central Andes, Earth Planet. Sc. Lett., 327–328, 97–110, https://doi.org/10.1016/j.epsl.2012.02.005, 2012. a, b, c

Burbank, D., Blythe, A. E., Putkonen, J., Pratt-Sitaula, B., Gabet, E., Oskin, M., Barros, A., and Ojha, T. P.: Decoupling of erosion and precipitation in the Himalayas, Nature, 426, 652–655, 2003. a

Carretier, S., Regard, V., Vassallo, R., Aguilar, G., Martinod, J., Riquelme, R., Pepin, E., Charrier, R., and Hérail, G.: Slope and climate variability control of erosion in the Andes of central Chile, Geology, 41, 195–198, https://doi.org/10.1130/G33735.1, 2013. a

Cyr, A. J. and Granger, D. E.: Dynamic equilibrium among erosion, river incision, and coast uplift in the northern and central Apennines, Italy, Geology, 36, 103–106, 2008. a

D'Arcy, M. and Whittaker, A. C.: Geomorphic constraints on landscape sensitivity to climate in tectonically active areas, Geomorphology, 204, 366–381, 2014. a

DiBiase, R. A., Whipple, K. X., Heimsath, A. M., and Ouimet, W. B.: Landscape form and millennial erosion rates in the San Gabriel Mountains, CA, Earth Planet. Sc. Lett., 289, 134–144, 2010. a

Dorsey, R. J. and Roering, J. J.: Quaternary landscape evolution in the San Jacinto fault zone, Peninsular Ranges of Southern California: Transient response to strike-slip fault initiation, Geomorphology, 73, 16–32, https://doi.org/10.1016/j.geomorph.2005.06.013, 2006. a

Forte, A. M.: Topographic-Analysis-Kit, https://doi.org/10.5281/zenodo.2536565, last access: 18 January 2019. a

Forte, A. M. and Whipple, K. X.: Criteria and tools for determining drainage divide stability, Earth Planet. Sc. Lett., 493, 102–117, https://doi.org/10.1016/j.epsl.2018.04.026, 2018. a, b, c

Forte, A. M., Whipple, K. X., Bookhagen, B., and Rossi, M. W.: Decoupling of modern shortening rates, climate, and topography in the Caucasus, Earth Planet. Sc. Lett., 449, 282–294, https://doi.org/10.1016/j.epsl.2016.06.013, 2016. a, b, c, d

Gallen, S. F. and Wegmann, K. W.: River profile response to normal fault growth and linkage: an example from the Hellenic forearc of south-central Crete, Greece, Earth Surf. Dynam., 5, 161-186, https://doi.org/10.5194/esurf-5-161-2017, 2017. a, b

Godard, V., Bourles, D., Spinabella, F., Burbank, D., Bookhagen, B., Fisher, G. B., Moulin, A., and Leanni, L.: Dominance of tectonics over climate in Himalayan denudation, Geology, 42, 243–246, https://doi.org/10.1130/G35342.1, 2014. a

Harkins, N., Kirby, E., Heimsath, A. M., Robinson, R., and Reiser, U.: Transient fluvial incision in the headwaters of the Yellow River, northeastern Tibet, China, J. Geophys. Res., 112, F03S04, https://doi.org/10.1029/2006JF000570, 2007. a

Hodges, K. V., Wobus, C. W., Ruhl, K. W., Schildgen, T. F., and Whipple, K. X.: Quaternary deformation, river steepening, and heavy precipitation at the front of the Higher Himalayan ranges, Earth Planet. Sc. Lett., 220, 379–389, https://doi.org/10.1016/S0012-821X(04)00063-9, 2004. a

Horton, J., San Juan, C., and Stoeser, D.: The State Geologic Map Compilation (SGMC) geodatabase of the conterminous United States (ver. 1.1, August 2017), U.S. Geological Survey Data Series, 1052, 46, https://doi.org/10.3133/ds1052, 2017. a

Kirby, E. and Whipple, K. X.: Quantifying differential rock-uplift rates via stream profile analysis, Geology, 29, 415–418, 2001. a, b

Kirby, E. and Whipple, K. X.: Expression of active tectonics in erosional landscapes, J. Struct. Geol., 44, 54–75, 2012. a, b

Kirby, E., Whipple, K. X., Tang, W., and Chen, Z.: Distribution of active rock uplift along the eastern margin of the Tibetan Plateau: Inferences from bedrock channel longitudinal profiles, J. Geophys. Res., 108, 2217, https://doi.org/10.1029/2001JB000861, 2003. a

Lague, D.: The stream power river incision model: evidence, theory and beyond, Earth Surf. Proc. Land., 39, 38–61, https://doi.org/10.1002/esp.3462, 2014. a

Morrell, K. D., Sandiform, Rajendran, C. P., Rajendran, K., Alimanovic, A., Fink, D., and Sanwal, J.: Geomorphology reveals active decollement geometry in the central Himalayan seismic gap, Lithosphere, 7, 247–256, https://doi.org/10.1130/L407.1, 2015. a

Mudd, S. M., Attal, M., Mildowski, D. T., Grieve, S. W. D., and Valters, D. A.: A statistical framework to quantify spatial variation in channel gradients using the integral method of channel profile analysis, J. Geophys. Res., 119, 138–152, https://doi.org/10.1002/2013JF002981, 2014. a

Neely, A. B., Bookhagen, B., and Burbank, D. W.: An automated knickzone selection algorithm (KZ-Picker) to analyze transient landscapes: Calibration and validation, J. Geophys. Res.-Earth Surf., 122, 1236–1261, https://doi.org/10.1002/2017JF004250, 2017. a

Ouimet, W. B., Whipple, K. X., and Granger, D. E.: Beyond threshold hillslopes: Channel adjustment to base-level fall in tectonically active mountain ranges, Geology, 37, 579–582, 2009. a

Perron, J. T.: TopoTools for Matlab, http://eaps.mit.edu/faculty/perron (last access: 18 January 2019), 2010. a

Perron, J. T. and Royden, L. H.: An integral approach to bedrock river profile analysis, Earth Surf. Proc. Land., 38, 570–576, https://doi.org/10.1002/esp.3302, 2013. a, b

Rossi, M. W., Quigley, M. C., Fletcher, J. M., Whipple, K. X., Díaz-torres, J. J., Seiler, C., Fifield, L. K., and Heimsath, A. M.: Along-strike variation in catchment morphology and cosmogenic denudation rates reveal the pattern and history of footwall uplift, Main Gulf Escarpment, Baja California, Geol. Soc. Am. Bull., 129, 837–854, https://doi.org/10.1130/B31373.1, 2017. a

Safran, E. B., Bierman, P. R., Aalto, R., Dunne, T., Whipple, K. X., and Caffee, M. W.: Erosion rates driven by channel network incision in the Bolivian Andes, Earth Surf. Proc. Land., 30, 1007–1024, 2005. a

Scherler, D., Bookhagen, B., and Strecker, M. R.: Tectonic control on 10 Be-derived erosion rates in the Garhwal, J. Geophys. Res.-Earth Surf., 119, 83–105, https://doi.org/10.1002/2013JF002955, 2014. a

Scherler, D., DiBiase, R. A., Fisher, G. B., and Avouac, J.-P.: Testing monsoonal controls on bedrock river incision in the Himalaya and Eastern Tibet with a stochastic-threshold stream power model, J. Geophys. Res.-Earth Surf., 122, 1389–1429, https://doi.org/10.1002/2016JF004011, 2017.  a

Schwanghart, W. and Kuhn, N. J.: TopoToolbox: A set of Matlab functions for topographic analysis, Environ. Modell. Softw., 25, 770–781, https://doi.org/10.1016/j.envsoft.2009.12.002, 2010. a, b

Schwanghart, W. and Scherler, D.: Short Communication: TopoToolbox 2 – MATLAB-based software for topographic analysis and modeling in Earth surface sciences, Earth Surf. Dynam., 2, 1–7, https://doi.org/10.5194/esurf-2-1-2014, 2014. a, b

Schwanghart, W. and Scherler, D.: Bumps in river profiles: uncertainty assessment and smoothing using quantile regression techniques, Earth Surf. Dynam., 5, 821–839, https://doi.org/10.5194/esurf-5-821-2017, 2017. a

Whipple, K. X., Shirzaei, M., Hodges, K. V., and Ramon Arrowsmith, J.: Active shortening within the Himalayan orogenic wedge implied by the 2015 Gorkha earthquake, Nat. Geosci., 9, 711–716, https://doi.org/10.1038/ngeo2797, 2016. a

Whittaker, A. C.: How do landscapes record tectonics and climate, Lithosphere, 4, 160–164, 2012. a, b

Whittaker, A. C., Attal, M., Cowie, P. A., Tucker, G. E., and Roberts, G.: Decoding temporal and spatial patterns of fault uplift using transient river long profiles, Geomorphology, 100, 506–526, 2008. a

Willett, S. D., McCoy, S. W., Perron, J. T., Goren, L., and Chen, C.-Y.: Dynamic reorganization of river basins, Science, 343, 1248765, https://doi.org/10.1126/science.1248765, 2014. a

Wobus, C. W., Whipple, K. X., Kirby, E., Snyder, N. P., Johnson, J., Spyropolou, K., Crosby, B. T., and Sheehan, D.: Tectonics from topography: Procedures, promise, and pitfalls, in: Tectonics, climate, and landscape evolution, edited by: Willett, S. D., Hovius, N., Brandon, M. T., and Fisher, D., 398, 55–74, The Geological Society of America, Boulder, CO, 2006. a, b, c, d

Zaprowski, B. J., Pazzaglia, F. J., and Evenson, E. B.: Climatic influences on profile concavity and river incision, J. Geophys. Res.-Earth Surf., 110, F03004, https://doi.org/10.1029/2004JF000138, 2005. a, b

Download
Short summary
Quantitative analysis of digital topography is an important part of many modern geologic investigations. We have constructed a series of software tools, the Topographic Analysis Kit (TAK), built on top of the existing TopoToolbox library, to allow for efficient and easy analysis of topography that limits the required computing and domain-specific knowledge necessary to successfully produce robust analyses of topographic data.