View source: R/st_point2poly.R
st_point2poly | R Documentation |
st_point2poly
st_point2poly(xyz, crs = 4326)
df2rast(xyz)
rast2poly(r, crs = 4326)
st_dissolve(x, by = NULL, ...)
xyz |
matrix or data.frame with at least three columns: x and y coordinates, and values (z). There may be several 'z' variables (columns) |
crs |
one of (i) character: a string accepted by GDAL, (ii) integer, a valid EPSG value (numeric), or (iii) an object of class crs. |
https://gis.stackexchange.com/questions/192771/how-to-speed-up-raster-to-polygon-conversion-in-r
raster::rasterFromXYZ()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.