Description Usage Arguments Value Examples
Approximate bounding box transform
1 2 3 4 5 6 7 8 | crs_approx_bbox(
handleable,
crs_to,
crs_from = wk::wk_crs(handleable),
engine = crs_engine(),
n = 20,
...
)
|
handleable |
A geometry vector (e.g., |
crs_to |
Source and destination coordinate reference systems |
crs_from |
Source and destination coordinate reference systems |
engine |
A transform engine such as |
n |
The number of points in a grid used to approximate the transform |
... |
engine-specific transformation options |
A wk::rct()
representing the transformed bounding box
1 2 3 4 | crs_approx_bbox(
wk::rct(-180, -1, 180, 1, crs = "OGC:CRS84"), "OGC:CRS84",
engine = crs_engine_identity()
)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.