Skip to content

Commit

Permalink
fix crop docs (#500)
Browse files Browse the repository at this point in the history
  • Loading branch information
rafaqz authored Aug 20, 2023
1 parent 09cd3f2 commit bde22ed
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/methods/crop_extend.jl
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit bde22ed

Please sign in to comment.