Skip to content

Commit

Permalink
Update ext/RastersArchGDALExt/resample.jl
Browse files Browse the repository at this point in the history
Co-authored-by: Felix Cremer <[email protected]>
  • Loading branch information
rafaqz and felixcremer authored Nov 15, 2023
1 parent 5008327 commit 53d21d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ext/RastersArchGDALExt/resample.jl
Original file line number Diff line number Diff line change
Expand Up @@ -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).
Expand Down

0 comments on commit 53d21d8

Please sign in to comment.