You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am buffering a series of polygons of different size using S2 (I have a large area so projecting them into one CS is not a good option). It provides correct estimates, however, the quality of the buffers is variable for large and small polygons. I suggest that the variable max_cells could be set up using a list of values (e.g. proportional to the perimeter of the polygon). Right now it is constant for all polygons.
The text was updated successfully, but these errors were encountered:
olegzhelezn
changed the title
Variable max_cells in sf_buffer
Variable max_cells in st_buffer
Dec 11, 2024
I am buffering a series of polygons of different size using S2 (I have a large area so projecting them into one CS is not a good option). It provides correct estimates, however, the quality of the buffers is variable for large and small polygons. I suggest that the variable max_cells could be set up using a list of values (e.g. proportional to the perimeter of the polygon). Right now it is constant for all polygons.
The text was updated successfully, but these errors were encountered: