Description Usage Arguments Value
crs2crs transform engine
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 | crs_engine_rproj(ctx = proj_context(), spatial_test = "intersects")
## S3 method for class 'rlibrpoj_crs2crs_engine'
crs_engine_proj_pipeline(
engine,
handleable,
crs_to,
crs_from = wk::wk_crs(handleable),
bbox = wk::wk_bbox(handleable),
accuracy = NA_real_,
auth_name = NA_character_,
allow_ballpark = NA,
...
)
## S3 method for class 'rlibrpoj_crs2crs_engine'
crs_engine_proj_pipeline_apply(engine, handleable, pipeline, ...)
## S3 method for class 'rlibrpoj_crs2crs_engine'
crs_engine_get_wk_trans(engine, handleable, crs_to, crs_from, ...)
|
ctx |
A |
spatial_test |
Use "none" to skip using extents when selecting the appropriate transform between crs objects. |
engine |
A transform engine such as |
handleable |
A geometry vector (e.g., |
crs_to |
Source and destination coordinate reference systems |
crs_from |
Source and destination coordinate reference systems |
bbox |
The bounding box to use when searching for appropriate transformations. |
accuracy |
The minimum desired accuracy for the transformation |
auth_name |
An authority name (e.g., "EPSG" or "OGC") |
allow_ballpark |
Use |
... |
Unused |
pipeline |
A character vector representing a PROJ coordinate operation |
An engine that can be used with crs_set_engine()
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.