File tree Expand file tree Collapse file tree 2 files changed +17
-1
lines changed
Expand file tree Collapse file tree 2 files changed +17
-1
lines changed Original file line number Diff line number Diff line change 11Package: fluvgeo
22Title: A Package for Fluvial Geomorphic Analysis
3- Version: 0.1.53
3+ Version: 0.1.54
44Authors@R: c(
55 person("Michael", "Dougherty",
66 email = "Michael.P.Dougherty@usace.army.mil",
Original file line number Diff line number Diff line change 1+ # fluvgeo v0.1.54 (2025-04-08)
2+
3+ ## Major changes
4+ * Updated reports to use a series of new functions to improve data quality and labeling.
5+ * Added a series of functions to streamline the editing and drawing of cross sections in the sf format.
6+
7+ * ` start_left ` - Determines if a cross section starts to the left of the flowline.
8+ * ` sf_line_end_point ` - Returns the x,y corrdinates of the start or end of a line.
9+ * ` sf_point_attributes ` - Write the x and y coordinate values into columns.
10+ * ` xs_upstream ` - Determine the upstream cross section and write its vlues into new columns. * ` xs_bearing ` - Calculate the bearing of a cross section.
11+
12+ ## Minor changes
13+ * None.
14+
15+ ***
16+
117# fluvgeo v0.1.53 (2025-02-04)
218
319## Major changes
You can’t perform that action at this time.
0 commit comments