From bde22edfa067d3c2729a04c046e8bb477746ec61 Mon Sep 17 00:00:00 2001 From: Rafael Schouten Date: Sun, 20 Aug 2023 12:27:54 +0200 Subject: [PATCH] fix crop docs (#500) --- src/methods/crop_extend.jl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/methods/crop_extend.jl b/src/methods/crop_extend.jl index 62cbf4b68..2ae57366c 100644 --- a/src/methods/crop_extend.jl +++ b/src/methods/crop_extend.jl @@ -9,10 +9,10 @@ to match the size of the object `to`, or smallest of any dimensions that are sha # Keywords -- `to`: the object to crop to. If `to` keyword is passed, the smallest shared +- `to`: the object to crop to. If no `to` keyword is passed, the smallest shared area of all `xs` is used. - `touches`: `true` or `false`. Whether to use `Touches` wraper on the object extent. - When lines need to be included in e.g. zonal statistics, `true` shoudle be used. + When lines need to be included in e.g. zonal statistics, `true` should be used. As `crop` is lazy, `filename` and `suffix` keywords are not used.