directly transform a set of coordinates
sf_project( from, to, pts, keep = FALSE, warn = TRUE, authority_compliant = st_axis_order() )
from | character description of source CRS, or object of class |
---|---|
to | character description of target CRS, or object of class |
pts | two-column numeric matrix, or object that can be coerced into a matrix |
keep | logical value controlling the handling of unprojectable points. If `keep` is `TRUE`, then such points will yield `Inf` or `-Inf` in the return value; otherwise an error is reported and nothing is returned. |
warn | logical; if |
authority_compliant | logical; |
two-column numeric matrix with transformed/converted coordinates, returning invalid values as Inf