Robert Hijmans
Robert Hijmans
@natiguvi: It looks like that you have set `terraOptions(memfrac=.9)`. That is much too high. Rather set it to a lower value if problems like this arise @oshuwilson: on a HPC,...
Thank you for your very helpful suggestion. I am sorry that it took me so long, but I believe this has now been fixed.
This is in 1.8-15, and thank you for reminding me of tags.
The warnings point to a faulty installation.
This is also described under "Details" in `?soil_world`
Thanks. I have not had time to play with this and I am not sure whether it is good or bad to get a SpatRaster with varying underlying geometries. Perhaps...
Thanks, now implemented. See: ``` library(terra) v
Thank you for reporting this. This calls `GDALGridCreate` and I see that in the source code it has a parameter `nPointCountThreshold` created like this: ``` const unsigned int nPointCountThreshold =...
The required setting is now automatically used by the method. Thanks again.
The reason that I reported it is that it was breaking --- that is how I detected it. I have reverted my change but that (and others) will happen eventually,...