View source: R/make_wkt_table.R
make_wkt_table | R Documentation |
This function converts a simple features (sf) geometry to a data.frame containing well-known text(WKT) representation of vector geometries and calculates the area of POLYGONS.
make_wkt_table(x, area.crs, wkt.crs = "WGS84")
x |
A simple features objects |
area.crs |
Character vector or numeric indicating which coordinate reference system to use for calculating areas. The default is Alaska Albers Equal Area ("EPSG:3338") |
wkt.crs |
Character vector or numeric indicating which coordinate reference system to use for WKT outputs. The default is WGS84 ("WGS84") |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.