Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 1 addition & 3 deletions src/model.R
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,7 @@ mMean <- myInputDataframe$mMean
mSD <- myInputDataframe$mSD

# Load raster input
rasterMap <- datasheetSpatRaster(myScenario,
datasheet = "helloworldSpatial_InputDatasheet",
column = "InterceptRasterFile")
rasterMap <- terra::rast(myInputDataframe$InterceptRasterFile)

# Setup empty R dataframe ready to accept output in SyncroSim datasheet format
myOutputDataframe <- data.frame(Iteration = numeric(0),
Expand Down