sf_project | R Documentation |
directly transform a set of coordinates
sf_add_proj_units()
sf_project(
from = character(0),
to = character(0),
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-, three- or four-column numeric matrix, or object that can be coerced into a matrix; columns 3 and 4 contain z and t values. |
keep |
logical value controlling the handling of unprojectable points. If
|
warn |
logical; if |
authority_compliant |
logical; |
sf_add_proj_units
loads the PROJ units link
, us_in
, ind_yd
, ind_ft
, and ind_ch
into the udunits database, and returns TRUE
invisibly on success.
two-column numeric matrix with transformed/converted coordinates, returning invalid values as Inf
sf_add_proj_units()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.