Skip to content

Commit

Permalink
issue with writeWRASTER resolved
Browse files Browse the repository at this point in the history
  • Loading branch information
RobelTakele committed Jul 4, 2024
1 parent 99386d4 commit 1e1e0ed
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions R/app_server.R
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jscode <- "shinyjs.closeWindow = function() { window.close(); }"
# library(AquaBEHER)
# library(ncdf4)
# library(sp)
# library(raster)
library(raster)
# library(magrittr)

# suppressPackageStartupMessages({
Expand Down Expand Up @@ -2358,7 +2358,7 @@ data.pet <- pet.ncData[[startdate.SWBindex:enddate.SWBindex]]
fcstDay))


probTerc.noisy.raster <- raster(fcstVAR.probTerc.rast)
probTerc.noisy.raster <- raster::raster(fcstVAR.probTerc.rast)

# Define the size of the median filter kernel (adjust as needed)
filter_size <- c(3, 3) # Adjust the size as needed
Expand Down

0 comments on commit 1e1e0ed

Please sign in to comment.