smoothr icon indicating copy to clipboard operation
smoothr copied to clipboard

Spatial Feature Smoothing in R

Results 6 smoothr issues
Sort by recently updated
recently updated
newest added

Thanks for a great package! I noticed that `drop_crumbs` is very slow for large datasets because you seem to use a for loop in it. How about vectorizing it instead?...

enhancement

Also `fill_holes()` is slow for the same reason (a for loop). I cannot come up with an idea how to vectorized it off the bat, but you could at least...

This is a follow up of https://github.com/wilkelab/isoband/issues/17, where I wanted to smooth contour lines of a digital terrain model. Since your `smooth` function operates on the polygons separately, the resulting...

enhancement

Hello, I tried using the `ksmooth` smoothing function on a SHP file (uploaded to Google Drive, follow link below). I checked to ensure that the input (`x`) is valid. However,...

First up, thanks for creating and maintaining this great package ! I've been using the smooth function on some SpatVectors containing polygons with different values, and noticed that it introduces...

I installed smoothr using `install.packages('smoothr')` as well as `devtools::install_github("mstrimas/smoothr")`. However I am getting the following error when I run `library(smoothr)`: `Error: package or namespace load failed for ‘smoothr’: class "SpatRaster"...