spTransform: spTransform for map projection and datum transformation

spTransformR Documentation

spTransform for map projection and datum transformation

Description

spTransform for map projection and datum transformation

Usage

spTransform(x, CRSobj, ...)
set_evolution_status(value)
get_evolution_status()

Arguments

x

object to be transformed

CRSobj

object of class CRS, or of class character in which case it is converted to CRS

...

further arguments (ignored)

value

evolution status: 0L business as usual, 1L no retiring packages, 2L use sf functions in place of rgdal

Value

object with coordinates transformed to the new coordinate reference system.

Note

Package rgdal provides the methods doing actual transformation, see spTransform; when rgdal cannot be loaded, an error message follows.


sp documentation built on July 9, 2023, 7:39 p.m.