Skip to content

Commit

Permalink
fill value
Browse files Browse the repository at this point in the history
  • Loading branch information
ramarty committed Dec 20, 2023
1 parent 4f61958 commit 77eb203
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/blackmarbler.R
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ remove_fill_value <- function(x, variable){
"OffNadir_Composite_Snow_Free_Std")
){

if(x %in% 65535) x <- NA
x[][x[] == 65535] <- NA

}

Expand Down

0 comments on commit 77eb203

Please sign in to comment.