Skip to content
This repository was archived by the owner on Jul 11, 2025. It is now read-only.

Commit 7c77545

Browse files
Fix missing docstring entry
1 parent e8de628 commit 7c77545

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/geom_handlers/common_assessment.jl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -168,6 +168,7 @@ angle required to match the edge line.
168168
- `geom_buff` : Initial search box with zero rotation.
169169
- `gdf` : GeoDataFrame containing a geometry column used for pixel masking.
170170
- `reef_outlines` : Line segments for the outlines of each reef in `gdf`.
171+
- `search_buffer` : Distance to search from pixel to find closest reef.
171172
"""
172173
function initial_search_rotation(
173174
pixel::GeometryBasics.Point{2,Float64},

0 commit comments

Comments
 (0)