Context: Benchmarking fasterRaster. Using extract() (r.what) produces warning "had status 5".
???: This is in a loop that had worked 5 times before on the same GRaster stack. The points are different in each loop.
Checks:
- All
GRaster (GRASS rasters) .exists() are TRUE
GVector .exists() is TRUE
- Using a different (smaller) set of points did not trip the
GRASS warning/fR error
Why did it work the 1st 5 times? Seems like an issue with the v.random module, or the functions that process it afterward:
subset_single_brackets (x2)
Context: Benchmarking
fasterRaster. Usingextract()(r.what) produces warning "had status 5".???: This is in a loop that had worked 5 times before on the same
GRasterstack. The points are different in each loop.Checks:
GRaster(GRASSrasters).exists()areTRUEGVector.exists()isTRUEGRASSwarning/fRerrorWhy did it work the 1st 5 times? Seems like an issue with the
v.randommodule, or the functions that process it afterward:subset_single_brackets(x2)