thesixmax / polygoneR

Manipulate polygon and linestring data in R
https://thesixmax.github.io/polygoneR/
GNU General Public License v3.0
2 stars 1 forks source link

Enable looping in poly_dissolve_enclosed() #2

Closed thesixmax closed 1 year ago

thesixmax commented 2 years ago

Currently, polyg_dissolve_enclosed() only runs one iteration, and the resulting polygons could still contain fully or partially enclosed polygons, which may or may not be desirable.

thesixmax commented 1 year ago

polyg_dissolve_enclosed() has been temporarily removed.