Skip to content

Commit

Permalink
fixed trim_transects_by_polygons() and added more tests for this func…
Browse files Browse the repository at this point in the history
…tion, bumped version
  • Loading branch information
anguswg-ucsb committed Nov 30, 2024
1 parent cb400f4 commit b98b925
Show file tree
Hide file tree
Showing 42 changed files with 4,688 additions and 2,673 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package: hydrofabric3D
Title: hydrofabric3D
Version: 0.1.82
Version: 0.1.84
Authors@R: c(person("Mike", "Johnson", role = c("aut"), email = "[email protected]"),
person("Angus", "Watters", role = c("aut", "cre"), email = "[email protected]"),
person("Arash", "Modaresi", role = "ctb"),
Expand Down
4 changes: 4 additions & 0 deletions NAMESPACE
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,10 @@ export(adjust_transect_lengths)
export(align_banks_and_bottoms)
export(classify_points)
export(classify_points2)
export(cluster_dissolve)
export(compare_cs_validity)
export(cross_section_pts)
export(cs_arrange)
export(cut_cross_sections)
export(cut_transect)
export(drop_incomplete_cs_pts)
Expand All @@ -40,6 +42,7 @@ export(get_improved_cs_pts)
export(get_point_type_counts)
export(get_relief)
export(get_start_node)
export(get_transect_extension_distances_to_polygons)
export(get_transects)
export(get_unique_tmp_ids)
export(get_validity_tally)
Expand Down Expand Up @@ -157,6 +160,7 @@ importFrom(sf,st_line_sample)
importFrom(sf,st_segmentize)
importFrom(sf,st_set_geometry)
importFrom(sf,st_transform)
importFrom(sf,st_union)
importFrom(smoothr,densify)
importFrom(smoothr,smooth)
importFrom(stats,median)
Expand Down
File renamed without changes.
Loading

0 comments on commit b98b925

Please sign in to comment.