Description Usage Arguments Value
View source: R/dissolve_slices.R
dissolve adjacent tower slices into polygons or polygon centroid points
1 2 | dissolve_slices(tower_sf, out_geometry = c("polygon", "centroid"),
out_name = NULL)
|
tower_sf |
sf data frame object containing columns 'img_id' and 'slice_id' that uniquely identify each slice |
out_geometry |
should output be dissolved polygons or the centroids of the dissolved polygons |
out_name |
optional name of file to save dissolved geomtery. must have file
extension writable by |
sf data frame containing dissolved geometry of output type 'out_geometry'
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.