powered by
Handle multi-scale operations including up-scaling, down-scaling, and pyramid operations for efficient processing.
multiscale_operations( spatial_data, target_scales = c(1, 2, 4, 8), operation = "mean", pyramid = FALSE )
List of results at different scales
Input spatial data
Vector of scale factors
Operation to perform at each scale
Create image pyramid
if (FALSE) { # These examples require external data files not included with the package # Create multi-scale analysis scales <- multiscale_operations("data.tif", c(1, 2, 4, 8), "mean") }
Run the code above in your browser using DataLab