0.2.1
FluvialGeomorph v0.2.1 (Release date: 2024-01-22)
Major Changes
-
Updated workflow to support importing on-the-ground field survey data. Added or modified the following tools:
- Added the
Import Thalweg
tool - Creates athalweg_points
feature class from a field survey. - Added the
Import Field XS
tool - Creates afield_xs_points
feature class from a field survey. - Added the
DEM From Field
tool - Creates a DEM from field survey points. - Added the
Flowline Thalweg
tool - Creates aflowline
feature class from athalweg_points
feature class. - Updated the
Flowline Points
tool - It now allows setting thestation_distance
parameter to zero to support using field surveys. Settingstation_distance
to zero turns off simplification of theflowline
and creating regularly spacedflowline_points
at the station_distance spacing. This preserves the original field surveyed thalweg locations. - Added the
XS From Field
tool - Creates a polyline feature class from afield_xs_points
feature class.
- Added the
Bug fixes
- Refactored R scripts to use the
here
package to resolve script location within the toolbox folder structure. - Updated the process for pandoc executable detection.