Mike Koontz

Results 21 comments of Mike Koontz

Is there any concern with initializing channels with 0 instead of a value that implies 'missing'? Or is this just me misunderstanding the process? Looking forward to seeing this develop,...

One more thing I should note is that my workaround helps fine for the non-spatial version, but perhaps the spatial version would need additional coaxing if there are also spatial...

I made an issue in {randomForestExplainer} also, as the issue also comes up even if you use plain old {ranger} but don't specify the model using the `formula` syntax. I...

No rush! Glad that I can be of some help in documenting my use of the package. It does seem like this is more of an issue with how {randomForestExplainer}...

ah, bummer! sorry to bear the bad news :( Unfortunately, I do think that `Emcdf::emcdf()` is too slow for my needs. I see that it is written in C++, but...

+1 For Lines rasterization! It would complement the polygon rasterization because we could rasterize by lines, and then by polygons if we want to choose to be conservative or anti-conservative...

A puzzle! I'd love to use this package for some work on gigantor multipolygons (CalVeg designations of California Wildlife Habitat Relationship types-- essentially type of plant cover). I'll dig around...

Here's some code I've been using to flag non-identical pixel values across raster layers. Just subtracting the rasters can be misleading because subtraction on an `NA` will always return `NA`,...

Hi! I came here from the issue you linked (https://github.com/r-spatial/sf/issues/547). I'm noticing more success using the `st_snap()` function (more info in the issue), so I'm passing that info along. Good...