dissolve_slices: dissolve adjacent tower slices into polygons or polygon...

Description Usage Arguments Value

View source: R/dissolve_slices.R

Description

dissolve adjacent tower slices into polygons or polygon centroid points

Usage

1
2
dissolve_slices(tower_sf, out_geometry = c("polygon", "centroid"),
  out_name = NULL)

Arguments

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 st_write

Value

sf data frame containing dissolved geometry of output type 'out_geometry'


treysp/coolit.train documentation built on Oct. 10, 2019, 3:24 p.m.