sf icon indicating copy to clipboard operation
sf copied to clipboard

Implement expand operation (st_expand())

Open jolars opened this issue 3 years ago • 1 comments

It would be great to have an implementation of st_expand() in line with the definition at https://postgis.net/docs/ST_Expand.html.

jolars avatar Nov 15 '21 21:11 jolars

package stars has an unexported function stars:::bb_shrink that shrinks a bounding box with a factor; giving it a negative factor will expand it. Something like this could be used as a starting point.

edzer avatar Nov 29 '21 12:11 edzer

it's not implemented in sf, is it?

wiesehahn avatar Jul 13 '23 07:07 wiesehahn

No.

edzer avatar Jul 13 '23 08:07 edzer