Skip to content

Commit

Permalink
Merge pull request #40 from FluvialGeomorph/document_toolbox
Browse files Browse the repository at this point in the history
Document toolbox
  • Loading branch information
mpdougherty authored Jun 7, 2024
2 parents 0dfa16b + db26dba commit 4bec5f3
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 6 deletions.
Binary file modified FluvialGeomorph_31.atbx
Binary file not shown.
3 changes: 0 additions & 3 deletions tools/_03a_ContributingAreaD8.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,6 @@
processes -- The number of processes to use for parallel processing.
Outputs:
contributing_area_D8 -- an flow accumulation raster using the D* method. Units
are the linear units of the input DEM. ESRI refers to
this as a flow accumulation raster.
flow_direction_D8 -- A flow direction raster using the D8 method (integer
flow directions).
____________________________________________________________________________"""
Expand Down
2 changes: 1 addition & 1 deletion tools/_04c_Watersheds.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
points -- Path to the points feature class.
point_ID_field -- Field in the points feature class that contains the
point IDs.
flow_accumulation -- Path to the flow accumulation model.
flow_accumulation -- Path to the D8 flow accumulation model.
flow_direction_d8 -- Path to the flow_direction_d8` model (must use
D8 method).
snap_distance -- The distance the point will be snapped to find the
Expand Down
3 changes: 2 additions & 1 deletion tools/_07_DetrendDEM.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@
Date: 01/14/2020
Usage:
This tool is based on the detrending method used in the River Bathymetry Toolkit (RBT) http://essa.com/tools/river-bathymetry-toolkit-rbt/.
This tool is based on the detrending method used in the River Bathymetry
Toolkit (RBT) http://essa.com/tools/river-bathymetry-toolkit-rbt/.
Parameters:
feature_dataset (str) -- Path to the feature dataset.
Expand Down
2 changes: 1 addition & 1 deletion tools/_15a_XSDimensions.R
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
#'
#'
#' @return A new cross section feature class with the hydraulic geometry
#' dimensions is added to the attribute table.
#' dimensions added to the attribute table.
#'
#' #TODO Create an fluvgeo function to perform this operation
#'
Expand Down

0 comments on commit 4bec5f3

Please sign in to comment.