Alex
Alex
I was wondering if there's any plans to add "taxonomic dissimilarity" measures to `vegdist` (or if it is implemented and I missed it I apologize). [Clarke et al. 2006 ](https://doi.org/10.1016/j.jembe.2005.12.017)...
The documentation states states that "to calculate GLCM textures over 'all directions' (in the terminology of commonly used remote sensing software), use: shift=list(c(0,1), c(1,1), c(1,0), c(1,-1)). This will calculate the...
I'm getting values outside the bounds that should be possible for correlation. Correlation should be constrained to -1 to +1 (when scale_factor=1), but about 1% of the resulting non NA...
When converting a subset of a multilayer SpatRaster that is out of memory to a RasterStack an error message appears but returns a RasterStack with the incorrect number of layers....
CRAN says tarball of package should be below 5MB to streamline checks. Maybe reduce dpi of figures in vignettes.
"An additional benefit of the quadratic surface is the derivation of the R2 goodness of fit statistic, which allows an assessment of both the reliability of the results and the...
Explore adding support for more functions to be used in unprojected coordinate systems. raster::terrain [(terrain.R,](https://github.com/rspatial/raster/blob/master/R/terrain.R) [terrain.cpp)](https://github.com/rspatial/raster/blob/master/src/terrain.cpp) uses haversine distance and [ArcPro Surface Parameters uses a 3D Earth Centered, Earth Fixed...
Add option to fit a 3rd order instead of second order polynomial in Qfit (Florinsky, 2016). Florinsky, I.V., 2016. Digital terrain analysis in soil science and geology, 2nd ed. Elsevier/Academic...
Have option to have weights for each cell (e.g. inverse distance weighted). From Wood, 1996: "In common with all inverse distance functions, an (arbitrary) decision has to be made about...
To remove correlation among successively larger spatial scales that include data from all previous scales, add option for the quadratic to be fit only using only the outer edge of...