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 114dd8f commit 4f61958
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 == 65535) x <- NA
if(x %in% 65535) x <- NA

}

Expand Down

0 comments on commit 4f61958

Please sign in to comment.