David D. Hofmann

Results 3 issues of David D. Hofmann

Hello I'm trying to generate rasters using the `nlm_gaussianfield()` function. However, the generation fails whenever the function is called in a parallel session. ```r # Required packages library(NLMR) library(parallel) #...

Hello. I am working with a large matrix that contains 160 Mio. rows of xy-coordinates that I want to reproject. This used to work perfectly fine in previous versions of...

Hi I'm trying to access data for MOD44B, but only version 006. However, the `getModis()`function does not respect the version argument, such that also version 061 gets returned. I think...