Skip to content

Commit

Permalink
remove fill na in sits_segments
Browse files Browse the repository at this point in the history
  • Loading branch information
OldLipe committed Jun 14, 2024
1 parent c95366a commit 3fcd27a
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions R/api_segments.R
Original file line number Diff line number Diff line change
Expand Up @@ -81,8 +81,6 @@
block = block,
impute_fn = impute_fn
)
# Fill with zeros remaining NA pixels
values <- C_fill_na(values, 0)
# Apply segmentation function
values <- seg_fn(values, block, bbox)
# Check if the result values is a vector object
Expand Down

0 comments on commit 3fcd27a

Please sign in to comment.