Skip to content

0.2.1

Compare
Choose a tag to compare
@mpdougherty mpdougherty released this 22 Jan 14:29
· 52 commits to main since this release
6086c88

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 a thalweg_points feature class from a field survey.
    • Added the Import Field XS tool - Creates a field_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 a flowline feature class from a thalweg_points feature class.
    • Updated the Flowline Points tool - It now allows setting the station_distance parameter to zero to support using field surveys. Setting station_distance to zero turns off simplification of the flowline and creating regularly spaced flowline_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 a field_xs_points feature class.

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.