sf
sf copied to clipboard
Implement expand operation (st_expand())
It would be great to have an implementation of st_expand() in line with the definition at https://postgis.net/docs/ST_Expand.html.
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.
it's not implemented in sf, is it?
No.