Skip to content

Commit

Permalink
address #2324
Browse files Browse the repository at this point in the history
  • Loading branch information
edzer committed Jan 26, 2024
1 parent a5f9f0f commit fa56b2f
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion R/transform.R
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,6 @@ st_transform = function(x, crs, ...) UseMethod("st_transform")
#' @export
#' @examples
#' st_transform(st_sf(a=2:1, geom=sfc), "+init=epsg:3857")
#' try(st_transform(sfc, 3857, aoi = c(-280,-90,180,90)))
#' if (sf_extSoftVersion()["GDAL"] >= "3.0.0") {
#' st_transform(sfc, pipeline =
#' "+proj=pipeline +step +proj=axisswap +order=2,1") # reverse axes
Expand Down
1 change: 0 additions & 1 deletion man/st_transform.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit fa56b2f

Please sign in to comment.