Description Usage Arguments Value Examples
The concept of an "area" in PROJ means a geographic one
that can span the antimeridian. This function uses some
heuristics to find the minimum longitude span of the
input (provided that the longitude span is less than
180 degrees). The wk::wk_crs()
of the input is
considered and the appropriate transform to WGS84
is applied.
1 | as_proj_area(handleable)
|
handleable |
A geometry vector (e.g., |
c(west, south, east, north)
in WGS84
1 2 | as_proj_area(wk::rct(-1, -1, 1, 1))
as_proj_area(wk::rct(-179, 179, 1, 1))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.