PROJ object information
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 | proj_info(pj)
proj_get_type(pj)
proj_is_deprecated(pj)
proj_is_equivalent_to(pj, other, criterion = NULL, ctx = proj_context())
proj_is_crs(pj)
proj_get_remarks(pj)
proj_get_scope(pj)
proj_get_area_of_use(pj)
proj_as_wkt(pj, wkt_type = NULL, options = character(), ctx = proj_context())
proj_as_proj_string(
pj,
proj_string_type = NULL,
options = NULL,
ctx = proj_context()
)
proj_as_projjson(pj, options = NULL, ctx = proj_context())
proj_as_projjson_parsed(pj)
|
pj |
A PROJ object or definition coerced using |
other |
Another PROJ object against which
|
criterion |
An equivalence criterion. One of "strict", "equivalent", or "equivalent_except_axis_order_geogcrs". |
ctx |
A |
wkt_type |
One of "wkt2_2015", "wkt_2015_simplified",
"wkt2_2019", "wkt2_2019_simplified", "wkt1_gdal", or
"wkt1_esri". Use |
options |
String of additional options for various methods. |
proj_string_type |
One of "proj_4" or "proj_5" |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.