Steven Pawley
Steven Pawley
Thanks for this suggestion - I'll add the typical OSGEO4W path to SAGA's search path
Ah, yes the mask function is really just using rasterio's mask method, which reads everything into memory and does require quite a lot of RAM for the processing. The only...
Thanks for the contribution Richard - a prediction method that can output distribution will be useful, I'll merge this in the next few days.
Hi Richard, I'm just working on a couple of problems relating to the in-memory files feature that I added to Pyspatialml, but I'd like to return to this. NGBoost looks...
Yes, was wondering the same thing, if the apply method could be used for applying predictions with arbitrary/non-standard methods. I think it can, but I should work through it with...
Hi Matt, Thanks for getting in touch! I would definitely welcome collaboration. Some background - I started `h2oparsnip` because I wanted to mix h2o models into a workflow that might...
Hello, this seems to work for me (using the example DEM): ``` library(Rsagacmd) library(terra) saga
Hello, is it possible to provide a reproducible example? I don't use modeltime so it will be hard to figure out what the issue is. Also, the recipeselectors package is...
There is no support for the OSGEO4W version of SAGA - if you install the standalone version from the SAGA developers (binaries available for windows from sourceforge) then the `saga_gis`...
Either add the folder that contains the saga_cmd.exe, i.e., "C:/Program Files/saga-8.4.1_x64" to your user or system environment variable 'Path' and then Rsagacmd will know where it is located. Alternatively, you...