diff --git a/ext/RastersArchGDALExt/resample.jl b/ext/RastersArchGDALExt/resample.jl index 6bb610ae3..67b723c90 100644 --- a/ext/RastersArchGDALExt/resample.jl +++ b/ext/RastersArchGDALExt/resample.jl @@ -7,7 +7,7 @@ or [`RasterStack`](@ref) to a new `resolution` and optionally new `crs`, or to snap to the bounds, resolution and crs of the object `to`. Dimensions without an `AbstractProjected` lookup (such as a `Ti` dimension) -are iteratively resampled with GDAL and joined back int a single array. +are iteratively resampled with GDAL and joined back into a single array. If projections can be converted for each axis independently, it may be faster and more accurate to use [`reproject`](@ref).