reproject_std | R Documentation |
The input is checked whether its coordinate system is
present. If not, it is reprojected to the CRS specified in
crs_standard
.
reproject_std(input, crs_standard = "EPSG:4326")
input |
Input object one of sf or terra::Spat* object |
crs_standard |
character(1). A standard definition of
coordinate reference system. Default is |
A (reprojected) sf
or SpatVector
object.
This function works well with EPSG codes.
Insang Song
Other Helper functions:
datamod()
,
dep_check()
,
dep_switch()
,
get_clip_ext()
,
par_def_q()
,
reproject_to_raster()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.